[coreboot-gerrit] New patch to review for coreboot: intel/fsp1_1: Use new per-region position override

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Wed Aug 10 17:13:35 CEST 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16141

-gerrit

commit 3fb8a94392d319be8ebf4536763e4346152cdc39
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Aug 10 17:04:43 2016 +0200

    intel/fsp1_1: Use new per-region position override
    
    It cooperates better with the file sorting heuristic.
    
    Change-Id: I1c071243720352970dd2c4c2afed12451f91dcaa
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 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 30bc0bf..3820a5d 100644
--- a/src/drivers/intel/fsp1_1/Makefile.inc
+++ b/src/drivers/intel/fsp1_1/Makefile.inc
@@ -57,7 +57,7 @@ cbfs-files-y += fsp.bin
 fsp.bin-file := $(call strip_quotes,$(CONFIG_FSP_FILE))
 fsp.bin-type := fsp
 fsp.bin-options := --xip
-fsp.bin-COREBOOT-cbfstool-opts := -b $(CONFIG_FSP_LOC)
+fsp.bin-COREBOOT-position := $(CONFIG_FSP_LOC)
 endif
 
 endif



More information about the coreboot-gerrit mailing list