[coreboot-gerrit] New patch to review for coreboot: mainboard/intel/galileo: Add COLLECT_TIMESTAMPS for vboot

Lee Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Wed Mar 15 00:37:08 CET 2017


Lee Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18813

-gerrit

commit 9200aa5e48078786aed459a63a21e2202b194e71
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Tue Mar 14 16:31:27 2017 -0700

    mainboard/intel/galileo: Add COLLECT_TIMESTAMPS for vboot
    
    Add COLLECT_TIMESTAMPS which is required for vboot.
    
    TEST=Build and run on Galileo Gen2
    
    Change-Id: If64b4085b0a7947f21ad32018f5db8dfd2372a47
    Signed-off-by: Lee Leahy <Leroy.P.Leahy at intel.com>
---
 src/mainboard/intel/galileo/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index 6acf10b..f31ca5e 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -150,6 +150,7 @@ config FSP_DEBUG_ALL
 config VBOOT_WITH_CRYPTO_SHIELD
 	bool "Verified boot using the Crypto Shield board"
 	default n
+	select COLLECT_TIMESTAMPS
 	select I2C_TPM
 	select MAINBOARD_HAS_I2C_TPM_ATMEL
 	select SEPARATE_VERSTAGE



More information about the coreboot-gerrit mailing list