[coreboot-gerrit] New patch to review for coreboot: soc/intel/quark: Support multiple version of FSP

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Thu Sep 29 04:19:43 CEST 2016


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16807

-gerrit

commit 509d7f26ccbf91cb67b995eca1326eccaddbc879
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Wed Sep 28 18:03:13 2016 -0700

    soc/intel/quark: Support multiple version of FSP
    
    Add support for multiple versions of FSP.
    
    BRANCH=none
    BUG=None
    TEST=Build FSP 1.1 (SEC/PEI core, with all FSP debug off) and run on
    Galileo Gen2
    
    Change-Id: Ie7e7f0f883c4d3bfcb18fa25571e505cdde00b2d
    Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
---
 src/soc/intel/quark/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig
index 3950d43..33b3cf8 100644
--- a/src/soc/intel/quark/Kconfig
+++ b/src/soc/intel/quark/Kconfig
@@ -178,7 +178,7 @@ config ADD_FSP_RAW_BIN
 
 config FSP_FILE
 	string "Intel FSP binary path and filename"
-	default "3rdparty/blobs/soc/intel/quark/fsp.bin"
+	default "3rdparty/blobs/soc/intel/quark/$(CONFIG_FSP_TYPE)/$(CONFIG_FSP_BUILD_TYPE)/FSP.fd"
 	depends on PLATFORM_USES_FSP1_1
 	depends on ADD_FSP_RAW_BIN
 	help
@@ -218,12 +218,12 @@ config RELOCATE_FSP_INTO_DRAM
 config FSP_M_FILE
 	string
 	depends on PLATFORM_USES_FSP2_0
-	default "3rdparty/blobs/soc/intel/quark/FSP_M.fd"
+	default "3rdparty/blobs/soc/intel/quark/$(CONFIG_FSP_TYPE)/$(CONFIG_FSP_BUILD_TYPE)/FSP_M.fd"
 
 config FSP_S_FILE
 	string
 	depends on PLATFORM_USES_FSP2_0
-	default "3rdparty/blobs/soc/intel/quark/FSP_S.fd"
+	default "3rdparty/blobs/soc/intel/quark/$(CONFIG_FSP_TYPE)/$(CONFIG_FSP_BUILD_TYPE)/FSP_S.fd"
 
 #####
 # RMU binary



More information about the coreboot-gerrit mailing list