[coreboot-gerrit] Change in coreboot[master]: autoport: add missing PCIIDs

Dan Elkouby (Code Review) gerrit at coreboot.org
Fri Apr 13 21:09:10 CEST 2018


Dan Elkouby has uploaded this change for review. ( https://review.coreboot.org/25661


Change subject: autoport: add missing PCIIDs
......................................................................

autoport: add missing PCIIDs

As seen on ASUS P8Z77-V Pro

Change-Id: I9fce9a35174b5120f67c2345a0807db1b843eb48
Signed-off-by: Dan Elkouby <streetwalkermc at gmail.com>
---
M util/autoport/bd82x6x.go
1 file changed, 7 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/25661/1

diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 26c8b91..31f7ced 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -433,11 +433,12 @@
 
 	/* PCIe bridge */
 	for _, id := range []uint16{
-		0x0151, 0x1c10, 0x1c12, 0x1c14,
-		0x1c16, 0x1c18, 0x1c1a, 0x1c1c,
-		0x1c1e, 0x1e10, 0x1e12, 0x1e14,
-		0x1e16, 0x1e18, 0x1e1a, 0x1e1c,
-		0x1e1e, 0x1e25, 0x244e, 0x2448,
+		0x0151, 0x0155, 0x1c10, 0x1c12,
+		0x1c14, 0x1c16, 0x1c18, 0x1c1a,
+		0x1c1c, 0x1c1e, 0x1e10, 0x1e12,
+		0x1e14, 0x1e16, 0x1e18, 0x1e1a,
+		0x1e1c, 0x1e1e, 0x1e25, 0x244e,
+		0x2448,
 	} {
 		RegisterPCI(0x8086, id, GenericPCI{})
 	}
@@ -474,5 +475,6 @@
 
 	/* Ethernet */
 	RegisterPCI(0x8086, 0x1502, GenericPCI{})
+	RegisterPCI(0x8086, 0x1503, GenericPCI{})
 
 }

-- 
To view, visit https://review.coreboot.org/25661
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9fce9a35174b5120f67c2345a0807db1b843eb48
Gerrit-Change-Number: 25661
Gerrit-PatchSet: 1
Gerrit-Owner: Dan Elkouby <streetwalkermc at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180413/05f8946d/attachment-0001.html>


More information about the coreboot-gerrit mailing list