]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Move device-specific ACPI tables to a writer function
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:03:02 +0000 (09:03 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit474510233f9182d2732c9dbf59eba62ae67338a9
tree5f5fed00eeacbeb05105df73a3b0b7163a3d6c3a
parente46b6b8753ea9fc20d6beb76e7e367e661b6525b
x86: Move device-specific ACPI tables to a writer function

Move this over to use a writer function, moving the code from the x86
implementation.

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