acpi_gic: Add helper for platform gicc
[coreboot2.git] / src / mainboard / asrock / z87m_oc_formula / gma-mainboard.ads
blob61dc90a151846db59ac6fa1b2228922a3057b441
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, -- DP
13 HDMI2, -- DP
14 HDMI3, -- HDMI
15 others => Disabled);
17 end GMA.Mainboard;