From: Patrick Rudolph Date: Wed, 23 Oct 2024 13:20:19 +0000 (+0200) Subject: configs: Add RPI4 ACPI defconfig X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=fa888d53196c260571998a4c32df5110f8ee2667;p=u-boot.git configs: Add RPI4 ACPI defconfig Allows to build the RPi4 with ACPI enabled. TEST: - Boots on qemu-system-aarch64 -machine raspi4b - Boots on real hardware with arm_64bit=1 in config.txt Signed-off-by: Patrick Rudolph Reviewed-by: Simon Glass Reviewed-by: Tom Rini Cc: Simon Glass Cc: Matthias Brugger Cc: Peter Robinson --- diff --git a/configs/rpi_4_acpi_defconfig b/configs/rpi_4_acpi_defconfig new file mode 100644 index 0000000000..b32dfc16a1 --- /dev/null +++ b/configs/rpi_4_acpi_defconfig @@ -0,0 +1,10 @@ +#include + +CONFIG_ARM=y +CONFIG_ARCH_BCM283X=y +CONFIG_TARGET_RPI_4=y +CONFIG_BLOBLIST_ALLOC=y +CONFIG_OF_BOARD=y +CONFIG_ACPI=y +CONFIG_GENERATE_ACPI_TABLE=y +