Re: [PATCH v2 5/7] riscv: qemu: copy ACPI tables from QEMU

2023-12-09 Thread Tom Rini
On Sat, Dec 02, 2023 at 11:23:19AM -0700, Simon Glass wrote: > On Tue, 21 Nov 2023 at 08:28, Heinrich Schuchardt > 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 > > --- > > v

Re: [PATCH v2 5/7] riscv: qemu: copy ACPI tables from QEMU

2023-12-02 Thread Simon Glass
On Tue, 21 Nov 2023 at 08:28, Heinrich Schuchardt 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 > --- > v2: > no change > --- > board/emulation/qemu-riscv/qemu-riscv.c | 17 ++

[PATCH v2 5/7] riscv: qemu: copy ACPI tables from QEMU

2023-11-21 Thread Heinrich Schuchardt
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 --- v2: no change --- board/emulation/qemu-riscv/qemu-riscv.c | 17 + 1 file changed, 17 insertions(+) diff --git a/board/emulati