<p>Shawn C has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21301">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">intelmetool: Add support for Sunrise Point-H<br><br>Tested on P10S-M WS.<br><br>Change-Id: I62f78fe5ca03bf70497939a12f0036bf247b2aa7<br>Signed-off-by: citypw <citypw@gmail.com><br>---<br>M util/intelmetool/intelmetool.h<br>1 file changed, 5 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/01/21301/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/intelmetool/intelmetool.h b/util/intelmetool/intelmetool.h<br>index 491ab5f..d29289d 100644<br>--- a/util/intelmetool/intelmetool.h<br>+++ b/util/intelmetool/intelmetool.h<br>@@ -237,6 +237,8 @@<br> #define PCI_DEVICE_ID_INTEL_LYNXPOINT_4 0x9C3A /* Lynx Point LP */<br> #define PCI_DEVICE_ID_INTEL_WILDCAT_1 0x9CBA /* Wildcat Point LP */<br> #define PCI_DEVICE_ID_INTEL_WILDCAT_2 0x9CBB /* Wildcat Point LP 2 */<br>+#define PCI_DEVICE_ID_INTEL_SUNRISE_H1 0xa13a /* SUNRISE Point-H 1 */<br>+#define PCI_DEVICE_ID_INTEL_SUNRISE_H2 0xa13b /* SUNRISE Point-H 2 */<br> <br> #define PCI_DEV_HAS_SUPPORTED_ME(x) ( \<br>        ( (x) ==  PCI_DEVICE_ID_INTEL_COUGARPOINT_1 ) || \<br>@@ -277,4 +279,6 @@<br>       ( (x) ==  PCI_DEVICE_ID_INTEL_LYNXPOINT_3 ) || \<br>      ( (x) ==  PCI_DEVICE_ID_INTEL_LYNXPOINT_4 ) || \<br>      ( (x) ==  PCI_DEVICE_ID_INTEL_WILDCAT_1 ) || \<br>-       ( (x) ==  PCI_DEVICE_ID_INTEL_WILDCAT_2))<br>+    ( (x) ==  PCI_DEVICE_ID_INTEL_WILDCAT_2 ) || \<br>+       ( (x) ==  PCI_DEVICE_ID_INTEL_SUNRISE_H1 ) || \<br>+      ( (x) ==  PCI_DEVICE_ID_INTEL_SUNRISE_H2))<br></pre><p>To view, visit <a href="https://review.coreboot.org/21301">change 21301</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/21301"/><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: I62f78fe5ca03bf70497939a12f0036bf247b2aa7 </div>
<div style="display:none"> Gerrit-Change-Number: 21301 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Shawn C <citypw@gmail.com> </div>