]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf45e9d9fc847b52a3667d61a3c06fbd52895d47e
tree4037486b4814b9fe7f1a8c1d6ea7d2d1d90c7599
parent332c739575596e35b8c3fe4f619eb2cc6db4fadf
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