3rdparty/fsp: Update submodule pointer to upstream master
Update submodule pointer to pull in newly-updated Braswell FSP. Adjust FSP_FD_PATH for soc/cannonlake due to filename case change. Change-Id: I02ee0d32fd4c04cd4971eff20fc5a7de3f9b07ec Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32420 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
This commit is contained in:
parent
7391fd8084
commit
73b0136fa3
|
@ -1 +1 @@
|
||||||
Subproject commit 162719b6cb5efc6c50dcb23dfdb378358573e2b6
|
Subproject commit 1d2b7e1a94c6a7c25a6fed1ac37caebf500f5f1a
|
|
@ -290,7 +290,7 @@ config FSP_HEADER_PATH
|
||||||
config FSP_FD_PATH
|
config FSP_FD_PATH
|
||||||
string
|
string
|
||||||
depends on FSP_USE_REPO
|
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
|
config SOC_INTEL_CANNONLAKE_DEBUG_CONSENT
|
||||||
int "Debug Consent for CNL"
|
int "Debug Consent for CNL"
|
||||||
|
|
Loading…
Reference in New Issue