mb/google/nissa/var/rull: Add 6W and 15W DPTF parameters
[coreboot2.git] / src / mainboard / apple / macbookair4_2 / gma-mainboard.ads
blobfd2a5d5bdb933e99b9bfa04eebdea3e8e66b5a6c
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 DP2,
14 DP3,
15 HDMI1,
16 HDMI2,
17 HDMI3,
18 Analog,
19 eDP,
20 others => Disabled);
22 end GMA.Mainboard;