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

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Oct 10 13:52:25 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 1af51ea4448c5393cd9dc055f2297bd6762038f5
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 --
 1 file changed, 2 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



More information about the coreboot-gerrit mailing list