
On Thu, Sep 26, 2024 at 09:59:23AM +0200, Patrick Rudolph wrote:
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 patrick.rudolph@9elements.com Reviewed-by: Simon Glass sjg@chromium.org Cc: Simon Glass sjg@chromium.org Cc: Matthias Brugger mbrugger@suse.com Cc: Peter Robinson pbrobinson@gmail.com
Changelog v4:
- Enable BLOBLISTS
Changelog v5:
- Enable OF_BOARD
configs/rpi_4_acpi_defconfig | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 configs/rpi_4_acpi_defconfig
This is supposed to be "rpi_4_defconfig" with acpi, yes? If so can we please model it on say configs/am62x_lpsk_a53_defconfig and yes, you need that additional CONFIG_ARM=y and then ARCH/TARGET stuff so that buildman will also build the platform correctly, not just "make". Thanks!