<p>Vagiz Tarkhanov has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21753">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Add Ivy Bridge Server (Xeon-E3v2) PCI IDs<br><br>Change-Id: I1899dbe9498a0cc83b65b4bc1c6c0a555637fd05<br>Signed-off-by: Vagiz Tarkhanov <rakkin@autistici.org><br>---<br>M src/northbridge/intel/sandybridge/early_init.c<br>M src/northbridge/intel/sandybridge/gma.c<br>M src/northbridge/intel/sandybridge/northbridge.c<br>3 files changed, 10 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/53/21753/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/sandybridge/early_init.c b/src/northbridge/intel/sandybridge/early_init.c<br>index 3580f35..2f1b790 100644<br>--- a/src/northbridge/intel/sandybridge/early_init.c<br>+++ b/src/northbridge/intel/sandybridge/early_init.c<br>@@ -98,6 +98,7 @@<br>        case 0x0156: /* IvyBridge */<br>  case 0x0162: /* IvyBridge */<br>  case 0x0166: /* IvyBridge */<br>+ case 0x016a: /* IvyBridge */<br>          break;<br>        default:<br>              printk(BIOS_DEBUG, "Graphics not supported by this CPU/chipset.\n");<br>diff --git a/src/northbridge/intel/sandybridge/gma.c b/src/northbridge/intel/sandybridge/gma.c<br>index 029bb05..25c9ea9 100644<br>--- a/src/northbridge/intel/sandybridge/gma.c<br>+++ b/src/northbridge/intel/sandybridge/gma.c<br>@@ -271,6 +271,7 @@<br>      case 0x80860156:                /* IVB GT1 Mobile */<br>  case 0x80860162:                /* IVB GT2 Desktop */<br>         case 0x80860166:                /* IVB GT2 Mobile */<br>+ case 0x8086016a:                /* IVB GT2 Server */<br>          new_vendev = 0x80860106;/* SNB GT1 Mobile */<br>          break;<br>        }<br>@@ -756,7 +757,7 @@<br> <br> static const unsigned short pci_device_ids[] = { 0x0102, 0x0106, 0x010a, 0x0112,<br>                                           0x0116, 0x0122, 0x0126, 0x0156,<br>-                                              0x0166, 0x0162, 0x0152,<br>+                                              0x0166, 0x0162, 0x016a, 0x0152,<br>                                               0 };<br> <br> static const struct pci_driver gma __pci_driver = {<br>diff --git a/src/northbridge/intel/sandybridge/northbridge.c b/src/northbridge/intel/sandybridge/northbridge.c<br>index 821da87..9bd50a8 100644<br>--- a/src/northbridge/intel/sandybridge/northbridge.c<br>+++ b/src/northbridge/intel/sandybridge/northbridge.c<br>@@ -517,6 +517,13 @@<br>     .device = 0x0154, /* Ivy bridge */<br> };<br> <br>+static const struct pci_driver mc_driver_158 __pci_driver = {<br>+   .ops    = &mc_ops,<br>+       .vendor = PCI_VENDOR_ID_INTEL,<br>+       .device = 0x0158, /* Ivy bridge */<br>+};<br>+<br>+<br> static void cpu_bus_init(device_t dev)<br> {<br>    initialize_cpus(dev->link_list);<br></pre><p>To view, visit <a href="https://review.coreboot.org/21753">change 21753</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21753"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I1899dbe9498a0cc83b65b4bc1c6c0a555637fd05 </div>
<div style="display:none"> Gerrit-Change-Number: 21753 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Vagiz Tarkhanov <rakkin@autistici.org> </div>