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
mb/asus/p8h61-m_pro: Transform into variant setup
[coreboot.git]
/
src
/
mainboard
/
asus
/
h61m-cs
/
gma-mainboard.ads
blob
f07946ae2d9c141d043198ee32727e1253438603
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
ports
:
constant
Port_List
:=
11
(
Analog
,
12
others
=>
Disabled
);
13
end
GMA
.
Mainboard
;