Leroy P Leahy (leroy.p.leahy@intel.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10871
-gerrit
commit 53a14afa680df9026737c7d54c5689882c317163 Author: Lee Leahy leroy.p.leahy@intel.com Date: Thu Jul 9 16:48:07 2015 -0700
FSP 1.1: Update the CBFS image type
Update Makefile.inc to use the simplified CBFS image type.
BRANCH=none BUG=None TEST=Build and run on cyan
Change-Id: Ibb8413ab90b147e9d26d32639a8822c57ca54a46 Signed-off-by: Lee Leahy leroy.p.leahy@intel.com --- src/drivers/intel/fsp1_1/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drivers/intel/fsp1_1/Makefile.inc b/src/drivers/intel/fsp1_1/Makefile.inc index 9bb3fc4..6c0b280 100644 --- a/src/drivers/intel/fsp1_1/Makefile.inc +++ b/src/drivers/intel/fsp1_1/Makefile.inc @@ -59,5 +59,5 @@ $(obj)/mrc.cache: cbfs-files-y += mrc.cache mrc.cache-file := $(call strip_quotes,$(CONFIG_MRC_CACHE_FILE)) mrc.cache-position := $(CONFIG_MRC_CACHE_LOC) -mrc.cache-type := CBFS_TYPE_MRC_CACHE +mrc.cache-type := mrc_cache endif