From b22bbe27fc9747928248eb644252129c5e630f0a Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 7 Mar 2018 15:32:16 -0700 Subject: Timestamps: Add option to print timestamps to debug console MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prints the timestamp name and value to the debug console if enabled in Kconfig. Change-Id: Ie6e6a4877fefec45fb987ceae7d42de6ce768159 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/25024 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki --- src/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index 692a5b7883..99a704dbd7 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -185,6 +185,13 @@ config COLLECT_TIMESTAMPS Make coreboot create a table of timer-ID/timer-value pairs to allow measuring time spent at different phases of the boot process. +config TIMESTAMPS_ON_CONSOLE + bool "Print the timestamp values on the console" + default n + depends on COLLECT_TIMESTAMPS + help + Print the timestamps to the debug console if enabled at level spew. + config USE_BLOBS bool "Allow use of binary-only repository" help -- cgit v1.2.3