Patrick Georgi ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/797
-gerrit commit 3337c803ce0e58b39ace923f8f92a54c9b84ba20 Author: Patrick Georgi <[email protected]> Date: Fri Mar 16 21:16:55 2012 +0100 ROMCC boards have no XIP limit So set their XIP configuration to ROM_SIZE. Change-Id: I6c1abccec3b1d7389c85df55343ff0fc68a61eec Signed-off-by: Patrick Georgi <[email protected]> --- src/cpu/x86/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig index 348f0ef..d2809f8 100644 --- a/src/cpu/x86/Kconfig +++ b/src/cpu/x86/Kconfig @@ -29,6 +29,7 @@ config TSC_CALIBRATE_WITH_IO config XIP_ROM_SIZE hex + default ROM_SIZE if ROMCC default 0x10000 config CPU_ADDR_BITS -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

