[coreboot-gerrit] Patch set updated for coreboot: macbookair: Disable native VGA init

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Oct 10 23:21:11 CEST 2015


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

-gerrit

commit e895bc4ab8585fb53f253d9565713ab6ce58aac2
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Sat Oct 10 11:30:13 2015 +0200

    macbookair: Disable native VGA init
    
    MBA has eDP and not LVDS, so it's not supported by our native init.
    
    Change-Id: I489b7a98163b648f0e8000202117593c6b1aaf31
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/apple/macbookair4_2/Kconfig       | 2 --
 src/mainboard/apple/macbookair4_2/devicetree.cb | 2 --
 2 files changed, 4 deletions(-)

diff --git a/src/mainboard/apple/macbookair4_2/Kconfig b/src/mainboard/apple/macbookair4_2/Kconfig
index 6000979..7ceb26a 100644
--- a/src/mainboard/apple/macbookair4_2/Kconfig
+++ b/src/mainboard/apple/macbookair4_2/Kconfig
@@ -9,8 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select HAVE_ACPI_TABLES
 	select INTEL_EDID
 	select INTEL_INT15
-	select MAINBOARD_HAS_NATIVE_VGA_INIT
-	select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
 	select NORTHBRIDGE_INTEL_SANDYBRIDGE
 	select SANDYBRIDGE_LVDS
 	select SERIRQ_CONTINUOUS_MODE
diff --git a/src/mainboard/apple/macbookair4_2/devicetree.cb b/src/mainboard/apple/macbookair4_2/devicetree.cb
index 5be132c..da5c1e2 100644
--- a/src/mainboard/apple/macbookair4_2/devicetree.cb
+++ b/src/mainboard/apple/macbookair4_2/devicetree.cb
@@ -1,8 +1,6 @@
 chip northbridge/intel/sandybridge # FIXME: check gfx.ndid and gfx.did
 	register "gfx.did" = "{ 0x80000100, 0x80000240, 0x80000410, 0x80000410, 0x00000005 }"
 	register "gfx.link_frequency_270_mhz" = "0"
-	register "gfx.lvds_dual_channel" = "0"
-	register "gfx.lvds_num_lanes" = "1"
 	register "gfx.ndid" = "3"
 	register "gfx.use_spread_spectrum_clock" = "1"
 	register "gpu_cpu_backlight" = "0x00001312"



More information about the coreboot-gerrit mailing list