summaryrefslogtreecommitdiff
path: root/util/autoport/bd82x6x.go
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-20 21:40:42 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-24 02:02:48 +0200
commitf2ccc4314e747d8ffc89868b74ca2e53ebfbece5 (patch)
tree14947a4cb299f1c076eea0c3fd3ca72e49fc07b6 /util/autoport/bd82x6x.go
parenta48232268d70f926c7c6686b619eb1954ce6f245 (diff)
downloadcoreboot-f2ccc4314e747d8ffc89868b74ca2e53ebfbece5.tar.xz
autoport: Include 'default_irq_route.asl' into DSDT
After commit with Change-Id Ia1839ed3 (sandy/ivy: Include IRQ routes from platform), update autoport to include that file into the DSDT. Change-Id: I14534438d0b433895f384539c8b413eaa53d943a Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/10612 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'util/autoport/bd82x6x.go')
-rw-r--r--util/autoport/bd82x6x.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 4a0f5031e8..8756d0751d 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -273,6 +273,8 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
})
DSDTPCI0Includes = append(DSDTPCI0Includes, DSDTInclude{
File: "southbridge/intel/bd82x6x/acpi/pch.asl",
+ }, DSDTInclude{
+ File: "southbridge/intel/bd82x6x/acpi/default_irq_route.asl",
})
sb := Create(ctx, "early_southbridge.c")