From d9105846bc550b5240ad5bcc56f12202412d6cfe Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Wed, 25 Apr 2018 17:15:15 +0800 Subject: asrock/b75pro3-m: fix the HDMI port At the time I ported coreboot to this board, the HDMI port of my board was broken, so I couldn't test libgfxinit on HDMI. Change-Id: Ibb8a4ef55bd97fd2d0baacdbc72863c0985d3d76 Signed-off-by: Iru Cai Reviewed-on: https://review.coreboot.org/25820 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Arthur Heymans --- src/mainboard/asrock/b75pro3-m/gma-mainboard.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/asrock/b75pro3-m/gma-mainboard.ads') diff --git a/src/mainboard/asrock/b75pro3-m/gma-mainboard.ads b/src/mainboard/asrock/b75pro3-m/gma-mainboard.ads index 504d3b4a26..e973817e22 100644 --- a/src/mainboard/asrock/b75pro3-m/gma-mainboard.ads +++ b/src/mainboard/asrock/b75pro3-m/gma-mainboard.ads @@ -21,8 +21,8 @@ use HW.GFX.GMA.Display_Probing; private package GMA.Mainboard is ports : constant Port_List := - (HDMI1, - HDMI2, + (HDMI1, -- mainboard DVI port + HDMI3, -- mainboard HDMI port Analog, others => Disabled); -- cgit v1.2.3