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/brya/uldrenite: Add WWAN RW350R-GL power on sequence
[coreboot2.git]
/
src
/
mainboard
/
google
/
brya
/
variants
/
baseboard
/
nissa
/
gma-mainboard.ads
blob
3b02f14d95a71411b9290fb17a768d0ebe7ee76b
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
ports
:
constant
Port_List
:=
11
(
eDP
,
12
others
=>
Disabled
);
13
end
GMA
.
Mainboard
;