repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
msi
/
h81m-p33
/
gma-mainboard.ads
blob
be04a94ac1c775851fdd152374f4cdc6a59c375b
1
-- SPDX-License-Identifier: GPL-2.0-or-later
2
3
with
HW
.
GFX
.
GMA
;
4
with
HW
.
GFX
.
GMA
.
Display_Probing
;
5
6
use
HW
.
GFX
.
GMA
;
7
use
HW
.
GFX
.
GMA
.
Display_Probing
;
8
9
private package
GMA
.
Mainboard
is
10
11
ports
:
constant
Port_List
:=
12
(
HDMI2
,
-- DVI
13
HDMI3
,
-- HDMI
14
Analog
,
-- VGA
15
others
=>
Disabled
);
16
17
end
GMA
.
Mainboard
;