[coreboot] New patch to review for coreboot: 3337c80 ROMCC boards have no XIP limit

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Mar 16 21:50:59 CET 2012


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/797

-gerrit

commit 3337c803ce0e58b39ace923f8f92a54c9b84ba20
Author: Patrick Georgi <patrick at georgi-clan.de>
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 <patrick at georgi-clan.de>
---
 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




More information about the coreboot mailing list