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/mediatek/mt8196: Initialize mt6685 PMIF for RTC read/write API
[coreboot.git]
/
src
/
mainboard
/
acer
/
aspire_vn7_572g
/
gma-mainboard.ads
blob
fc8bacc93377598bb6fcab7058a026c060c23804
1
-- SPDX-License-Identifier: GPL-2.0-only
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
(
eDP
,
13
HDMI1
,
14
others
=>
Disabled
);
15
16
end
GMA
.
Mainboard
;