From f2ccc4314e747d8ffc89868b74ca2e53ebfbece5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 20 Jun 2015 21:40:42 +0200 Subject: 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 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/10612 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- util/autoport/bd82x6x.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/autoport') 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") -- cgit v1.2.3