summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohanna Schander <coreboot@mimoja.de>2019-12-06 18:32:58 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-12-09 09:44:07 +0000
commit0b82b3d6fdc413db5b65b08adc0d2a5ddc6687ad (patch)
treefa0af5b35e7217b5831c1a87a6c4671f3e321efc
parent96e2a5da34eda9a9c9c78c475696915f2b23d2ef (diff)
downloadcoreboot-0b82b3d6fdc413db5b65b08adc0d2a5ddc6687ad.tar.xz
3rdparts/fsp: Update fsp submodule
The name for the CoffeeLake FSP.fd was changed to Fsp.fd. Therefore the CoffeLake / WhiskeyLake default path was changed. Change-Id: I0f51e378fcaacb25392d8940a342fc968c730157 Signed-off-by: Johanna Schander <coreboot@mimoja.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37564 Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
m---------3rdparty/fsp0
-rw-r--r--src/soc/intel/cannonlake/Kconfig2
2 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/fsp b/3rdparty/fsp
-Subproject 59964173e18950debcc6b8856c5c928935ce0b4
+Subproject 0bc2b07eab29a8a75cd084963c285ee5434e666
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index 5c91ac142f..c82660e6dc 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -310,7 +310,7 @@ config FSP_HEADER_PATH
config FSP_FD_PATH
string
depends on FSP_USE_REPO
- default "3rdparty/fsp/CoffeeLakeFspBinPkg/FSP.fd" if SOC_INTEL_COFFEELAKE || SOC_INTEL_WHISKEYLAKE
+ default "3rdparty/fsp/CoffeeLakeFspBinPkg/Fsp.fd" if SOC_INTEL_COFFEELAKE || SOC_INTEL_WHISKEYLAKE
config SOC_INTEL_CANNONLAKE_DEBUG_CONSENT
int "Debug Consent for CNL"