From ae7e793a2071430e882bf94b3ff57a16fd7e154b Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 14 Jun 2021 10:57:36 +0200 Subject: soc/intel/broadwell: Include `pci_irqs.asl` from PCH Move the inclusion of `pci_irqs.asl` into PCH scope in order to allow deduplicating northbridge ACPI code. Change-Id: I541913226b26662f3798ae9c25ab1ac33cf2ed45 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55482 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/soc/intel/broadwell/pch/acpi/pch.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/broadwell/pch/acpi/pch.asl') diff --git a/src/soc/intel/broadwell/pch/acpi/pch.asl b/src/soc/intel/broadwell/pch/acpi/pch.asl index 0e90c957d4..fd23f8957b 100644 --- a/src/soc/intel/broadwell/pch/acpi/pch.asl +++ b/src/soc/intel/broadwell/pch/acpi/pch.asl @@ -2,6 +2,9 @@ #include +/* PCI IRQ assignment */ +#include "pci_irqs.asl" + Scope (\) { // IO-Trap at 0x800. This is the ACPI->SMI communication interface. -- cgit v1.2.3