Re: [PATCH v2 4/7] risc-v: add support for QEMU firmware tables

2023-12-02 Thread Simon Glass
On Tue, 21 Nov 2023 at 08:28, Heinrich Schuchardt 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 > --- > v2: > depe

[PATCH v2 4/7] risc-v: add support for QEMU firmware tables

2023-11-21 Thread Heinrich Schuchardt
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 --- v2: depend on CONFIG_ACPI instead of CONFIG_GENERATE_ACPI_TABLES --- board/emulatio