<p>Subrata Banik has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22610">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">intel/common/block: Add SKL CSME device ID<br><br>This patch ensures SKL code is using CSME common<br>PCI driver.<br><br>TEST=Build and boot soraka/eve.<br><br>Change-Id: Ic229c60e434d83eb4a3e5392ce90a7d47fddbd73<br>Signed-off-by: Subrata Banik <subrata.banik@intel.com><br>---<br>M src/include/device/pci_ids.h<br>M src/soc/intel/common/block/cse/cse.c<br>2 files changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/22610/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h<br>index 9fe7681..4a16143 100644<br>--- a/src/include/device/pci_ids.h<br>+++ b/src/include/device/pci_ids.h<br>@@ -2911,6 +2911,7 @@<br> #define PCI_DEVICE_ID_INTEL_APL_CSE0           0x5a9a<br> #define PCI_DEVICE_ID_INTEL_GLK_CSE0           0x319a<br> #define PCI_DEVICE_ID_INTEL_CNL_CSE0           0x9de0<br>+#define PCI_DEVICE_ID_INTEL_SKL_CSE0           0x9d3a<br> <br> /* Intel XDCI device Ids */<br> #define PCI_DEVICE_ID_INTEL_APL_XDCI          0x5aaa<br>diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c<br>index d8a781e..77a9b63 100644<br>--- a/src/soc/intel/common/block/cse/cse.c<br>+++ b/src/soc/intel/common/block/cse/cse.c<br>@@ -508,6 +508,7 @@<br>  PCI_DEVICE_ID_INTEL_APL_CSE0,<br>         PCI_DEVICE_ID_INTEL_GLK_CSE0,<br>         PCI_DEVICE_ID_INTEL_CNL_CSE0,<br>+        PCI_DEVICE_ID_INTEL_SKL_CSE0,<br>         0,<br> };<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/22610">change 22610</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/22610"/><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: Ic229c60e434d83eb4a3e5392ce90a7d47fddbd73 </div>
<div style="display:none"> Gerrit-Change-Number: 22610 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Subrata Banik <subrata.banik@intel.com> </div>