nb/intel: Add Ivy Bridge Server (Xeon-E3v2) PCI IDs

Change-Id: I1899dbe9498a0cc83b65b4bc1c6c0a555637fd05
Signed-off-by: Vagiz Tarkhanov <rakkin@autistici.org>
Reviewed-on: https://review.coreboot.org/21753
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
diff --git a/src/northbridge/intel/sandybridge/early_init.c b/src/northbridge/intel/sandybridge/early_init.c
index 3580f35..2f1b790 100644
--- a/src/northbridge/intel/sandybridge/early_init.c
+++ b/src/northbridge/intel/sandybridge/early_init.c
@@ -98,6 +98,7 @@
 	case 0x0156: /* IvyBridge */
 	case 0x0162: /* IvyBridge */
 	case 0x0166: /* IvyBridge */
+	case 0x016a: /* IvyBridge */
 		break;
 	default:
 		printk(BIOS_DEBUG, "Graphics not supported by this CPU/chipset.\n");