Attention is currently required from: Dinesh Gehlot, Kapil Porwal, Karthik Ramasubramanian.
Hello Kapil Porwal, Karthik Ramasubramanian, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85622?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Code-Review+2 by Kapil Porwal, Verified+1 by build bot (Jenkins)
Change subject: commonlib: Refactor CSE sync eventLog ......................................................................
commonlib: Refactor CSE sync eventLog
This patch enhances the readability of the CSE sync event ELOG_TYPE_FW_CSE_SYNC by updating the event naming from "early and late bootstage" to "pre and post memory."
BUG=b:379585294 TEST=boot verified on google/rex0 and google/rex64 without change: ``` rex-rev3 ~ # elogtool list rex64-rev3 ~ # /media/usb/elogtool list 3 | 2024-01-01 22:25:59-0800 | Firmware CSE sync | Late CSE Sync ``` with change: ``` rex64-rev3 ~ # elogtool list 3 | 2024-12-17 02:22:36-0800 | Firmware CSE sync | Post RAM CSE Sync ```
Change-Id: Ia5db3ffb43b2ceac821de72ef9e88ed62e617d41 Signed-off-by: Dinesh Gehlot digehlot@google.com --- M src/commonlib/bsd/include/commonlib/bsd/elog.h M src/soc/intel/common/block/cse/cse_lite.c M util/cbfstool/eventlog.c 3 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/85622/2