]> git.baikalelectronics.ru Git - uboot.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)
commit332c739575596e35b8c3fe4f619eb2cc6db4fadf
tree86e723f085caabbfd47c4a0a5cd1783f87fcf1c8
parent081116db594a7cf374a39f09fe101fbe8a3b7675
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