X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Ftables.h;h=ae9f0d0d626a2920595d3225bc7e16e4a96f917a;hb=312a6c016a2d81aa3fbc605f5c0c315b6a4e3464;hp=9e6754f2a5a09948f5d99dd09a5291d57689ec4a;hpb=897e1dc86af7b2b9d58c71345c585d130b16232d;p=u-boot diff --git a/arch/x86/include/asm/tables.h b/arch/x86/include/asm/tables.h index 9e6754f2a5..ae9f0d0d62 100644 --- a/arch/x86/include/asm/tables.h +++ b/arch/x86/include/asm/tables.h @@ -16,6 +16,9 @@ #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 *