From a1114f608b99f0e847fc41807443133513ab734a Mon Sep 17 00:00:00 2001 From: "Jonathan A. Kollasch" Date: Fri, 10 Jan 2020 12:48:20 -0600 Subject: autoport: Add Xeon E3-1200 v2 memory controller ID Signed-off-by: Jonathan A. Kollasch Change-Id: Ic5f18669a04397f570d49c1ff056cd90b3eb04a1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/38345 Tested-by: build bot (Jenkins) Reviewed-by: Idwer Vollering Reviewed-by: Angel Pons Reviewed-by: Paul Menzel --- util/autoport/sandybridge.go | 1 + 1 file changed, 1 insertion(+) diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index 718fbe8f37..acfda6b8dd 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -126,6 +126,7 @@ func init() { 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, -- cgit v1.2.3