coreinfo: Add support to read timestamps

Hardware / Coreboot - Antonello Dettori [dettori.io] - 20 July 2016 15:09 UTC

Read timestamps from the last boot sequence and display the information as if using cbmem -t.

Tested on QEMU with a SeaBIOS payload.

Change-Id: I44f1f6d6e4ef5458aca555c8a7d32cc8aae46502

4b1668f coreinfo: Add support to read timestamps
payloads/coreinfo/Kconfig | 6 +
payloads/coreinfo/Makefile | 4 +-
payloads/coreinfo/coreinfo.c | 4 +
payloads/coreinfo/timestamps_module.c | 290 +++++++++++++++++++++++++++++++++
4 files changed, 302 insertions(+), 2 deletions(-)

Upstream: review.coreboot.org


  • Share