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
soc/intel/{mtl,ptl,tgl}: Fix incorrect reporting of S0ix
[coreboot.git]
/
src
/
mainboard
/
google
/
fizz
/
variants
/
endeavour
/
gma-mainboard.ads
blob
ae2708cf2d0327a6aceac2560c8231f92f3b1e95
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
(
DP1
,
13
DP2
,
14
HDMI1
,
15
HDMI2
,
16
others
=>
Disabled
);
17
18
end
GMA
.
Mainboard
;