From 1dd448c0cfe00208e068cdab6fc20f983c9df0c4 Mon Sep 17 00:00:00 2001 From: Vagiz Trakhanov Date: Thu, 28 Sep 2017 14:42:11 +0000 Subject: nb/intel: Add Ivy Bridge Server (Xeon-E3v2) PCI IDs Change-Id: I1899dbe9498a0cc83b65b4bc1c6c0a555637fd05 Signed-off-by: Vagiz Tarkhanov Reviewed-on: https://review.coreboot.org/21753 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/northbridge/intel/sandybridge/gma.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/northbridge/intel/sandybridge/gma.c') diff --git a/src/northbridge/intel/sandybridge/gma.c b/src/northbridge/intel/sandybridge/gma.c index 029bb05bb3..25c9ea92f3 100644 --- a/src/northbridge/intel/sandybridge/gma.c +++ b/src/northbridge/intel/sandybridge/gma.c @@ -271,6 +271,7 @@ u32 map_oprom_vendev(u32 vendev) case 0x80860156: /* IVB GT1 Mobile */ case 0x80860162: /* IVB GT2 Desktop */ case 0x80860166: /* IVB GT2 Mobile */ + case 0x8086016a: /* IVB GT2 Server */ new_vendev = 0x80860106;/* SNB GT1 Mobile */ break; } @@ -756,7 +757,7 @@ static struct device_operations gma_func0_ops = { static const unsigned short pci_device_ids[] = { 0x0102, 0x0106, 0x010a, 0x0112, 0x0116, 0x0122, 0x0126, 0x0156, - 0x0166, 0x0162, 0x0152, + 0x0166, 0x0162, 0x016a, 0x0152, 0 }; static const struct pci_driver gma __pci_driver = { -- cgit v1.2.3