<p>Krzysztof M Sywula has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28111">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/common/block: Add WHL 2-core SKU<br><br>There are two SKUs of Whiskey Lake W0, 2-core and 4-core.<br><br>Change-Id: Ia9b2707568702a5fbae3e9495ca53df34613a542<br>Signed-off-by: Krzysztof Sywula <krzysztof.m.sywula@intel.com><br>---<br>M src/include/device/pci_ids.h<br>M src/soc/intel/cannonlake/bootblock/report_platform.c<br>M src/soc/intel/common/block/systemagent/systemagent.c<br>3 files changed, 6 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/28111/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h</span><br><span>index c9e4212..4ced4a5 100644</span><br><span>--- a/src/include/device/pci_ids.h</span><br><span>+++ b/src/include/device/pci_ids.h</span><br><span>@@ -2902,7 +2902,8 @@</span><br><span> #define PCI_DEVICE_ID_INTEL_KBL_ID_DT   0x591f</span><br><span> #define PCI_DEVICE_ID_INTEL_CNL_ID_U  0x5A04</span><br><span> #define PCI_DEVICE_ID_INTEL_CNL_ID_Y  0x5A02</span><br><span style="color: hsl(0, 100%, 40%);">-#define PCI_DEVICE_ID_INTEL_WHL_ID_W      0x3E34</span><br><span style="color: hsl(120, 100%, 40%);">+#define PCI_DEVICE_ID_INTEL_WHL_ID_Wx4  0x3E34</span><br><span style="color: hsl(120, 100%, 40%);">+#define PCI_DEVICE_ID_INTEL_WHL_ID_Wx2  0x3E35</span><br><span> #define PCI_DEVICE_ID_INTEL_CFL_ID_U  0x3ED0</span><br><span> </span><br><span> /* Intel SMBUS device Ids */</span><br><span>diff --git a/src/soc/intel/cannonlake/bootblock/report_platform.c b/src/soc/intel/cannonlake/bootblock/report_platform.c</span><br><span>index d7daa18..937e56c 100644</span><br><span>--- a/src/soc/intel/cannonlake/bootblock/report_platform.c</span><br><span>+++ b/src/soc/intel/cannonlake/bootblock/report_platform.c</span><br><span>@@ -47,7 +47,8 @@</span><br><span>  { PCI_DEVICE_ID_INTEL_CNL_ID_U, "Cannonlake-U" },</span><br><span>  { PCI_DEVICE_ID_INTEL_CNL_ID_Y, "Cannonlake-Y" },</span><br><span>  { PCI_DEVICE_ID_INTEL_CFL_ID_U, "Coffeelake U (4+3e)"},</span><br><span style="color: hsl(0, 100%, 40%);">-       { PCI_DEVICE_ID_INTEL_WHL_ID_W, "Whiskeylake"},</span><br><span style="color: hsl(120, 100%, 40%);">+     { PCI_DEVICE_ID_INTEL_WHL_ID_Wx4, "Whiskeylake W (4+2)"},</span><br><span style="color: hsl(120, 100%, 40%);">+   { PCI_DEVICE_ID_INTEL_WHL_ID_Wx2, "Whiskeylake W (2+2)"},</span><br><span> };</span><br><span> </span><br><span> static struct {</span><br><span>diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c</span><br><span>index 7f5e5a9..72cecb1 100644</span><br><span>--- a/src/soc/intel/common/block/systemagent/systemagent.c</span><br><span>+++ b/src/soc/intel/common/block/systemagent/systemagent.c</span><br><span>@@ -294,7 +294,8 @@</span><br><span>  PCI_DEVICE_ID_INTEL_SKL_ID_Y,</span><br><span>        PCI_DEVICE_ID_INTEL_SKL_ID_ULX,</span><br><span>      PCI_DEVICE_ID_INTEL_SKL_ID_H,</span><br><span style="color: hsl(0, 100%, 40%);">-   PCI_DEVICE_ID_INTEL_WHL_ID_W,</span><br><span style="color: hsl(120, 100%, 40%);">+ PCI_DEVICE_ID_INTEL_WHL_ID_Wx2,</span><br><span style="color: hsl(120, 100%, 40%);">+       PCI_DEVICE_ID_INTEL_WHL_ID_Wx4,</span><br><span>      PCI_DEVICE_ID_INTEL_KBL_ID_S,</span><br><span>        PCI_DEVICE_ID_INTEL_SKL_ID_H_EM,</span><br><span>     PCI_DEVICE_ID_INTEL_KBL_ID_U,</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28111">change 28111</a>. To unsubscribe, or for help writing mail filters, 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/28111"/><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: Ia9b2707568702a5fbae3e9495ca53df34613a542 </div>
<div style="display:none"> Gerrit-Change-Number: 28111 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Krzysztof M Sywula <krzysztof.m.sywula@intel.com> </div>