Jayvik Desai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/86475?usp=email )
Change subject: soc/intel/ptl: Enable FSP_UGOP_EARLY_SIGN_OF_LIFE for pantherlake ......................................................................
soc/intel/ptl: Enable FSP_UGOP_EARLY_SIGN_OF_LIFE for pantherlake
This patch enables eSOL Kconfig until the feature is ready in PTL FSP-uGOP binary.
TEST=Able to build and boot google/fatcat to OS.
Change-Id: Id1e2beb803ed887f6011cdd9da6fb842c2786a08 Signed-off-by: Jayvik Desai jayvik@google.com --- M src/soc/intel/pantherlake/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/86475/1
diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig index 5326020..dde401b 100644 --- a/src/soc/intel/pantherlake/Kconfig +++ b/src/soc/intel/pantherlake/Kconfig @@ -17,6 +17,7 @@ select FAST_SPI_SUPPORTS_EXT_BIOS_WINDOW select FSP_COMPRESS_FSP_S_LZ4 select FSP_M_XIP + select FSP_UGOP_EARLY_SIGN_OF_LIFE select FSP_USES_CB_DEBUG_EVENT_HANDLER select FSPS_HAS_ARCH_UPD select GENERIC_GPIO_LIB