Attention is currently required from: Martin Roth, Furquan Shaikh, Jamie Ryu, Tim Wawrzynczak, Rizwan Qureshi, Sridhar Siricilla, Krishna P Bhat D, Patrick Rudolph, Karthik Ramasubramanian. Hello build bot (Jenkins), Patrick Georgi, Martin Roth, Furquan Shaikh, Jamie Ryu, Tim Wawrzynczak, Rizwan Qureshi, Sridhar Siricilla, Patrick Rudolph, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/50472
to look at the new patch set (#5).
Change subject: elog: Support logging CSE Lite info in elog ......................................................................
elog: Support logging CSE Lite info in elog
This patch adds the following updates, 1. Add support for new elog event type to log CSE Lite information in elog. 2. Add helper functions to get cse firmware sku, manfacturing mode info in cse lib. 3. Add elog event in cse lite driver to log cse info in elog.
BUG=b:174121840 BRANCH=None TEST=Build, boot image and check for elog entry in logs. localhost ~ # cbmem -c | grep -i "elog" ... ELOG: Event(B6) added with size 32 at 2021-01-17 16:01:57 UTC
localhost ~ # mosys eventlog list ... 3 | 2021-01-17 08:01:57 | CSE Info | Lite | 13.50.0.1269 | 13.50.0.1269 | YES | 0x5 | 0x0 | RW
Change-Id: Ib183941d1fa0a9971e30b4092ea3d23daaa29334 Signed-off-by: Krishna Prasad Bhat krishna.p.bhat.d@intel.com --- M src/include/elog.h M src/soc/intel/alderlake/Makefile.inc M src/soc/intel/alderlake/me.c M src/soc/intel/cannonlake/Makefile.inc M src/soc/intel/cannonlake/me.c M src/soc/intel/common/block/cse/cse.c M src/soc/intel/common/block/cse/cse_lite.c M src/soc/intel/common/block/include/intelblocks/cse.h M src/soc/intel/jasperlake/Makefile.inc M src/soc/intel/jasperlake/me.c M src/soc/intel/tigerlake/Makefile.inc M src/soc/intel/tigerlake/me.c 12 files changed, 113 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/50472/5