[coreboot-gerrit] Change in coreboot[master]: autoport: Add Intel PCIe Root Port and Bridge

Jean Lucas (Code Review) gerrit at coreboot.org
Sat Dec 9 10:45:11 CET 2017


Jean Lucas has uploaded this change for review. ( https://review.coreboot.org/22794


Change subject: autoport: Add Intel PCIe Root Port and Bridge
......................................................................

autoport: Add Intel PCIe Root Port and Bridge

0x0151 corresponds to the PCIe Root Port for the Xeon E3-1200.
0x244e corresponds to the 82801 PCI Bridge.

Change-Id: I4111b73adc0f08d643c940cd43ab7fd4c0af7668
Signed-off-by: Jean Lucas <jean at 4ray.co>
---
M util/autoport/bd82x6x.go
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/22794/1

diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index ce06a81..1e64470 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -443,6 +443,7 @@
 		0x1c18, 0x1c1a, 0x1c1c, 0x1c1e,
 		0x1e10, 0x1e12, 0x1e14, 0x1e16,
 		0x1e18, 0x1e1a, 0x1e1c, 0x1e1e,
+		0x0151, 0x244e,
 	} {
 		RegisterPCI(0x8086, id, GenericPCI{})
 	}

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4111b73adc0f08d643c940cd43ab7fd4c0af7668
Gerrit-Change-Number: 22794
Gerrit-PatchSet: 1
Gerrit-Owner: Jean Lucas <jean at 4ray.co>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171209/966e85ab/attachment.html>


More information about the coreboot-gerrit mailing list