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/intel/ptl: Update ME specification version to 21
[coreboot.git]
/
src
/
mainboard
/
biostar
/
th61-itx
/
early_init.c
blob
c8d64717791c1729b24093e782844b17d5bd775b
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <southbridge/intel/bd82x6x/pch.h>
4
5
const struct
southbridge_usb_port mainboard_usb_ports
[] = {
6
{
1
,
0
,
0
},
7
{
1
,
0
,
0
},
8
{
1
,
0
,
1
},
9
{
1
,
0
,
1
},
10
{
1
,
0
,
2
},
11
{
1
,
0
,
2
},
12
{
1
,
0
,
3
},
13
{
1
,
0
,
3
},
14
{
1
,
0
,
4
},
15
{
1
,
0
,
4
},
16
{
1
,
0
,
6
},
17
{
1
,
0
,
5
},
18
{
1
,
0
,
5
},
19
{
1
,
0
,
6
},
20
};