]> git.ipfire.org Git - thirdparty/u-boot.git/commit - test/dm/acpi.c
x86: Move base tables to a writer function
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:50 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit94ba15a3f13ff5b510d426d13854014bb9cb4713
tree4037486b4814b9fe7f1a8c1d6ea7d2d1d90c7599
parent31c27eb83084e77921b82e7e631ecd6ae8b904da
x86: Move base tables to a writer function

Use the new ACPI writer to write the base tables at the start of the area,
moving this code from the x86 implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/acpi_table.c
include/acpi/acpi_table.h
include/dm/acpi.h
lib/acpi/Makefile
lib/acpi/acpi_table.c
lib/acpi/acpi_writer.c
lib/acpi/base.c [new file with mode: 0644]
test/dm/acpi.c