Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39084 )
Change subject: commonlib/timestamp_serialized.h: Drop outdated remark ......................................................................
commonlib/timestamp_serialized.h: Drop outdated remark
The timestamps for decompression have been relevant on x86 for a very long time. Henceforth, eliminate the `(ignore for x86)` remarks.
Change-Id: I924e4e2dbb07db49408c77be8f3de59f8c3a8f00 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/commonlib/include/commonlib/timestamp_serialized.h 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/39084/1
diff --git a/src/commonlib/include/commonlib/timestamp_serialized.h b/src/commonlib/include/commonlib/timestamp_serialized.h index d7d636e..964efd5 100644 --- a/src/commonlib/include/commonlib/timestamp_serialized.h +++ b/src/commonlib/include/commonlib/timestamp_serialized.h @@ -168,10 +168,10 @@ { TS_END_BOOTBLOCK, "end of bootblock" }, { TS_START_COPYROM, "starting to load romstage" }, { TS_END_COPYROM, "finished loading romstage" }, - { TS_START_ULZMA, "starting LZMA decompress (ignore for x86)" }, - { TS_END_ULZMA, "finished LZMA decompress (ignore for x86)" }, - { TS_START_ULZ4F, "starting LZ4 decompress (ignore for x86)" }, - { TS_END_ULZ4F, "finished LZ4 decompress (ignore for x86)" }, + { TS_START_ULZMA, "starting LZMA decompress" }, + { TS_END_ULZMA, "finished LZMA decompress" }, + { TS_START_ULZ4F, "starting LZ4 decompress" }, + { TS_END_ULZ4F, "finished LZ4 decompress" }, { TS_DEVICE_ENUMERATE, "device enumeration" }, { TS_DEVICE_CONFIGURE, "device configuration" }, { TS_DEVICE_ENABLE, "device enable" },