aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/asrock
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-17 21:07:58 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-20 12:09:58 +0000
commit73e35f6af94f31f84b2b43fc04d8be06b957b0a9 (patch)
tree3e43f5ae6c2840a670fe48813bcf912bfce6a710 /src/mainboard/asrock
parent9b09093878df17dc6188cff33ba17c7b456f294a (diff)
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, displays correctly on a 1920x1080 VGA monitor. Scaling also works when a smaller HDMI monitor is connected as well. Legacy VGA text mode is also functional on either monitor, too. Change-Id: Ie2f88edcb7ed1984adebf2af23195767af13654c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43560 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r--src/mainboard/asrock/b85m_pro4/gma-mainboard.ads3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads b/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads
index 49ca38ca42..393275b958 100644
--- a/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads
+++ b/src/mainboard/asrock/b85m_pro4/gma-mainboard.ads
@@ -11,8 +11,7 @@ private package GMA.Mainboard is
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;