aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/gma.c
diff options
context:
space:
mode:
authorVagiz Trakhanov <rakkin@autistici.org>2017-09-28 14:42:11 +0000
committerNico Huber <nico.h@gmx.de>2017-10-16 20:11:46 +0000
commit1dd448c0cfe00208e068cdab6fc20f983c9df0c4 (patch)
treedbe592337506736f70682965e9e4441653f549e5 /src/northbridge/intel/sandybridge/gma.c
parentc06a3f72f82f46eb2b56c7b84a605001f7c38049 (diff)
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>
Diffstat (limited to 'src/northbridge/intel/sandybridge/gma.c')
-rw-r--r--src/northbridge/intel/sandybridge/gma.c3
1 files changed, 2 insertions, 1 deletions
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 = {