Attention is currently required from: Kapil Porwal, Subrata Banik.
Hello Kapil Porwal, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/75755?usp=email
to look at the new patch set (#6).
Change subject: {driver, mb, soc}: Store fw versions in CMOS memory for cold boot ......................................................................
{driver, mb, soc}: Store fw versions in CMOS memory for cold boot
During a cold reboot, the CBMEM memory resets and loses the stored firmware versions. This causes the firmware versions to be fetched again from the CSE, which increases the boot time by about 200 ms. This patch stores a backup of the firmware version in CMOS and updates the CBMEM memory during a cold reboot.
This patch also removes structure members that are no longer needed after a CMOS backup.
BUG=b:280722061 Test=Verified the changes on nissa board.
Signed-off-by: Dinesh Gehlot digehlot@google.com Change-Id: Ibc5a027aa2bb7217e5032f56fece0846783557a5 --- M src/drivers/intel/ish/ish.c M src/soc/intel/common/block/cse/cse_lite.c M src/soc/intel/common/block/include/intelblocks/cse.h 3 files changed, 32 insertions(+), 23 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/75755/6