aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx/acpi/uncore.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp/skx/acpi/uncore.asl')
-rw-r--r--src/soc/intel/xeon_sp/skx/acpi/uncore.asl33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/soc/intel/xeon_sp/skx/acpi/uncore.asl b/src/soc/intel/xeon_sp/skx/acpi/uncore.asl
deleted file mode 100644
index c6c6576647..0000000000
--- a/src/soc/intel/xeon_sp/skx/acpi/uncore.asl
+++ /dev/null
@@ -1,33 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-
-#include <intelblocks/itss.h>
-#include <intelblocks/pcr.h>
-#include <soc/iomap.h>
-#include <soc/irq.h>
-#include <soc/pcr_ids.h>
-
-Scope(\)
-{
- // Private Chipset Register(PCR). Memory Mapped through ILB
- OperationRegion(PCRR, SystemMemory, P2SB_BAR, 0x01000000)
- Field(PCRR, DWordAcc, Lock, Preserve)
- {
- Offset (0xD03100), // Interrupt Routing Registers
- PRTA, 8,
- PRTB, 8,
- PRTC, 8,
- PRTD, 8,
- PRTE, 8,
- PRTF, 8,
- PRTG, 8,
- PRTH, 8,
- }
-}
-
-Scope (\_SB)
-{
- #include "pci_irq.asl"
- #include "uncore_irq.asl"
- #include "iiostack.asl"
-}