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
device/pci_ids: Add Panther Lake Intel Touch Controller PCI IDs
[coreboot2.git]
/
src
/
mainboard
/
dell
/
e6400
/
gma-mainboard.ads
blob
a6b139705863ee1c98e8ee343a145b1f219d2131
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
,
-- mainboard DP
13
DP2
,
-- dock DP
14
Analog
,
-- mainboard VGA
15
LVDS
,
16
others
=>
Disabled
);
17
18
end
GMA
.
Mainboard
;