Attention is currently required from: Paul Menzel, Pratikkumar V Prajapati, Subrata Banik, Sumeet R Pawnikar, Tarun Tuli, Tracy Wu.
Hello Jakub Czapiga, Kapil Porwal, Subrata Banik, Tarun Tuli, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/76333?usp=email
to look at the new patch set (#14).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: soc/intel/meteorlake: Validate CPU crashlog discovery table and records ......................................................................
soc/intel/meteorlake: Validate CPU crashlog discovery table and records
CPU crashlog discovery table and crashlog record is considered invalid if first 32bits of the table is either 0x0 or 0xdeadbeef.
Crashlog record is considered consumed if bit 31 is set. So in this case stop processing the subsequent records.
BUG=b:289600699 TEST=Able to build and verified invalid records are skipped.
Change-Id: Ia81bd293a533217425e44473ae85b2115c85faf6 Signed-off-by: Pratikkumar Prajapati pratikkumar.v.prajapati@intel.com --- M src/soc/intel/meteorlake/crashlog.c M src/soc/intel/meteorlake/include/soc/crashlog.h 2 files changed, 27 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/33/76333/14