[coreboot-gerrit] Change in coreboot[master]: soc/intel/skylake: add Kabylake Celeron base SKU

Gaggery Tsai (Code Review) gerrit at coreboot.org
Thu Sep 21 03:12:20 CEST 2017


Gaggery Tsai has uploaded this change for review. ( https://review.coreboot.org/21617


Change subject: soc/intel/skylake: add Kabylake Celeron base SKU
......................................................................

soc/intel/skylake: add Kabylake Celeron base SKU

This patch adds the support for Kabylake Celeron base SKU
with PCH ID 0x9d50.

BRANCH=none
BUG=b:65709679

TEST=Ensure coreboot could recognize the Kabylake Celeron base
     SKU and boot into OS.

Change-Id: I9c6f7bf643e0dbeb132fb677fcff461244101a55
Signed-off-by: Tsai, Gaggery <gaggery.tsai at intel.com>
---
M src/include/device/pci_ids.h
M src/soc/intel/common/block/lpc/lpc.c
M src/soc/intel/skylake/bootblock/report_platform.c
M src/soc/intel/skylake/lpc.c
4 files changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/21617/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 07b66d1..0c78fab 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2670,6 +2670,7 @@
 #define PCI_DEVICE_ID_INTEL_KBP_H_QM170		0xa14d
 #define PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22		0x9d4b
 #define PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22		0x9d4e
+#define PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22		0x9d50
 #define PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU		0x9d51
 #define PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM		0x9d58
 #define PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM		0x9d56
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index 2bd9d07..da3188d 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -108,6 +108,7 @@
 	PCI_DEVICE_ID_INTEL_KBP_H_QM170,
 	PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22,
 	PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,
+	PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22,
 	PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU,
 	PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM,
 	PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM,
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index e7fbb8a..69484fb 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -76,6 +76,8 @@
 			"Kabylake-Y iHDCP 2.2 Premium" },
 	{ PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,
 			"Kabylake-U iHDCP 2.2 Premium" },
+	{ PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22,
+			"Kabylake-U iHDCP 2.2 Base" },
 };
 
 static struct {
diff --git a/src/soc/intel/skylake/lpc.c b/src/soc/intel/skylake/lpc.c
index 6e7b197..295dace 100644
--- a/src/soc/intel/skylake/lpc.c
+++ b/src/soc/intel/skylake/lpc.c
@@ -328,6 +328,7 @@
 	PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM,
 	PCI_DEVICE_ID_INTEL_SPT_LP_Y_PREMIUM_HDCP22,
 	PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,
+	PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22,
 	0
 };
 

-- 
To view, visit https://review.coreboot.org/21617
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c6f7bf643e0dbeb132fb677fcff461244101a55
Gerrit-Change-Number: 21617
Gerrit-PatchSet: 1
Gerrit-Owner: Gaggery Tsai <gaggery.tsai at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170921/ad4d37c5/attachment-0001.html>


More information about the coreboot-gerrit mailing list