]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: Kconfig symbol CONFIG_QFW_ACPI
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tue, 19 Dec 2023 15:04:00 +0000 (16:04 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 7 Jan 2024 20:49:15 +0000 (13:49 -0700)
commitb2f088c1210184b1ba11edaee0943ebd206e87e7
tree40fee07b4c07e6a5d6fb05511987237777061156
parentf47c86f6d3b468a4d467814783937ee9162b92fc
acpi: Kconfig symbol CONFIG_QFW_ACPI

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@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/misc/Kconfig
drivers/misc/qfw.c
lib/acpi/Makefile
lib/acpi/acpi_writer.c