
9 Dec
2023
9 Dec
'23
2:45 p.m.
On Sat, Dec 02, 2023 at 11:23:19AM -0700, Simon Glass wrote:
On Tue, 21 Nov 2023 at 08:28, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
If CONFIG_GENERATE_ACPI_TABLES=y, read the ACPI tables provided by QEMU and make them available to U-Boot.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
v2: no change
board/emulation/qemu-riscv/qemu-riscv.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
Can we not use common code to do this? What is different about ARM and x86?
This is why I was trying to convince people we need a symbol that means "handle ACPI tables for QEMU targets" as yes, this code too should be in that common area I bet.
--
Tom