[coreboot-gerrit] Patch set updated for coreboot: [NOTFORMERGE] Enable time stamp collection by default

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Tue Oct 13 05:21:20 CEST 2015


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11864

-gerrit

commit f8784441cd35bfb074544bd0082937dead18f539
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Oct 11 11:57:44 2015 +0200

    [NOTFORMERGE] Enable time stamp collection by default
    
    Change-Id: Ib01176fc2a4dffe37827c136bb8214083ce61180
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 src/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Kconfig b/src/Kconfig
index 2822bfe..b48f6f7 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -185,7 +185,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