[coreboot-gerrit] Patch set updated for coreboot: 5485b3f intel/broadwell: Don't select MONOTONIC_TIMER_MSR

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Apr 30 14:31:51 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/10034

-gerrit

commit 5485b3fe6284d1e9e535cce780ea7a1be1942578
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Wed Apr 29 20:44:06 2015 +0200

    intel/broadwell: Don't select MONOTONIC_TIMER_MSR
    
    That's a Haswell exclusive, used nowhere else, but confusing
    when hunting for the monotonic timer used on that SoC.
    
    Change-Id: I60ec523e54e5af0d2a418bcb9145de452a3a4ea9
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/mainboard/google/samus/Kconfig | 1 -
 src/mainboard/intel/wtm2/Kconfig   | 1 -
 src/soc/intel/broadwell/Kconfig    | 6 ------
 3 files changed, 8 deletions(-)

diff --git a/src/mainboard/google/samus/Kconfig b/src/mainboard/google/samus/Kconfig
index 664faf1..f655b29 100644
--- a/src/mainboard/google/samus/Kconfig
+++ b/src/mainboard/google/samus/Kconfig
@@ -16,7 +16,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_SMI_HANDLER
 	select MAINBOARD_HAS_CHROMEOS
 	select EXTERNAL_MRC_BLOB
-	select MONOTONIC_TIMER_MSR
 	select CHROMEOS_RAMOOPS_DYNAMIC
 	select INTEL_INT15
 	select CHROMEOS_VBNV_CMOS
diff --git a/src/mainboard/intel/wtm2/Kconfig b/src/mainboard/intel/wtm2/Kconfig
index 98b2790..5a064d1 100644
--- a/src/mainboard/intel/wtm2/Kconfig
+++ b/src/mainboard/intel/wtm2/Kconfig
@@ -10,7 +10,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_SMI_HANDLER
 	select MAINBOARD_HAS_CHROMEOS
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
-	select MONOTONIC_TIMER_MSR
 	select INTEL_INT15
 
 	select CHROMEOS_RAMOOPS_DYNAMIC
diff --git a/src/soc/intel/broadwell/Kconfig b/src/soc/intel/broadwell/Kconfig
index 91249ee..695e495 100644
--- a/src/soc/intel/broadwell/Kconfig
+++ b/src/soc/intel/broadwell/Kconfig
@@ -174,12 +174,6 @@ config RESET_ON_INVALID_RAMSTAGE_CACHE
 	  when the ramstage cache is invalid. If selected the system will
 	  reset otherwise the ramstage will be reloaded from cbfs.
 
-config MONOTONIC_TIMER_MSR
-	def_bool y
-	select HAVE_MONOTONIC_TIMER
-	help
-	  Provide a monotonic timer using the 24MHz MSR counter.
-
 config INTEL_PCH_UART_CONSOLE
 	bool "Use Serial IO UART for console"
 	default n



More information about the coreboot-gerrit mailing list