]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/tables.h
x86: Rename PORT_RESET to IO_PORT_RESET
[u-boot] / arch / x86 / include / asm / tables.h
index 0aa6d9b33eafe70cf760f53a0b572559be50f424..ae9f0d0d626a2920595d3225bc7e16e4a96f917a 100644 (file)
  */
 #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
  *