From 4b1668fd121c12dcddc28b227e5cd93fe67c9a33 Mon Sep 17 00:00:00 2001 From: Antonello Dettori Date: Fri, 8 Jul 2016 11:14:40 +0200 Subject: coreinfo: Add support to read timestamps 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 Signed-off-by: Antonello Dettori Reviewed-on: https://review.coreboot.org/15600 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- payloads/coreinfo/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'payloads/coreinfo/Kconfig') diff --git a/payloads/coreinfo/Kconfig b/payloads/coreinfo/Kconfig index e71599ca9a..fd4c1b4a22 100644 --- a/payloads/coreinfo/Kconfig +++ b/payloads/coreinfo/Kconfig @@ -104,4 +104,10 @@ config MODULE_CBFS help This option will increase the ELF file size by ca. 1440 bytes. +config MODULE_TIMESTAMPS + bool "Enable the coreboot timestamps module" + default y + help + This option will increase the ELF file size by ca. 4200 bytes. + endmenu -- cgit v1.2.3