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

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Wed Oct 14 09:57:01 CEST 2015


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11864

-gerrit

commit 5b33ed32c9ce33272b83c4f6ab5da7766f715d65
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