]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Move DSDT table to a writer function
authorSimon Glass <sjg@chromium.org>
Wed, 1 Dec 2021 16:02:52 +0000 (09:02 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 18:44:36 +0000 (11:44 -0700)
commit105607407033519546f3ed04e15c135319091cf2
tree00afb259abc994ce05bcda9e90d51af538c147e7
parent751290b8168b499c99d21b1da76890e5db11e922
x86: Move DSDT 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.

Disable this table for sandbox since we don't actually compile real ASL
code.

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