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@gmail.com> Reviewed-on: http://review.coreboot.org/11842 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
f06b08a60f
commit
8289319f42
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue