aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/acpi/uncore.asl
diff options
context:
space:
mode:
authorMarc Jones <marcjones@sysproconsulting.com>2020-09-23 19:54:18 -0600
committerMarc Jones <marc@marcjonesconsulting.com>2020-10-06 15:16:13 +0000
commitc1ba1d1e15d071ddc695081ae542bd698a2ace91 (patch)
tree9eb93cb385d11e1ea7bd1924de64739006cc5df7 /src/soc/intel/xeon_sp/acpi/uncore.asl
parentefb583a6e9cc7d0fd3ec133763df6a1abe2be137 (diff)
soc/intel/xeon_sp/acpi: Break out the ACPI PCH IRQ ASL
Continue separating the CPU from the PCH. Move the PCH IRQ ASL from the uncore_irq.asl to a new file, pch_irq.asl. Change-Id: Iaf8ae87ecc9f8365cc093516f15d9c5a31c7d1d5 Signed-off-by: Marc Jones <marcjones@sysproconsulting.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45839 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/acpi/uncore.asl')
-rw-r--r--src/soc/intel/xeon_sp/acpi/uncore.asl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/acpi/uncore.asl b/src/soc/intel/xeon_sp/acpi/uncore.asl
index 236ae75c9e..8d178cbb6b 100644
--- a/src/soc/intel/xeon_sp/acpi/uncore.asl
+++ b/src/soc/intel/xeon_sp/acpi/uncore.asl
@@ -27,6 +27,7 @@ Scope(\)
Scope (\_SB)
{
#include "pci_irqs.asl"
+ #include "pch_irq.asl" /* TODO: Move to PCH asl. */
#include "uncore_irq.asl"
#include "iiostack.asl"
}