diff options
author | Martin Roth <martinroth@chromium.org> | 2018-03-07 15:32:16 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-03-09 17:16:21 +0000 |
commit | b22bbe27fc9747928248eb644252129c5e630f0a (patch) | |
tree | a9016c1f93a2a95f1df69e96f0f217f949ee624b /src/Kconfig | |
parent | 8da81da3b9400763f066762dbf9a203f3892fabd (diff) |
Timestamps: Add option to print timestamps to debug console
Prints the timestamp name and value to the debug console if enabled
in Kconfig.
Change-Id: Ie6e6a4877fefec45fb987ceae7d42de6ce768159
Signed-off-by: Martin Roth <martinroth@chromium.org>
Reviewed-on: https://review.coreboot.org/25024
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
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 |