mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git] / src / mainboard / sapphire / pureplatinumh61 / gma-mainboard.ads
blob7172b5992bb394820d18ef9336bd3faa676903cd
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 -- For a three-pipe setup, bandwidth is shared between the 2nd and
12 -- the 3rd pipe. Thus, probe ports that likely have a high-resolution
13 -- display attached first.
15 -- FIXME: Only one of the digital ports is implemented as DP
16 -- but it's unknown which.
17 ports : constant Port_List :=
18 (DP1,
19 DP2,
20 DP3,
21 HDMI1,
22 HDMI2,
23 HDMI3,
24 Analog,
25 others => Disabled);
27 end GMA.Mainboard;