From 0de60b2840fa64eed9bd9f41b800d3a926324b5b Mon Sep 17 00:00:00 2001 From: Jayvik Desai Date: Mon, 5 Aug 2024 23:59:46 +0530 Subject: drivers/intel/fsp2: Add config for FSP uGOP eSOL This patch introduces a new configuration option, FSP_UGOP_EARLY_SIGN_OF_LIFE, to the FSP driver. This enables uGOP support using FSP-M for the early sign-of-life feature in SOC. BUG=NA TEST=Able to build google/rex and checked the config in output. Change-Id: Ic0426ff7974a141ae9188b0098677b4cc97aee36 Signed-off-by: Jayvik Desai Reviewed-on: https://review.coreboot.org/c/coreboot/+/83770 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Dinesh Gehlot --- src/drivers/intel/fsp2_0/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig index 9ea1526e84..2ad32097de 100644 --- a/src/drivers/intel/fsp2_0/Kconfig +++ b/src/drivers/intel/fsp2_0/Kconfig @@ -467,6 +467,15 @@ config DISPLAY_FSP_TIMESTAMPS 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 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 -- cgit v1.2.3