mb/google/brya/var/omnigul: Modify NVMe and UFS Storage support
[coreboot.git] / src / mainboard / google / link / gma-mainboard.ads
blob4d24d0bef78765207db64fceba88f7ab2c3822fc
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 (eDP,
13 DP3,
14 HDMI3,
15 others => Disabled);
17 end GMA.Mainboard;