util/intelp2m: Print the current project version
[coreboot2.git] / src / mainboard / protectli / vault_kbl / gma-mainboard.ads
blob0e0f4f817f53d130a8d78e4e6dcfeb8f4c3fe1fc
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,
13 others => Disabled);
15 end GMA.Mainboard;