Attention is currently required from: Eran Mitrani, Kapil Porwal, Subrata Banik, Tarun.
Jérémy Compostella has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78246?usp=email )
Change subject: mb/google/rex: Enable Sign-of-Life support ......................................................................
mb/google/rex: Enable Sign-of-Life support
BUG=b:279173035
Change-Id: I7ebacddded6995862ec16e17cc31dce82cbc8cf9 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/mainboard/google/rex/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/46/78246/1
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index e2c730e..d5bdc40 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -29,6 +29,7 @@ select SOC_INTEL_CSE_LITE_SKU select SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRY_V2 select SOC_INTEL_CSE_SEND_EOP_ASYNC + select SOC_INTEL_METEORLAKE_SIGN_OF_LIFE
config BOARD_GOOGLE_BASEBOARD_REX def_bool n