]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Move SSDT table to a writer function
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:56 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commitd953137526cce48002ef1e313592d28b66cc9c48
tree6c5d5c7866f4ac087fc15f7d47d4ebf4df10e5f7
parent379d3c1fd6aa490b1ad5697525cfc89b615cf25a
x86: Move SSDT table to a writer function

Move this table 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/Makefile
lib/acpi/ssdt.c [new file with mode: 0644]