[coreboot-gerrit] New patch to review for coreboot: Fix autoport after Kyosti's patch

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Jun 20 21:43:09 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 3456efa15765c399cf10c00fdd3a2dde4ed3ecb0
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Sat Jun 20 21:40:42 2015 +0200

    Fix autoport after Kyosti's patch
    
    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