<p>Gaggery Tsai has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21617">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/intel/skylake: add Kabylake Celeron base SKU<br><br>This patch adds the support for Kabylake Celeron base SKU<br>with PCH ID 0x9d50.<br><br>BRANCH=none<br>BUG=b:65709679<br><br>TEST=Ensure coreboot could recognize the Kabylake Celeron base<br>     SKU and boot into OS.<br><br>Change-Id: I9c6f7bf643e0dbeb132fb677fcff461244101a55<br>Signed-off-by: Tsai, Gaggery <gaggery.tsai@intel.com><br>---<br>M src/include/device/pci_ids.h<br>M src/soc/intel/common/block/lpc/lpc.c<br>M src/soc/intel/skylake/bootblock/report_platform.c<br>M src/soc/intel/skylake/lpc.c<br>4 files changed, 5 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/17/21617/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 07b66d1..0c78fab 100644<br>--- a/src/include/device/pci_ids.h<br>+++ b/src/include/device/pci_ids.h<br>@@ -2670,6 +2670,7 @@<br> #define PCI_DEVICE_ID_INTEL_KBP_H_QM170             0xa14d<br> #define PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22            0x9d4b<br> #define PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22            0x9d4e<br>+#define PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22               0x9d50<br> #define PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU           0x9d51<br> #define PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM           0x9d58<br> #define PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM           0x9d56<br>diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c<br>index 2bd9d07..da3188d 100644<br>--- a/src/soc/intel/common/block/lpc/lpc.c<br>+++ b/src/soc/intel/common/block/lpc/lpc.c<br>@@ -108,6 +108,7 @@<br>  PCI_DEVICE_ID_INTEL_KBP_H_QM170,<br>      PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22,<br>  PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,<br>+ PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22,<br>     PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU,<br>         PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM,<br>         PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM,<br>diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c<br>index e7fbb8a..69484fb 100644<br>--- a/src/soc/intel/skylake/bootblock/report_platform.c<br>+++ b/src/soc/intel/skylake/bootblock/report_platform.c<br>@@ -76,6 +76,8 @@<br>                         "Kabylake-Y iHDCP 2.2 Premium" },<br>   { PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,<br>                        "Kabylake-U iHDCP 2.2 Premium" },<br>+  { PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22,<br>+                  "Kabylake-U iHDCP 2.2 Base" },<br> };<br> <br> static struct {<br>diff --git a/src/soc/intel/skylake/lpc.c b/src/soc/intel/skylake/lpc.c<br>index 6e7b197..295dace 100644<br>--- a/src/soc/intel/skylake/lpc.c<br>+++ b/src/soc/intel/skylake/lpc.c<br>@@ -328,6 +328,7 @@<br>  PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM,<br>         PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22,<br>  PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,<br>+ PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22,<br>     0<br> };<br> <br></pre><p>To view, visit <a href="https://review.coreboot.org/21617">change 21617</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/21617"/><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: I9c6f7bf643e0dbeb132fb677fcff461244101a55 </div>
<div style="display:none"> Gerrit-Change-Number: 21617 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Gaggery Tsai <gaggery.tsai@intel.com> </div>