repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/rull: Change padbased_override to rtd3 of wifi
[coreboot2.git]
/
src
/
mainboard
/
lenovo
/
t420
/
gma-mainboard.ads
blob
3df1e37f3e5fe287f1f1f66271d13b9e0f9542f9
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
DP3
,
15
HDMI1
,
16
HDMI2
,
17
HDMI3
,
18
Analog
,
19
LVDS
,
20
others
=>
Disabled
);
21
22
end
GMA
.
Mainboard
;