
23 Jan
2022
23 Jan
'22
10:53 p.m.
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 | 21 ++++----------------- drivers/misc/qfw.c | 2 +- lib/acpi/acpi_writer.c | 4 +++- test/dm/acpi.c | 6 +++--- 4 files changed, 11 insertions(+), 22 deletions(-)
Applied to u-boot-dm, thanks!