The purpose of the late sign-of-life (SOL) event was to add logs for the CSE sync at the payload. However, recent changes have decoupled CSE sync and SOL events, resulting in redundant event logging. This update eliminates the superfluous late SOL event logs. BUG=b:379585294 TEST=boot verified on google/rex0 and google/rex64 without change: ``` rex-rev3 ~ # elogtool list rex64-rev3 ~ # /media/usb/elogtool list 0 | 2024-01-01 22:50:19-0800 | Log area cleared | 250 1 | 2024-01-01 22:50:59-0800 | System boot | 30 2 | 2024-01-01 22:50:59-0800 | Firmware Splash Screen | Enabled 3 | 2024-01-01 22:51:00-0800 | Power Fail 4 | 2024-01-01 22:51:00-0800 | SUS Power Fail 5 | 2024-01-01 22:51:00-0800 | ACPI Wake | S5 6 | 2024-01-01 22:51:00-0800 | Wake Source | Power Button | 0 7 | 2024-01-01 22:51:00-0800 | Late Sign of Life | CSE Sync Late SOL Screen Shown 8 | 2024-01-01 22:51:00-0800 | Firmware CSE sync | CSE Sync at Payload ``` with change: ``` rex64-rev3 ~ # elogtool list 0 | 2024-12-17 02:42:23-0800 | Log area cleared | 141 1 | 2024-12-17 02:43:14-0800 | System boot | 81 2 | 2024-12-17 02:43:14-0800 | Firmware Splash Screen | Enabled 3 | 2024-12-17 02:43:16-0800 | Power Fail 4 | 2024-12-17 02:43:16-0800 | SUS Power Fail 5 | 2024-12-17 02:43:16-0800 | ACPI Wake | S5 6 | 2024-12-17 02:43:16-0800 | Wake Source | Power Button | 0 7 | 2024-12-17 02:43:16-0800 | Firmware CSE sync | CSE Sync at Payload ``` Change-Id: I53baecb3ca0cef5e0e18732e02832e8331e000d0 Signed-off-by: Dinesh Gehlot <digehlot@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85621 Reviewed-by: Subrata Banik <subratabanik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com> |
||
|---|---|---|
| .. | ||
| bsd | ||
| include/commonlib | ||
| storage | ||
| device_tree.c | ||
| fsp_relocate.c | ||
| iobuf.c | ||
| list.c | ||
| Makefile.mk | ||
| mem_pool.c | ||
| rational.c | ||
| region.c | ||
| sort.c | ||