<p>Lijian Zhao has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27756">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/cannonlake: Report Whiskey Lake info<br><br>According to #574725, report Whiskey Lake CPUID, MCH device ID and<br>graphics device ID in bootblock stage.<br><br>BUG=N/A<br>TEST=Build and boot up whiskey lake rvp platform and check serial log to<br>see proper CPU/MCH/GFX/PCH got recognized.<br><br>Change-Id: I3fbc190e0520989d2fd4a9b3294e84d67e49b2cf<br>Signed-off-by: Lijian Zhao <lijian.zhao@intel.com><br>---<br>M src/soc/intel/cannonlake/bootblock/report_platform.c<br>1 file changed, 3 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/56/27756/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><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 9d967ce..5ba8e71 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>@@ -36,6 +36,7 @@</span><br><span>   { CPUID_CANNONLAKE_B0, "Cannonlake B0" },</span><br><span>  { CPUID_CANNONLAKE_C0, "Cannonlake C0" },</span><br><span>  { CPUID_CANNONLAKE_D0, "Cannonlake D0" },</span><br><span style="color: hsl(120, 100%, 40%);">+   { CPUID_WHISKEYLAKE_W0, "Whiskeylake W0" },</span><br><span> };</span><br><span> </span><br><span> static struct {</span><br><span>@@ -44,6 +45,7 @@</span><br><span> } mch_table[] = {</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 style="color: hsl(120, 100%, 40%);">+   { PCI_DEVICE_ID_INTEL_WHL_ID_W, "Whiskeylake" },</span><br><span> };</span><br><span> </span><br><span> static struct {</span><br><span>@@ -67,6 +69,7 @@</span><br><span>  { PCI_DEVICE_ID_INTEL_CNL_GT2_ULT_2, "Cannonlake ULT GT1.5" },</span><br><span>     { PCI_DEVICE_ID_INTEL_CNL_GT2_ULT_3, "Cannonlake ULT GT1" },</span><br><span>       { PCI_DEVICE_ID_INTEL_CNL_GT2_ULT_4, "Cannonlake ULT GT0.5" },</span><br><span style="color: hsl(120, 100%, 40%);">+      { PCI_DEVICE_ID_INTEL_WHL_GT2_ULT_1, "Cannonlake ULT GT1" },</span><br><span> };</span><br><span> </span><br><span> static uint8_t get_dev_revision(pci_devfn_t dev)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27756">change 27756</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/27756"/><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: I3fbc190e0520989d2fd4a9b3294e84d67e49b2cf </div>
<div style="display:none"> Gerrit-Change-Number: 27756 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Lijian Zhao <lijian.zhao@intel.com> </div>