-
- Downloads
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>
Showing
- arch/x86/lib/acpi_table.c 7 additions, 42 deletionsarch/x86/lib/acpi_table.c
- include/dm/acpi.h 2 additions, 0 deletionsinclude/dm/acpi.h
- lib/acpi/Makefile 6 additions, 0 deletionslib/acpi/Makefile
- lib/acpi/base.c 2 additions, 0 deletionslib/acpi/base.c
- lib/acpi/dsdt.c 55 additions, 0 deletionslib/acpi/dsdt.c
- lib/acpi/facs.c 2 additions, 0 deletionslib/acpi/facs.c
Loading
Please register or sign in to comment