[coreboot-gerrit] Patch set updated for coreboot: 6add61f Intel 945: Select LAPIC_MONOTONIC_TIMER for X86EMU_DEBUG_TIMINGS

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Wed Jun 5 00:47:17 CEST 2013


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3356

-gerrit

commit 6add61ff495bf58a2899d015c272186e39c08187
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jun 4 04:48:11 2013 +0200

    Intel 945: Select LAPIC_MONOTONIC_TIMER for X86EMU_DEBUG_TIMINGS
    
    X86EMU_DEBUG_TIMING is needed for producing i915tool
      compatible output. So add its dependencies to the
      i945’s Kconfig in order to be able to use X86EMU_DEBUG_TIMINGS,
      which depends on HAVE_MONOTONIC_TIMER which
      LAPIC_MONOTONIC_TIMER provides/selects.
    
    Note that UDELAY_LAPIC is already selected by the Intel CPU.
    
    Change-Id: Ie834ebc92e527eb186a92b39341ebd0a08889fb0
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/northbridge/intel/i945/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig
index aec3e33..fbc9988 100644
--- a/src/northbridge/intel/i945/Kconfig
+++ b/src/northbridge/intel/i945/Kconfig
@@ -25,6 +25,7 @@ if NORTHBRIDGE_INTEL_I945
 config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
 	def_bool y
 	select HAVE_DEBUG_RAM_SETUP
+	select LAPIC_MONOTONIC_TIMER
 
 config NORTHBRIDGE_INTEL_SUBTYPE_I945GC
 	def_bool n



More information about the coreboot-gerrit mailing list