Bora Guvendik has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/59555 )
Change subject: util/cbmem: Rebase to handle negative timestamps ......................................................................
util/cbmem: Rebase to handle negative timestamps
Rebase all of the timestamps to the lowest(negative) value in the list when displaying them.
TEST=Boot to OS after adding negative timestamps, cbmem -t
timestamp_add(TS_ME_BOOT_STALL_DONE, 0 - ts[6]); timestamp_add(TS_ME_ICC_CONFIG_START, 0 - ts[7]); timestamp_add(TS_ME_HOST_BOOT_PREP_DONE, 0 - ts[10]); timestamp_add(TS_ME_RECEIVED_CRDA_FROM_PMC, 0 - ts[19]);
0:1st timestamp 0 944:CSE sent 'Boot Stall Done' to PMC 296,000 945:CSE started to handle ICC configuration 303,000 (7,000) 946:CSE sent 'Host BIOS Prep Done' to PMC 308,000 (5,000) 947:CSE received 'CPU Reset Done Ack sent' from PMC 1,074,000 (766,000) 11:start of bootblock 1,101,606 (27,606) 12:end of bootblock 1,161,989 (60,382)
Signed-off-by: Bora Guvendik bora.guvendik@intel.com Change-Id: I7eb519c360e066d48dde205401e4ccd3b0b3d8a5 --- M util/cbmem/cbmem.c 1 file changed, 49 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/59555/2