]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/coreboot_tables.h
x86: acpi: Return table length in acpi_create_madt_lapics()
[u-boot] / arch / x86 / include / asm / coreboot_tables.h
index ab4425f78ac4049e710994afc8b9b68fe6a8bfd2..15ccf9be6c07e608390ea0b9c40a4077f7ef2b80 100644 (file)
@@ -294,4 +294,14 @@ struct cbmem_entry {
 #define CBMEM_ID_CONSOLE               0x434f4e53
 #define CBMEM_ID_NONE                  0x00000000
 
+/**
+ * write_coreboot_table() - write coreboot table
+ *
+ * This writes coreboot table at a given address.
+ *
+ * @addr:      start address to write coreboot table
+ * @cfg_tables:        pointer to configuration table memory area
+ */
+void write_coreboot_table(u32 addr, struct memory_area *cfg_tables);
+
 #endif