]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Use the ACPI table writer
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:49 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit31c27eb83084e77921b82e7e631ecd6ae8b904da
tree86e723f085caabbfd47c4a0a5cd1783f87fcf1c8
parentcc1f8c39882c5100ec07dfa46e32ff395d792b94
x86: Use the ACPI table writer

Use the new ACPI writer to write the ACPI tables. At present this is all
done in one monolithic function. Future work will split this out.

Unfortunately the QFW write_acpi_tables() function conflicts with the
'writer' version, so disable that for sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/acpi_table.c
drivers/misc/qfw.c
lib/acpi/acpi_writer.c
test/dm/acpi.c