Jonathan Kollasch has uploaded this change for review.

View Change

autoport: recognize Xeon E3-1200 v2 series memory controllers as sandybridge

Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Change-Id: Ic5f18669a04397f570d49c1ff056cd90b3eb04a1
---
M util/autoport/sandybridge.go
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/38345/1
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go
index 718fbe8..acfda6b 100644
--- a/util/autoport/sandybridge.go
+++ b/util/autoport/sandybridge.go
@@ -126,6 +126,7 @@
RegisterPCI(0x8086, 0x0104, sandybridgemc{})
RegisterPCI(0x8086, 0x0150, sandybridgemc{})
RegisterPCI(0x8086, 0x0154, sandybridgemc{})
+ RegisterPCI(0x8086, 0x0158, sandybridgemc{})
for _, id := range []uint16{
0x0102, 0x0106, 0x010a,
0x0112, 0x0116, 0x0122, 0x0126,

To view, visit change 38345. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic5f18669a04397f570d49c1ff056cd90b3eb04a1
Gerrit-Change-Number: 38345
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Kollasch <jakllsch@kollasch.net>
Gerrit-MessageType: newchange