summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/sandybridge/northbridge.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/northbridge.c
parentc06a3f72f82f46eb2b56c7b84a605001f7c38049 (diff)
downloadcoreboot-1dd448c0cfe00208e068cdab6fc20f983c9df0c4.tar.xz
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/northbridge.c')
-rw-r--r--src/northbridge/intel/sandybridge/northbridge.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/northbridge/intel/sandybridge/northbridge.c b/src/northbridge/intel/sandybridge/northbridge.c
index 821da87871..9fed17ecee 100644
--- a/src/northbridge/intel/sandybridge/northbridge.c
+++ b/src/northbridge/intel/sandybridge/northbridge.c
@@ -517,6 +517,12 @@ static const struct pci_driver mc_driver_1 __pci_driver = {
.device = 0x0154, /* Ivy bridge */
};
+static const struct pci_driver mc_driver_158 __pci_driver = {
+ .ops = &mc_ops,
+ .vendor = PCI_VENDOR_ID_INTEL,
+ .device = 0x0158, /* Ivy bridge */
+};
+
static void cpu_bus_init(device_t dev)
{
initialize_cpus(dev->link_list);