aboutsummaryrefslogtreecommitdiff
path: root/include/acpi
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-01 09:02:50 -0700
committerSimon Glass <sjg@chromium.org>2022-01-25 11:44:36 -0700
commit94ba15a3f13ff5b510d426d13854014bb9cb4713 (patch)
tree4037486b4814b9fe7f1a8c1d6ea7d2d1d90c7599 /include/acpi
parent31c27eb83084e77921b82e7e631ecd6ae8b904da (diff)
downloadu-boot-94ba15a3f13ff5b510d426d13854014bb9cb4713.zip
u-boot-94ba15a3f13ff5b510d426d13854014bb9cb4713.tar.gz
u-boot-94ba15a3f13ff5b510d426d13854014bb9cb4713.tar.bz2
x86: Move base tables to a writer function
Use the new ACPI writer to write the base tables at the start of the area, moving this code from the x86 implementation. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acpi_table.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/acpi/acpi_table.h b/include/acpi/acpi_table.h
index f34bd63..fcc9caa 100644
--- a/include/acpi/acpi_table.h
+++ b/include/acpi/acpi_table.h
@@ -679,16 +679,6 @@ void acpi_inc_align(struct acpi_ctx *ctx, uint amount);
int acpi_add_table(struct acpi_ctx *ctx, void *table);
/**
- * acpi_setup_base_tables() - Set up base tables - RSDP, RSDT and XSDT
- *
- * Writes the basic tables to the given context, which must first be set up with
- * acpi_setup_ctx().
- *
- * @ctx: Context to write base tables to
- */
-void acpi_setup_base_tables(struct acpi_ctx *ctx);
-
-/**
* acpi_write_rsdp() - Write out an RSDP indicating where the ACPI tables are
*
* @rsdp: Address to write RSDP