From 73e35f6af94f31f84b2b43fc04d8be06b957b0a9 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 17 Jul 2020 21:07:58 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43560 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/asrock/b85m_pro4/gma-mainboard.ads | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainboard/asrock') 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; -- cgit v1.2.3