[coreboot-gerrit] Patch set updated for coreboot: autoport: Include 'default_irq_route.asl' into DSDT

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Jun 23 22:41:21 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10612

-gerrit

commit 11e371eb9e311a18e9bb04d673b2f474181cd677
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Sat Jun 20 21:40:42 2015 +0200

    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 at coreboot.org>
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 util/autoport/bd82x6x.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 4a0f503..8756d07 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")



More information about the coreboot-gerrit mailing list