Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38301 )
Change subject: timestamps: Fix syncing, logging and comments ......................................................................
Patch Set 2:
Yes, that fixed the issues for me. Tested with QEMU i440fx.
``` coreboot-4.11-750-gcc524cc7c5 Thu Jan 9 13:28:54 UTC 2020 bootblock starting (log level: 7)... Timestamp - end of bootblock: 10429189 FMAP: Found "FLASH" version 1.1 at 0x0. FMAP: base = 0xfffc0000 size = 0x40000 #areas = 3 FMAP: area COREBOOT found @ 200 (261632 bytes) CBFS: 'COREBOOT Locator' located CBFS at [200:40000) CBFS: Locating 'fallback/romstage' CBFS: Found @ offset 80 size 475c Timestamp - starting to load romstage: 19598638 Timestamp - finished loading romstage: 20910354 BS: bootblock times (exec / console): total (unknown) / 6 ms
coreboot-4.11-750-gcc524cc7c5 Thu Jan 9 13:28:54 UTC 2020 romstage starting (log level: 7)... QEMU: firmware config interface detected Firmware config version id: 3 CBMEM: IMD: root @ 0x3ffff000 254 entries. IMD: root @ 0x3fffec00 62 entries. MTRR Range: Start=fffc0000 End=0 (Size 40000) FMAP: area COREBOOT found @ 200 (261632 bytes) CBFS: 'COREBOOT Locator' located CBFS at [200:40000) CBFS: Locating 'fallback/postcar' CBFS: Found @ offset 11080 size 4e34 Decompressing stage fallback/postcar @ 0x3ffd2fc0 (36080 bytes) Loading module at 0x3ffd3000 with entry 0x3ffd3000. filesize: 0x49d0 memsize: 0x8cb0 Processing 258 relocs. Offset value of 0x3dfd3000 Timestamp - end of romstage: 55101609 BS: romstage times (exec / console): total (unknown) / 9 ms
coreboot-4.11-750-gcc524cc7c5 Thu Jan 9 13:28:54 UTC 2020 postcar starting (log level: 7)... Timestamp - start of postcar: 67419529 Timestamp - end of postcar: 68799422 FMAP: area COREBOOT found @ 200 (261632 bytes) CBFS: 'COREBOOT Locator' located CBFS at [200:40000) CBFS: Locating 'fallback/ramstage' CBFS: Found @ offset 4840 size c1be Timestamp - starting to load ramstage: 76122068 Decompressing stage fallback/ramstage @ 0x3ffadfc0 (144936 bytes) Timestamp - starting LZMA decompress (ignore for x86): 80102766 Timestamp - finished LZMA decompress (ignore for x86): 96925699 Loading module at 0x3ffae000 with entry 0x3ffae000. filesize: 0x18798 memsize: 0x235e8 Processing 1619 relocs. Offset value of 0x3f1ae000 Timestamp - finished loading ramstage: 108208604 BS: postcar times (exec / console): total (unknown) / 12 ms
coreboot-4.11-750-gcc524cc7c5 Thu Jan 9 13:28:54 UTC 2020 ramstage starting (log level: 7)... Timestamp - start of ramstage: 118835232 Timestamp - device enumeration: 120369140 BS: BS_DEV_INIT_CHIPS run times (exec / console): 0 / 1 ms
[…] ```