util/intelp2m: Print the current project version
[coreboot2.git] / src / mainboard / libretrend / lt1000 / gma-mainboard.ads
blob67e0e7acf1428d69f539402b5f60a2d4b1ab3269
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 (DP1,
13 HDMI2,
14 others => Disabled);
16 end GMA.Mainboard;