Attention is currently required from: Subrata Banik, Kapil Porwal.
Hello build bot (Jenkins), Subrata Banik, Kapil Porwal,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/74005
to look at the new patch set (#10).
Change subject: soc/intel/cmn: Implement HECI commands to get version details of ISHC ......................................................................
soc/intel/cmn: Implement HECI commands to get version details of ISHC
The patch stores the ISHC and CSE version in the CBMEM table. It verifies CSE has been updated by comparing old and current CSE versions. If it has, the patch updates the current CSE version in the CBMEM table and communicates with the ME using the HECI command to acquire the current ISHC version. It then updates the CBMEM table with the current ISHC version.
BUG=b:273661726 Test=HECI version is obtained from CSE and successfully stored
Signed-off-by: Dinesh Gehlot digehlot@google.com Change-Id: I0582010bbb836bd4734f843a8c74dee49d203fd8 --- M src/commonlib/bsd/include/commonlib/bsd/cbmem_id.h M src/soc/intel/common/block/cse/Makefile.inc M src/soc/intel/common/block/cse/cse_lite.c A src/soc/intel/common/block/cse/cse_partition_version.c M src/soc/intel/common/block/include/intelblocks/cse.h 5 files changed, 109 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/74005/10