From: Heinrich Schuchardt Date: Tue, 19 Dec 2023 15:04:05 +0000 (+0100) Subject: riscv: add support for QEMU firmware tables X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=91970e83ed1b7cddec15559ec7b7df3f6d261066;p=u-boot.git riscv: add support for QEMU firmware tables Enable the QEMU firmware interface if ACPI tables are to be supported on the QEMU platform. Enable the QFW MMIO interface if the QEMU firmware interface is enabled. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass Reviewed-by: Ilias Apalodimas --- diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig index cdd0d0d95f..d5f302ffda 100644 --- a/board/emulation/qemu-riscv/Kconfig +++ b/board/emulation/qemu-riscv/Kconfig @@ -33,6 +33,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select GENERIC_RISCV select SUPPORT_SPL + select QFW if ACPI + select QFW_MMIO if QFW imply AHCI imply SMP imply BOARD_LATE_INIT