[coreboot-gerrit] New patch to review for coreboot: 33f08ef Lenovo X60: Add support for X86EMU_DEBUG_TIMINGS

Denis Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Tue Jun 4 04:56:38 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 33f08efb1cd8a0b42706aaee0ae412dbdd406918
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Tue Jun 4 04:48:11 2013 +0200

    Lenovo X60: Add support for X86EMU_DEBUG_TIMINGS
    
    X86EMU_DEBUG_TIMING is needed for producing i915tool
      compatible output.
    
    Change-Id: Ie834ebc92e527eb186a92b39341ebd0a08889fb0
    Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
---
 src/mainboard/lenovo/x60/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index 1431a2f..335a2f8 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -25,6 +25,8 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select USE_OPTION_TABLE
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
 	select EARLY_CBMEM_INIT
+	select UDELAY_LAPIC
+	select LAPIC_MONOTONIC_TIMER
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list