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
mb/starlabs/{lite_adl,byte_adl}: Don't select MAINBOARD_HAS_TPM2
[coreboot2.git]
/
src
/
soc
/
intel
/
apollolake
/
acpi
/
pcie.asl
blob
f7cf04f3133e9b02a6d7d31372a1d962b6b3f0bc
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/* PCIe Ports */
4
5
Device (RP01)
6
{
7
Name (_ADR, 0x00140000)
8
Name (_DDN, "PCIe-B 0")
9
10
#include "pcie_port.asl"
11
}
12
13
Device (RP03)
14
{
15
Name (_ADR, 0x00130000)
16
Name (_DDN, "PCIe-A 0")
17
18
#include "pcie_port.asl"
19
}