]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
riscv: add support for QEMU firmware tables
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 19 Dec 2023 15:04:05 +0000 (16:04 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jan 2024 20:49:15 +0000 (13:49 -0700)
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 <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
board/emulation/qemu-riscv/Kconfig

index cdd0d0d95f612588b2a763c2d649696229cae09c..d5f302ffdabe572b8c8e4c08061c397b67606e8d 100644 (file)
@@ -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