diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-04-14 12:25:28 +0100 |
---|---|---|
committer | Sridhar Siricilla <sridhar.siricilla@intel.com> | 2023-05-11 14:54:54 +0000 |
commit | 88ade91073ac7e6f550ad9e3f5239cc76cb6d202 (patch) | |
tree | a5d92eaf8970d06037732aff9d56e2b94ab0b998 /toolchain.inc | |
parent | 8d1051f4aa0ab2d20df4924a7a13a82922153663 (diff) |
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
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74435
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'toolchain.inc')
0 files changed, 0 insertions, 0 deletions