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
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
mainboard
/
lenovo
/
l520
/
early_init.c
blob
ebcd639e6a2f8e62ce8b2b101ab8a2a5079470ff
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <southbridge/intel/bd82x6x/pch.h>
4
#include <southbridge/intel/common/gpio.h>
5
6
const struct
southbridge_usb_port mainboard_usb_ports
[] = {
7
{
1
,
0
, -
1
},
8
{
1
,
0
, -
1
},
9
{
1
,
0
, -
1
},
10
{
1
,
0
, -
1
},
11
{
1
,
0
, -
1
},
12
{
1
,
0
, -
1
},
13
{
1
,
0
, -
1
},
14
{
1
,
0
, -
1
},
15
{
1
,
0
, -
1
},
16
{
1
,
0
, -
1
},
17
{
1
,
0
, -
1
},
18
{
1
,
0
, -
1
},
19
{
1
,
0
, -
1
},
20
{
1
,
0
, -
1
},
21
};