cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / intel / dq67sw / gma-mainboard.ads
bloba42948890da4e85873bb4490441422c672c78c56
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 (DP2,
13 HDMI1,
14 HDMI2,
15 HDMI3,
16 Analog,
17 others => Disabled);
19 end GMA.Mainboard;