[coreboot-gerrit] Change in coreboot[master]: util/autoport: Don't include default_irq_route.asl in DSDT d...

Arthur Heymans (Code Review) gerrit at coreboot.org
Thu May 11 17:09:04 CEST 2017


Arthur Heymans has uploaded a new change for review. ( https://review.coreboot.org/19667 )

Change subject: util/autoport: Don't include default_irq_route.asl in DSDT directly
......................................................................

util/autoport: Don't include default_irq_route.asl in DSDT directly

This is being done in pch.asl now.

Change-Id: I48c1d9c789713f8ca42f237b6551bc1701c01c21
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M util/autoport/bd82x6x.go
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/19667/1

diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 026ae51..84f7700 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -273,8 +273,6 @@
 	})
 	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")

-- 
To view, visit https://review.coreboot.org/19667
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I48c1d9c789713f8ca42f237b6551bc1701c01c21
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>



More information about the coreboot-gerrit mailing list