u-boot/lib/acpi
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
..
acpi_device.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
acpi_dp.c dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() 2020-09-25 11:27:14 +08:00
acpi_table.c x86: acpi: Split out context creation from base tables 2022-01-25 11:44:36 -07:00
acpi_writer.c x86: acpi: Split out context creation from base tables 2022-01-25 11:44:36 -07:00
acpigen.c acpi: Add more support for generating processor tables 2020-09-25 11:27:18 +08:00
Makefile x86: acpi: Split out context creation from base tables 2022-01-25 11:44:36 -07:00