mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / supermicro / x9sae / gma-mainboard.ads
blob9d9d370b4bd6ee0477e65e5d17b234b6805c9dee
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 (HDMI2,
13 HDMI3,
14 Analog,
15 others => Disabled);
17 end GMA.Mainboard;