Omar Pakker has uploaded a new change for review. ( 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-/Ivybridge generation processors. This ID is used by the non-Xeon i7 3770K.
Change-Id: Iad7745136efeb10ff745001413f4ccb6488b5ec0 --- M util/autoport/sandybridge.go 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/19516/1
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"}}) }