Attention is currently required from: Anil Kumar K, Jérémy Compostella, Paul Menzel, Sridhar Siricilla.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74577
to look at the new patch set (#35).
Change subject: soc/intel/cse_lite: Back up PSR data during CSE FW downgrade ......................................................................
soc/intel/cse_lite: Back up PSR data during CSE FW downgrade
During CSE FW downgrade we erase CSE data. This would result in Platform Service Record(PSR) data to be erased.
To avoid losing PSR data we need to take a backup before data clear.
This patch sends PSR_HECI_FW_DOWNGRADE_BACKUP HECI command to CSE, informing the CSE to backup PSR data before a data clear operation during downgrade.
To track the command send status we use CMOS address location 161.
BUG=b:273207144 TEST=build CB image for google/rex board and check PSR backup command is being sent during a CSE FW downgrade. Also check PSR data is not lost/erased after a downgrade using intel PSR tool.
Change-Id: I135d197b5df0a20def823fe615860b5ead4391f8 Signed-off-by: Anil Kumar anil.kumar.k@intel.com --- M src/soc/intel/common/block/cse/cse_lite.c M src/soc/intel/common/block/include/intelblocks/cse.h 2 files changed, 125 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/74577/35