[coreboot-gerrit] New patch to review for coreboot: intel/model_2065x/Kconfig: Don't use LAPIC_MONOTONIC_TIMER

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Wed Aug 26 01:11:13 CEST 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11342

-gerrit

commit 55e05bf414af031ac5021a95b74e9236e5c58f92
Author: Martin Roth <martinroth at google.com>
Date:   Tue Aug 25 14:47:39 2015 -0600

    intel/model_2065x/Kconfig: Don't use LAPIC_MONOTONIC_TIMER
    
    The LAPIC_MONOTONIC_TIMER symbol doesn't do anything in the code
    unless UDELAY_LAPIC is selected.  Since this chip uses UDELAY_TSC,
    LAPIC_MONOTONIC_TIMER generates a Kconfig warning and should be
    removed.
    
    Change-Id: I5caa60ca7ab9a24d25c184c85184f9492b453706
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 src/cpu/intel/model_2065x/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cpu/intel/model_2065x/Kconfig b/src/cpu/intel/model_2065x/Kconfig
index 4a85f09..f6d812f 100644
--- a/src/cpu/intel/model_2065x/Kconfig
+++ b/src/cpu/intel/model_2065x/Kconfig
@@ -19,7 +19,6 @@ config CPU_SPECIFIC_OPTIONS
 	select PARALLEL_CPU_INIT
 	#select AP_IN_SIPI_WAIT
 	select TSC_SYNC_MFENCE
-	select LAPIC_MONOTONIC_TIMER
 
 config BOOTBLOCK_CPU_INIT
 	string



More information about the coreboot-gerrit mailing list