blob: ae2708cf2d0327a6aceac2560c8231f92f3b1e95 [file] [log] [blame]
Angel Ponsc67e4db2020-03-18 23:26:07 +01001-- SPDX-License-Identifier: GPL-2.0-or-later
Matt DeVillier64dc5c12019-09-21 13:54:58 -05002
3with HW.GFX.GMA;
4with HW.GFX.GMA.Display_Probing;
5
6use HW.GFX.GMA;
7use HW.GFX.GMA.Display_Probing;
8
9private package GMA.Mainboard is
10
11 ports : constant Port_List :=
12 (DP1,
13 DP2,
14 HDMI1,
15 HDMI2,
16 others => Disabled);
17
18end GMA.Mainboard;