[coreboot-gerrit] New patch to review for coreboot: a520835 [UNTESTED]: lenovo/x60: Enable text mode native gfx init

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Thu Aug 21 20:33:42 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6725

-gerrit

commit a5208356190940262da22c1c6c1f1260a9ca7838
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Thu Aug 21 02:25:59 2014 +0200

    [UNTESTED]: lenovo/x60: Enable text mode native gfx init
    
    Change-Id: I3aad96a7034c73e447cf8995473a45ffd3893f3f
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/lenovo/x60/Kconfig   | 1 +
 src/northbridge/intel/i945/Kconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig
index c27cad8..5d5962a 100644
--- a/src/mainboard/lenovo/x60/Kconfig
+++ b/src/mainboard/lenovo/x60/Kconfig
@@ -22,6 +22,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_ACPI_RESUME
 	select USE_OPTION_TABLE
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
+	select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
 	select H8_DOCK_EARLY_INIT
 	select DRIVERS_LENOVO_WACOM
 	select INTEL_EDID
diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig
index 360b2ab..a4da1a5 100644
--- a/src/northbridge/intel/i945/Kconfig
+++ b/src/northbridge/intel/i945/Kconfig
@@ -29,6 +29,7 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy
 	select DYNAMIC_CBMEM
 	select HAVE_DEBUG_RAM_SETUP
 	select LAPIC_MONOTONIC_TIMER
+	select VGA
 
 config NORTHBRIDGE_INTEL_SUBTYPE_I945GC
 	def_bool n



More information about the coreboot-gerrit mailing list