Re: [PATCH v2 9/9] arm: enable support for QEMU firmware tables

2023-12-16 Thread Simon Glass
On Fri, 15 Dec 2023 at 06:33, Heinrich Schuchardt wrote: > > Enable the QEMU firmware interface if ACPI tables are to be supported on > the QEMU platform. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > new patch > --- > board/emulation/qemu-arm/Kconfig | 1 + > 1 file changed, 1 in

[PATCH v2 9/9] arm: enable support for QEMU firmware tables

2023-12-15 Thread Heinrich Schuchardt
Enable the QEMU firmware interface if ACPI tables are to be supported on the QEMU platform. Signed-off-by: Heinrich Schuchardt --- 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/qem