]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Move FACS table to a writer function
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:51 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit751290b8168b499c99d21b1da76890e5db11e922
tree85eff932833cf3db206f243458ef1530d80d427c
parentf45e9d9fc847b52a3667d61a3c06fbd52895d47e
x86: Move FACS table to a writer function

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

Add a pointer to the DSDT in struct acpi_ctx so we can reference it later.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/acpi_table.c
include/dm/acpi.h
lib/acpi/Makefile
lib/acpi/facs.c [new file with mode: 0644]