Angel Pons submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Michael Niewöhner: Looks good to me, approved
soc/intel/broadwell: Include EC and IRQ links ACPI early

Other southbridges such as Lynx Point do it. This eases merging later.

Change-Id: I10196bbc44ce859c2747755845378351f45944ae
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46766
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M src/soc/intel/broadwell/pch/acpi/lpc.asl
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/soc/intel/broadwell/pch/acpi/lpc.asl b/src/soc/intel/broadwell/pch/acpi/lpc.asl
index 01e1beb..0af85e6 100644
--- a/src/soc/intel/broadwell/pch/acpi/lpc.asl
+++ b/src/soc/intel/broadwell/pch/acpi/lpc.asl
@@ -31,6 +31,10 @@
IOD1, 8,
}

+ #include <southbridge/intel/common/acpi/irqlinks.asl>
+
+ #include "acpi/ec.asl"
+
Device (DMAC) // DMA Controller
{
Name (_HID, EISAID("PNP0200"))
@@ -180,7 +184,5 @@
}

#include "gpio.asl"
- #include <southbridge/intel/common/acpi/irqlinks.asl>
- #include "acpi/ec.asl"
#include "acpi/superio.asl"
}

To view, visit change 46766. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I10196bbc44ce859c2747755845378351f45944ae
Gerrit-Change-Number: 46766
Gerrit-PatchSet: 10
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: merged