Attention is currently required from: Sean Rhodes, Tarun Tuli, Subrata Banik, Paul Menzel, Sridhar Siricilla, Angel Pons.
Hello build bot (Jenkins), Tarun Tuli, Subrata Banik, Angel Pons, Lean Sheng Tan,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74435
to look at the new patch set (#2).
Change subject: soc/intel/common: Fix long delay when ME is disabled ......................................................................
soc/intel/common: Fix long delay when ME is disabled
If the ME is disabled with the `me_state` CMOS setting, boot times are approximately 5 seconds longer: 942:before sending EOP to ME 1,240,773 (5,599) 943:after sending EOP to ME 6,263,951 (5,023,177) Total Time: 6,167,443
This is because the current code only checks if the ME is disabled for CSE LITE SKUs. With this patch, boot times are approximately 5 seconds quicker: Total Time: 1,143,932
Tested on `starbook/adl` and `starbook/tgl`.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I182f30d4fbf43955747c6a7a0b284a43f9c5e4ef --- M src/soc/intel/common/block/cse/cse_eop.c 1 file changed, 25 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/74435/2