Documentation: Warn about ME cleaner on Sandy Bridge
[coreboot.git] / src / mainboard / gigabyte / ga-b75m-d3h / gma-mainboard.ads
blobaabf78fa7a3dfe0fa986711b6af5b61c0ab71619
1 -- This file is part of the coreboot project.
2 --
3 -- This program is free software; you can redistribute it and/or
4 -- modify it under the terms of the GNU General Public License as
5 -- published by the Free Software Foundation; version 2 of
6 -- the License.
7 --
8 -- This program is distributed in the hope that it will be useful,
9 -- but WITHOUT ANY WARRANTY; without even the implied warranty of
10 -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 -- GNU General Public License for more details.
14 with HW.GFX.GMA;
15 with HW.GFX.GMA.Display_Probing;
17 use HW.GFX.GMA;
18 use HW.GFX.GMA.Display_Probing;
20 private package GMA.Mainboard is
22 ports : constant Port_List :=
23 (HDMI1,
24 HDMI3,
25 Analog,
26 others => Disabled);
28 end GMA.Mainboard;