[coreboot-gerrit] New patch to review for coreboot: 36bb55a Kconfig: COLLECT_TIMESTAMPS fix dependency on x86

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Sun Nov 23 06:14:19 CET 2014


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7557

-gerrit

commit 36bb55ae16c34b6590e86b65417ec3a8185ceed6
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sun Nov 23 05:47:27 2014 +0100

    Kconfig: COLLECT_TIMESTAMPS fix dependency on x86
    
    COLLECT_TIMESTAMP uses x86 specific type tsc_t and x86 asm to access
    it.
    
    Change-Id: I27ac73bc6ead80a7bd91b38356e23e62a01fb2d0
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 src/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Kconfig b/src/Kconfig
index ee0b78e..3c04d1e 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -177,6 +177,7 @@ config DYNAMIC_CBMEM
 
 config COLLECT_TIMESTAMPS
 	bool "Create a table of timestamps collected during boot"
+	depends on ARCH_X86
 	default n
 	help
 	  Make coreboot create a table of timer-ID/timer-value pairs to



More information about the coreboot-gerrit mailing list