Anil Kumar K has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74763 )
Change subject: soc/intel/meteorlake: Add config option to choose CSE FW sync in ROMSTAGE ......................................................................
soc/intel/meteorlake: Add config option to choose CSE FW sync in ROMSTAGE
Change-Id: I0a5922f40e719e1bc4e6dc58559d820172550dee Signed-off-by: Anil Kumar anil.kumar.k@intel.com
BUG=b:273207144 BRANCH=none
Change-Id: I8e603a2ecf1a67ee7c683b440072889d137f9de0 --- M src/soc/intel/meteorlake/romstage/romstage.c 1 file changed, 16 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/74763/1
diff --git a/src/soc/intel/meteorlake/romstage/romstage.c b/src/soc/intel/meteorlake/romstage/romstage.c index b5351de..6633d88 100644 --- a/src/soc/intel/meteorlake/romstage/romstage.c +++ b/src/soc/intel/meteorlake/romstage/romstage.c @@ -128,7 +128,7 @@ /* Initialize HECI interface */ cse_init(HECI1_BASE_ADDRESS);
- if (!s3wake && CONFIG(SOC_INTEL_CSE_LITE_SKU)) + if (!s3wake && CONFIG(SOC_INTEL_CSE_LITE_SYNC_IN_ROMSTAGE)) cse_fw_sync();
/* Update coreboot timestamp table with CSE timestamps */