aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark/Kconfig
diff options
context:
space:
mode:
authorLee Leahy <leroy.p.leahy@intel.com>2016-09-28 18:03:13 -0700
committerLee Leahy <leroy.p.leahy@intel.com>2016-09-30 01:16:25 +0200
commit54f857b29e7d7fddf4ad2c13a16f624e25349456 (patch)
tree9fb6b12e1cf03685e0c595e6ff754414f46dd7d0 /src/soc/intel/quark/Kconfig
parente1654235fd941b4a4cfb5f75325fe0a496a24c5f (diff)
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@intel.com> Reviewed-on: https://review.coreboot.org/16807 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/quark/Kconfig')
-rw-r--r--src/soc/intel/quark/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/quark/Kconfig b/src/soc/intel/quark/Kconfig
index 3950d43f3f..33b3cf8d97 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