coreboot/src/commonlib/bsd
Dinesh Gehlot d90b1322ab 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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85622
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Subrata Banik <subratabanik@google.com>
2024-12-23 01:57:13 +00:00
..
include/commonlib/bsd commonlib: Refactor CSE sync eventLog 2024-12-23 01:57:13 +00:00
cbfs_mcache.c
cbfs_private.c
elog.c
gcd.c commonlib: Change GCD function to always use 64 bits 2024-02-08 13:13:58 +00:00
ipchksum.c commonlib: Add generic word-at-a-time optimization to ipchksum() 2024-12-11 01:00:06 +00:00
lz4.c.inc
lz4_wrapper.c commonlib/bsd/lz4_wrapper.c: Fix misaligned access 2024-07-01 13:44:19 +00:00
string.c commonlib/bsd: Optimize strnlen() 2024-08-19 13:25:05 +00:00