[PATCH v4 9/9] arm: enable support for QEMU firmware tables
Ilias Apalodimas
ilias.apalodimas at linaro.org
Wed Dec 20 13:48:10 CET 2023
On Tue, 19 Dec 2023 at 17:04, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> Enable the QEMU firmware interface if ACPI tables are to be supported on
> the QEMU platform.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> ---
> v4:
> no change
> v3:
> no change
> v2:
> new patch
> ---
> board/emulation/qemu-arm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/board/emulation/qemu-arm/Kconfig b/board/emulation/qemu-arm/Kconfig
> index ac2d078f42..e21c135e86 100644
> --- a/board/emulation/qemu-arm/Kconfig
> +++ b/board/emulation/qemu-arm/Kconfig
> @@ -5,6 +5,7 @@ config TEXT_BASE
>
> config BOARD_SPECIFIC_OPTIONS # dummy
> def_bool y
> + select QFW if ACPI
> select QFW_MMIO if CMD_QFW
> imply VIRTIO_MMIO
> imply VIRTIO_PCI
> --
> 2.40.1
>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
More information about the U-Boot
mailing list