[coreboot-gerrit] Change in coreboot[master]: util/autoport: Add the PCI ID of the iGPU for the Intel i7 3...

Arthur Heymans (Code Review) gerrit at coreboot.org
Wed May 3 20:14:07 CEST 2017


Arthur Heymans has submitted this change and it was merged. ( https://review.coreboot.org/19516 )

Change subject: util/autoport: Add the PCI ID of the iGPU for the Intel i7 3770K
......................................................................


util/autoport: Add the PCI ID of the iGPU for the Intel i7 3770K

This adds one of the Xeon labeled PCI IDs used in Sandy-/Ivy Bridge
generation processors. This ID is used by the non-Xeon i7 3770K.

Change-Id: Iad7745136efeb10ff745001413f4ccb6488b5ec0
Signed-off-by: Omar Pakker <omarpakker+coreboot at gmail.com>
Reviewed-on: https://review.coreboot.org/19516
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur at aheymans.xyz>
---
M util/autoport/sandybridge.go
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Arthur Heymans: Looks good to me, approved
  Paul Menzel: Looks good to me, but someone else must approve
  build bot (Jenkins): Verified



diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go
index 86142e8..6504255 100644
--- a/util/autoport/sandybridge.go
+++ b/util/autoport/sandybridge.go
@@ -144,7 +144,7 @@
 	for _, id := range []uint16{
 		0x0102, 0x0106, 0x010a, 0x0112,
 		0x0116, 0x0122, 0x0126, 0x0156,
-		0x0166,
+		0x0162, 0x0166,
 	} {
 		RegisterPCI(0x8086, id, GenericVGA{GenericPCI{Comment: "VGA controller"}})
 	}

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iad7745136efeb10ff745001413f4ccb6488b5ec0
Gerrit-PatchSet: 4
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Omar Pakker
Gerrit-Reviewer: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-Reviewer: Omar Pakker
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>



More information about the coreboot-gerrit mailing list