[coreboot-gerrit] Patch set updated for coreboot: 2df6708 Enable COLLECT_TIMESTAMPS by default

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Wed Jan 28 00:23:30 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 2df670893af0019b77aa2c5701524f61a8473ee3
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Wed Dec 31 22:12:56 2014 +0200

    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 e5dc26b..b12e64c 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -161,7 +161,7 @@ config EARLY_CBMEM_INIT
 
 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