[coreboot-gerrit] Patch set updated for coreboot: fcf37ff northbridge: intel: i945: Add support for X86EMU_DEBUG_TIMINGS.

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Wed Jun 5 00:34:39 CEST 2013


Denis Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3356

-gerrit

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

    northbridge: intel: i945: Add support for X86EMU_DEBUG_TIMINGS.
    
    X86EMU_DEBUG_TIMING is needed for producing i915tool
      compatible output.
    So we add its dependencies in the i945 Kconfig
      in order to be able to use X86EMU_DEBUG_TIMINGS.
    
    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