[coreboot-gerrit] Patch set updated for coreboot: 0353bbf Enable COLLECT_TIMESTAMPS by default

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Mar 10 19:55:32 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 0353bbf58293b0288e5ff201cccf99173ea7e57e
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 a0758bc..77a8624 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -170,7 +170,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