]> git.dujemihanovic.xyz Git - u-boot.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)
commita7e53b93b1ca4de745ab5fbdd3db2bd7888adb0f
tree5f5fed00eeacbeb05105df73a3b0b7163a3d6c3a
parent78031ad43168d13de5c9ecf72877e8d5d35f749a
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