libpayload: configs: Add new config.featuretest to broaden CI
[coreboot.git] / src / mainboard / asrock / b85m_pro4 / gma-mainboard.ads
blob393275b958f886eabfd802122796821e91a89b5e
1 -- SPDX-License-Identifier: GPL-2.0-or-later
3 with HW.GFX.GMA;
4 with HW.GFX.GMA.Display_Probing;
6 use HW.GFX.GMA;
7 use HW.GFX.GMA.Display_Probing;
9 private package GMA.Mainboard is
11 ports : constant Port_List :=
12 (HDMI1, -- DVI-D
13 HDMI3, -- HDMI
14 Analog, -- VGA
15 others => Disabled);
17 end GMA.Mainboard;