]> git.baikalelectronics.ru Git - uboot.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)
commit08ae072f87fc08539c1702046c242921a71611f7
tree6c5d5c7866f4ac087fc15f7d47d4ebf4df10e5f7
parentd87efb70dda6dae03fc8ab8daf4b550e67da6b64
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]