Angel Pons has uploaded this change for review.

View Change

mb/asrock/b85m_pro4: Enable VGA port

Now that libgfxinit has been fixed, trying to enable the Analog port no
longer hangs the system, nor fills the monitor with unreadable garbage.

Tested with linear framebuffer on VGA only and VGA with a smaller HDMI
monitor, in both cases all monitors work. Also works with legacy VGA.

Change-Id: Ie2f88edcb7ed1984adebf2af23195767af13654c
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/mainboard/asrock/b85m_pro4/gma-mainboard.ads
1 file changed, 1 insertion(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/43560/1
diff --git a/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads b/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads
index 49ca38c..393275b 100644
--- a/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads
+++ b/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads
@@ -11,8 +11,7 @@
ports : constant Port_List :=
(HDMI1, -- DVI-D
HDMI3, -- HDMI
- -- FIXME: Haswell VGA support in libgfxinit is broken
- -- Analog, -- VGA
+ Analog, -- VGA
others => Disabled);

end GMA.Mainboard;

To view, visit change 43560. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie2f88edcb7ed1984adebf2af23195767af13654c
Gerrit-Change-Number: 43560
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newchange