payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / asrock / h110m / gma-mainboard.ads
blobbd3e5e9cf000f9a8fd7ea9b890f3bd60badb251b
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 (HDMI1, -- mainboard DVI port
13 HDMI3, -- mainboard HDMI port
14 Analog,
15 others => Disabled);
17 end GMA.Mainboard;