aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/elkhartlake/acpi/pcie.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/elkhartlake/acpi/pcie.asl')
-rw-r--r--src/soc/intel/elkhartlake/acpi/pcie.asl85
1 files changed, 0 insertions, 85 deletions
diff --git a/src/soc/intel/elkhartlake/acpi/pcie.asl b/src/soc/intel/elkhartlake/acpi/pcie.asl
index a19feb7168..464f8d6c0e 100644
--- a/src/soc/intel/elkhartlake/acpi/pcie.asl
+++ b/src/soc/intel/elkhartlake/acpi/pcie.asl
@@ -214,88 +214,3 @@ Device (RP07)
Return (IRQM (RPPN))
}
}
-
-Device (RP08)
-{
- Name (_ADR, 0x001C0007)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}
-
-Device (RP09)
-{
- Name (_ADR, 0x001D0000)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}
-
-Device (RP10)
-{
- Name (_ADR, 0x001D0001)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}
-
-Device (RP11)
-{
- Name (_ADR, 0x001D0002)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}
-
-Device (RP12)
-{
- Name (_ADR, 0x001D0003)
-
- OperationRegion (RPCS, PCI_Config, 0x4c, 4)
- Field (RPCS, AnyAcc, NoLock, Preserve)
- {
- , 24,
- RPPN, 8, /* Root Port Number */
- }
-
- Method (_PRT)
- {
- Return (IRQM (RPPN))
- }
-}