[coreboot-gerrit] New patch to review for coreboot: a25d7fb chromeos: always enable timestamps

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu May 28 22:50:29 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10357

-gerrit

commit a25d7fb1ca9ee971f7cafc42c74173cf74ff99c9
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Thu May 28 13:48:47 2015 -0700

    chromeos: always enable timestamps
    
    Timestamps should not be forced on by a subset of chipsets.
    However, they are a requirement on Chrome OS platforms, so
    have CONFIG_CHROMEOS select it.
    
    Change-Id: I408c6b17aa8721a3abec69020084174e414a8940
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
---
 src/soc/intel/baytrail/Kconfig         | 1 -
 src/soc/intel/broadwell/Kconfig        | 1 -
 src/vendorcode/google/chromeos/Kconfig | 1 +
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/soc/intel/baytrail/Kconfig b/src/soc/intel/baytrail/Kconfig
index 85631fc..3f69fec 100644
--- a/src/soc/intel/baytrail/Kconfig
+++ b/src/soc/intel/baytrail/Kconfig
@@ -14,7 +14,6 @@ config CPU_SPECIFIC_OPTIONS
 	select BACKUP_DEFAULT_SMM_REGION
 	select CACHE_MRC_SETTINGS
 	select CAR_MIGRATION
-	select COLLECT_TIMESTAMPS
 	select CPU_INTEL_TURBO_NOT_PACKAGE_SCOPED
 	select SUPPORT_CPU_UCODE_IN_CBFS
 	select HAVE_SMI_HANDLER
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 4a71aa7..5e12e13 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -20,7 +20,6 @@ config CPU_SPECIFIC_OPTIONS
 	select CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM
 	select CACHE_ROM
 	select CAR_MIGRATION
-	select COLLECT_TIMESTAMPS
 	select CPU_INTEL_FIRMWARE_INTERFACE_TABLE
 	select SUPPORT_CPU_UCODE_IN_CBFS
 	select HAVE_MONOTONIC_TIMER
diff --git a/src/vendorcode/google/chromeos/Kconfig b/src/vendorcode/google/chromeos/Kconfig
index 90e3505..9115c9c 100644
--- a/src/vendorcode/google/chromeos/Kconfig
+++ b/src/vendorcode/google/chromeos/Kconfig
@@ -28,6 +28,7 @@ config CHROMEOS
 	select TPM
 	select BOOTMODE_STRAPS
 	select ELOG
+	select COLLECT_TIMESTAMPS
 	help
 	  Enable ChromeOS specific features like the GPIO sub table in
 	  the coreboot table. NOTE: Enabling this option on an unsupported



More information about the coreboot-gerrit mailing list