aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/acpi/pcie.asl
diff options
context:
space:
mode:
authorWonkyu Kim <wonkyu.kim@intel.com>2020-03-12 18:35:35 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-03-15 12:56:21 +0000
commit655dba40559e79fcac520a51819d10cd58c25adf (patch)
tree935168e82aa81625155b483adfdd4323636e9f72 /src/soc/intel/tigerlake/acpi/pcie.asl
parent4d5fd77cf82e95b74c80790389c3616de2b81411 (diff)
soc/intel/tigerlake: Match RP number with TGL EDS
Update RP number to 12 according to PCH EDS#576591 vol1 rev1.2. BUG=b:151208838 TEST=build RVP successfully Signed-off-by: Wonkyu Kim <wonkyu.kim@intel.com> Change-Id: Iabdbfd99f7154741c16da53bcd9d1c7ca4f81129 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39490 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Caveh Jalali <caveh@chromium.org> Reviewed-by: Srinidhi N Kaushik <srinidhi.n.kaushik@intel.com>
Diffstat (limited to 'src/soc/intel/tigerlake/acpi/pcie.asl')
-rw-r--r--src/soc/intel/tigerlake/acpi/pcie.asl68
1 files changed, 0 insertions, 68 deletions
diff --git a/src/soc/intel/tigerlake/acpi/pcie.asl b/src/soc/intel/tigerlake/acpi/pcie.asl
index 0191454a5d..c6cfbce57b 100644
--- a/src/soc/intel/tigerlake/acpi/pcie.asl
+++ b/src/soc/intel/tigerlake/acpi/pcie.asl
@@ -312,71 +312,3 @@ Device (RP12)
Return (IRQM (RPPN))
}
}
-
-Device (RP13)
-{
- Name (_ADR, 0x001D0004)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}
-
-Device (RP14)
-{
- Name (_ADR, 0x001D0005)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}
-
-Device (RP15)
-{
- Name (_ADR, 0x001D0006)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}
-
-Device (RP16)
-{
- Name (_ADR, 0x001D0007)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}