Jayvik Desai has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83770?usp=email )
Change subject: drivers/intel/fsp2: Add config for FSP uGOP eSOL ......................................................................
drivers/intel/fsp2: Add config for FSP uGOP eSOL
This patch adds a new config 'FSP_UGOP_EARLY_SIGN_OF_LIFE' to FSP driver code to enable uGOP for early sign of life feature in the SOC using FSP-M
BUG=NA TEST=Able to build google/rex and checked the config in output.
Change-Id: Ic0426ff7974a141ae9188b0098677b4cc97aee36 Signed-off-by: Jayvik Desai jayvik@google.com --- M src/drivers/intel/fsp2_0/Kconfig 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/83770/1
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index 9ea1526..a3d8907 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -467,6 +467,16 @@ To be able to use this, FSP has to be compiled with `PcdFspPerformanceEnable` set to `TRUE`.
+config FSP_UGOP_EARLY_SIGN_OF_LIFE + bool + default n + select VBT_CBFS_COMPRESSION_DEFAULT_LZ4 + help + Enable the FSP-M Sign-of-Life feature to display a configurable + text message on screen during memory training and CSME update. + This utilizes Intel's underlying uGOP technology to enable + early sign of life (eSOL) as part of FSP-M. + config FSP_ENABLE_SERIAL_DEBUG bool "Output FSP debug messages on serial console" default y