3rdparty/fsp: Update to current master again

We had to role the `fsp` submodule back for a minute due to a regression
with the Coffee Lake binary. Intel silently mixed FSP 2.1 features into
the Coffee Lake FSP which is supposed to be FSP 2.0. With the stack and
heap usage partitioned for FSP using coreboot's stack (config FSP_USES_
CB_STACK), it works again.

To make this even messier: We already selected this Kconfig option for
Whiskey Lake, which is supposed to use the very same FSP binary. So with
either submodule pointer, something was always broken :-/

Change-Id: Id2aa17aaa2c843dcc7e0fb28779d1e5948da83c9
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37700
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Mimoja <coreboot@mimoja.de>
This commit is contained in:
Nico Huber 2019-12-13 13:44:04 +01:00 committed by Patrick Georgi
parent b86e96ab8c
commit bf15b2f7c3
2 changed files with 2 additions and 1 deletions

2
3rdparty/fsp vendored

@ -1 +1 @@
Subproject commit 9e53d779eb34e944f9b3386ad6a9df80f710bddd
Subproject commit 0bc2b07eab29a8a75cd084963c285ee5434e6666

View File

@ -23,6 +23,7 @@ config SOC_INTEL_CANNONLAKE
config SOC_INTEL_COFFEELAKE
bool
select SOC_INTEL_CANNONLAKE_BASE
select FSP_USES_CB_STACK
help
Intel Coffeelake support