[coreboot-gerrit] New patch to review for coreboot: 72c89db nehalem: Move mrc.cache to 0xfffe0000.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Jan 18 02:06:24 CET 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4708

-gerrit

commit 72c89db13faaf76df6470962636eef8157759f52
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Jan 18 02:05:17 2014 +0100

    nehalem: Move mrc.cache to 0xfffe0000.
    
    On nehalem there is no MRC.bin. To avoid excessively fragment the CBFS,
    put MRC.bin as high as possible.
    
    Change-Id: Ia3f7aef5a1e62a42c9fa9ea0f6eec2b29eb6722d
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/northbridge/intel/nehalem/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/nehalem/Makefile.inc b/src/northbridge/intel/nehalem/Makefile.inc
index 6c53f49..0115501 100644
--- a/src/northbridge/intel/nehalem/Makefile.inc
+++ b/src/northbridge/intel/nehalem/Makefile.inc
@@ -37,7 +37,7 @@ $(obj)/mrc.cache:
 
 cbfs-files-y += mrc.cache
 mrc.cache-file := $(obj)/mrc.cache
-mrc.cache-position := 0xfff80000
+mrc.cache-position := 0xfffe0000
 mrc.cache-type := 0xac
 
 $(obj)/northbridge/intel/nehalem/acpi.ramstage.o : $(obj)/build.h



More information about the coreboot-gerrit mailing list