[coreboot-gerrit] New patch to review for coreboot: 962036d vboot2: Always enable timestamps

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Mon Apr 27 18:23:27 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10006

-gerrit

commit 962036d6556e987fae7017972373c80a1cd6a4e9
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Mon Apr 27 18:13:15 2015 +0200

    vboot2: Always enable timestamps
    
    The vboot2 code requires them.
    
    Change-Id: I9afaf9b373297b0eebce9ffd7cc05766dee7d6fd
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/vendorcode/google/chromeos/vboot2/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/vendorcode/google/chromeos/vboot2/Kconfig b/src/vendorcode/google/chromeos/vboot2/Kconfig
index 16b8110..cfa22b6 100644
--- a/src/vendorcode/google/chromeos/vboot2/Kconfig
+++ b/src/vendorcode/google/chromeos/vboot2/Kconfig
@@ -20,6 +20,7 @@ config VBOOT2_VERIFY_FIRMWARE
 	bool "Firmware Verification with vboot2"
 	default n
 	depends on CHROMEOS && HAVE_HARD_RESET
+	select COLLECT_TIMESTAMPS
 	help
 	  Enabling VBOOT2_VERIFY_FIRMWARE will use vboot2 to verify the romstage
 	  and boot loader.



More information about the coreboot-gerrit mailing list