[coreboot-gerrit] New patch to review for coreboot: fb2312b sandy/ivy: Fix mrc.cache file in CBFS

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Feb 12 23:35:56 CET 2014


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5211

-gerrit

commit fb2312b56bfb00d57899af1f19e3c32c0268b50e
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Thu Feb 13 00:33:40 2014 +0200

    sandy/ivy: Fix mrc.cache file in CBFS
    
    The file was not recreated when configuration changed. One would
    hit this bug when turning CHROMEOS on/off.
    
    Change-Id: I5b0ecde66589396b24967ce289bf65e20bb08825
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/northbridge/intel/sandybridge/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/northbridge/intel/sandybridge/Makefile.inc b/src/northbridge/intel/sandybridge/Makefile.inc
index cef52b2..fdfcdb8 100644
--- a/src/northbridge/intel/sandybridge/Makefile.inc
+++ b/src/northbridge/intel/sandybridge/Makefile.inc
@@ -40,7 +40,7 @@ mrc.bin-file := $(call strip_quotes,$(CONFIG_MRC_FILE))
 mrc.bin-position := 0xfffa0000
 mrc.bin-type := 0xab
 
-$(obj)/mrc.cache:
+$(obj)/mrc.cache: $(obj)/config.h
 	dd if=/dev/zero count=1 \
 	bs=$(shell printf "%d" $(CONFIG_MRC_CACHE_SIZE) ) | \
 	tr '\000' '\377' > $@



More information about the coreboot-gerrit mailing list