soc/intel/ptl: Update ME specification version to 21
[coreboot.git] / src / mainboard / google / slippy / gma-mainboard.ads
blob238b3eb881d28ba9be96fd3b4686f60c3ad94450
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 eDP,
14 others => Disabled);
16 end GMA.Mainboard;