Attention is currently required from: Tarun Tuli, Subrata Banik, Kapil Porwal.
Anil Kumar K has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74764 )
Change subject: src/mainboard/rex: Perform CSE FW update in RAMSTAGE ......................................................................
src/mainboard/rex: Perform CSE FW update in RAMSTAGE
Signed-off-by: Anil Kumar anil.kumar.k@intel.com
TEST=Build and boot google/rex board. Check CSE FW update is successful. BRANCH=None BUG=b:273207144
Change-Id: I36e59b0c61e852d5c3b7357292039211fcdbb0aa --- M src/mainboard/google/rex/Kconfig 1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/74764/1
diff --git a/src/mainboard/google/rex/Kconfig b/src/mainboard/google/rex/Kconfig index 528a2dc..b8b8e91 100644 --- a/src/mainboard/google/rex/Kconfig +++ b/src/mainboard/google/rex/Kconfig @@ -42,6 +42,8 @@ select SOC_INTEL_ENABLE_USB4_PCIE_RESOURCES select SYSTEM_TYPE_LAPTOP select TPM_GOOGLE_TI50 + select SOC_INTEL_CSE_LITE_COMPRESS_ME_RW + select SOC_INTEL_CSE_LITE_SYNC_IN_RAMSTAGE
if BOARD_GOOGLE_REX_COMMON