summaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-01 19:02:55 +0300
committerSimon Glass <sjg@chromium.org>2022-01-25 21:44:36 +0300
commit379d3c1fd6aa490b1ad5697525cfc89b615cf25a (patch)
tree2a309332b30c5c002215adc27c2ea7e2cfee002e /arch/x86/include
parent138d7ece70e7835ffd120da254af1abdb953e6da (diff)
downloadu-boot-379d3c1fd6aa490b1ad5697525cfc89b615cf25a.tar.xz
x86: Move FACP table into separate functions
Each board has its own way of creating this table. Rather than calling the acpi_create_fadt() function for each one from a common acpi_write_fadt() function, just move the writer into the board-specific code. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/acpi_table.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/acpi_table.h b/arch/x86/include/asm/acpi_table.h
index 914ca988aa..fb60f859dd 100644
--- a/arch/x86/include/asm/acpi_table.h
+++ b/arch/x86/include/asm/acpi_table.h
@@ -24,8 +24,6 @@ struct acpi_table_header;
/* These can be used by the target port */
-void acpi_create_fadt(struct acpi_fadt *fadt, struct acpi_facs *facs,
- void *dsdt);
int acpi_create_madt_lapics(u32 current);
int acpi_create_madt_ioapic(struct acpi_madt_ioapic *ioapic, u8 id,
u32 addr, u32 gsi_base);