Attention is currently required from: Tarun Tuli, Subrata Banik, Kapil Porwal.
Hello build bot (Jenkins), Tarun Tuli, Kapil Porwal,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74805
to look at the new patch set (#2).
Change subject: soc/intel: Make CSE sync in romstage default disable ......................................................................
soc/intel: Make CSE sync in romstage default disable
This patch makes CSE sync in romstage default disabled to allow respective SoC platforms to choose the applicable CSE sync option between romstage (early) or ramstage (late).
Moved the CSE sync selection into the SoC directory based on the CSE sku type is CSE Lite.
Additionally, fix the alphabetic order before adding CSE sync related config inside the SoC directory.
TEST=Able to build google/marasov with this change where CSE sync is performed early inside romstage.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I3f5017fbcf917201eaf8233089050bd31c3d1917 --- M src/soc/intel/alderlake/Kconfig M src/soc/intel/cannonlake/Kconfig M src/soc/intel/common/block/cse/Kconfig M src/soc/intel/jasperlake/Kconfig M src/soc/intel/meteorlake/Kconfig M src/soc/intel/tigerlake/Kconfig 6 files changed, 36 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/74805/2