soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / mainboard / google / brya / variants / baseboard / brask / gma-mainboard.ads
blob53a99b4d00064c84e39801b47fe1073ef7f211a4
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
10 ports : constant Port_List :=
11 ( HDMI1,
12 HDMI2,
13 HDMI3,
14 others => Disabled);
15 end GMA.Mainboard;