mb/google/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git] / src / mainboard / hp / 280_g2 / gma-mainboard.ads
blob062821114240b11c7be7f19eec5429eaaf56a8ac
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 (HDMI3, -- DVI-D
13 eDP, -- VGA
14 others => Disabled);
16 end GMA.Mainboard;