[PATCH v2 1/7] acpi: Kconfig symbol CONFIG_QFW_ACPI
Simon Glass
sjg at chromium.org
Tue Nov 21 23:11:46 CET 2023
On Tue, 21 Nov 2023 at 08:28, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> We have two implementations of write_acpi_tables(). One for writing ACPI
> tables based on ACPI_WRITER() entries another based on copying tables from
> QEMU.
>
> Create a symbol CONFIG_QFW_ACPI that signifies copying ACPI tables from
> QEMU and use it consistently.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v2:
> new patch
> ---
> drivers/misc/Kconfig | 7 +++++++
> drivers/misc/qfw.c | 4 ++--
> lib/acpi/Makefile | 2 +-
> lib/acpi/acpi_writer.c | 4 ++--
> 4 files changed, 12 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list