[coreboot-gerrit] Patch set updated for coreboot: df59234 [NOTFORMERGE]: Enable COLLECT_TIMESTAMPS by default

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Thu Jan 1 09:22:42 CET 2015


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8023

-gerrit

commit df592348395e582d9b37d893c1e77d95bc9b2992
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Dec 31 22:12:56 2014 +0200

    [NOTFORMERGE]: Enable COLLECT_TIMESTAMPS by default
    
    Change-Id: I71b494ec52eb8de601321285b63be87f03f3ac0b
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 30961a4..9deeac4 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -183,7 +183,7 @@ config DYNAMIC_CBMEM
 
 config COLLECT_TIMESTAMPS
 	bool "Create a table of timestamps collected during boot"
-	default n
+	default y
 	help
 	  Make coreboot create a table of timer-ID/timer-value pairs to
 	  allow measuring time spent at different phases of the boot process.



More information about the coreboot-gerrit mailing list