Commit Graph

5 Commits

Author SHA1 Message Date
Ulises Mendez Martinez
81509f85f3 ANDROID: db845c: Remove MAKE_GOALS from build.config
* Instead use the equivalent kernel_build attribute.
* This migrates rockpi4 `MAKE_GOALS` too.

Bug: 236012223
Change-Id: Icf47eb42795100b4955f02170a002689c7566194
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
2023-05-15 07:01:39 +00:00
Ulises Mendez Martinez
943d0dd4cf ANDROID: Unnest MAKE_GOALS from build configs
* This is in preparation for migrating these
as `kernel_build` attributes. i.e. these will
be removed as a follow-up.

Bug: 236012223
Signed-off-by: Ulises Mendez Martinez <umendez@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:ccc4fb8185b50958354d8d511823491030988131)
Merged-In: I168c44fd76f9f2732caf8f5c00bec4ed8c96ee65
Change-Id: I168c44fd76f9f2732caf8f5c00bec4ed8c96ee65
2023-05-02 13:37:21 +00:00
Alistair Delva
bcbe0c9223 ANDROID: rockpi4: Use new DTS_EXT_DIR feature
This allows us to compartmentalize a hack used to disable BT UART so we
can drop a non-upstream change to the rockpi4b dts.

Bug: 183963484
Change-Id: I312c2d4ac661e9e0ae2cdbac081ea1447bee6d21
Signed-off-by: Alistair Delva <adelva@google.com>
2021-12-13 21:27:46 +00:00
Alistair Delva
34bddd1701 ANDROID: Build LZ4 ramdisk for rockpi4
Removes an unnecessary difference between GKI.

Bug: 183963484
Change-Id: I4e6e1755b7bf29e842d88829b14fce5b2e0ac120
Signed-off-by: Alistair Delva <adelva@google.com>
2021-04-09 18:15:40 +00:00
Alistair Delva
feb40bf813 ANDROID: GKI: Add rockpi4 fragment and build.config
Add support for the Rock Pi 4 board downstream of GKI. This removes a
bitrotting custom defconfig and replaces it with a fragment based on
the GKI. Add the build.config for build automation purposes.

This configuration is not yet GKI compatible. Some options must be set
that are not GKI compliant:

CONFIG_ARCH_ROCKCHIP=y
CONFIG_COMMON_CLK_ROCKCHIP=y
CONFIG_DEVTMPFS=y
CONFIG_ROCKCHIP_GRF=y
CONFIG_ROCKCHIP_IOMMU=y
CONFIG_ROCKCHIP_MBOX=y
CONFIG_ROCKCHIP_PM_DOMAINS=y
CONFIG_ROCKCHIP_TIMER=y

Bug: 183963484
Change-Id: Id7376d6d377f453a3fe2c215d10d0424550de1bc
Signed-off-by: Alistair Delva <adelva@google.com>
2021-03-30 17:33:42 +00:00