From 040f3be59e592311bf7d8f658b2cca1189d62f2c Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 25 Oct 2020 14:01:06 +0100 Subject: soc/intel/broadwell: Include EC and IRQ links ACPI early MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Other southbridges such as Lynx Point do it. This eases merging later. Change-Id: I10196bbc44ce859c2747755845378351f45944ae Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/46766 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/soc/intel/broadwell/pch/acpi/lpc.asl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/soc/intel/broadwell/pch/acpi') diff --git a/src/soc/intel/broadwell/pch/acpi/lpc.asl b/src/soc/intel/broadwell/pch/acpi/lpc.asl index 01e1bebaf9..0af85e62cc 100644 --- a/src/soc/intel/broadwell/pch/acpi/lpc.asl +++ b/src/soc/intel/broadwell/pch/acpi/lpc.asl @@ -31,6 +31,10 @@ Device (LPCB) IOD1, 8, } + #include + + #include "acpi/ec.asl" + Device (DMAC) // DMA Controller { Name (_HID, EISAID("PNP0200")) @@ -180,7 +184,5 @@ Device (LPCB) } #include "gpio.asl" - #include - #include "acpi/ec.asl" #include "acpi/superio.asl" } -- cgit v1.2.3