[PATCH v2 6/9] risc-v: add support for QEMU firmware tables
Ilias Apalodimas
ilias.apalodimas at linaro.org
Fri Dec 15 16:00:01 CET 2023
On Fri, 15 Dec 2023 at 15:32, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> 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 at canonical.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> v2:
> no change
> ---
> board/emulation/qemu-riscv/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
> index 2709c9ca1e..59cf66896e 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
> --
> 2.40.1
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
More information about the U-Boot
mailing list