summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/tables.h')
-rw-r--r--arch/x86/include/asm/tables.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/include/asm/tables.h b/arch/x86/include/asm/tables.h
index 0aa6d9b33e..ae9f0d0d62 100644
--- a/arch/x86/include/asm/tables.h
+++ b/arch/x86/include/asm/tables.h
@@ -14,6 +14,11 @@
*/
#define ROM_TABLE_ADDR 0xf0000
+#define ROM_TABLE_ALIGN 1024
+
+/* SeaBIOS expects coreboot tables at address range 0x0000-0x1000 */
+#define CB_TABLE_ADDR 0x800
+
/**
* table_compute_checksum() - Compute a table checksum
*
OpenPOWER on IntegriCloud