u-boot/arch/x86
Simon Glass cc1f8c3988 x86: acpi: Split out context creation from base tables
At present acpi_setup_base_tables() both sets up the ACPI context and
writes out the base tables.

We want to use an ACPI writer to write the base tables, so split this
function into two, with acpi_setup_ctx() doing the context set, and
acpi_setup_base_tables() just doing the base tables.

Disable the writer's write_acpi_tables() function for now, to avoid
build errors. It is enabled in a following patch.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-01-25 11:44:36 -07:00
..
cpu doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
dts x86: efi: Add room for the binman definition in the dtb 2021-12-31 06:45:01 +01:00
include/asm acpi: Move acpi_fill_header() to the generic header 2022-01-25 11:44:36 -07:00
lib x86: acpi: Split out context creation from base tables 2022-01-25 11:44:36 -07:00
config.mk x86: efi: Set the correct link flags for the 64-bit EFI app 2022-01-15 10:57:22 +01:00
Kconfig x86: Allow any arch to generate ACPI tables 2022-01-25 11:44:36 -07:00
Makefile x86: Allow 16-bit init to be in TPL 2019-05-08 13:02:13 +08:00