[coreboot-gerrit] Change in coreboot[master]: soc/intel: Add KBL-S MCH and some KBL PCH support

Gaggery Tsai (Code Review) gerrit at coreboot.org
Wed Mar 21 15:41:48 CET 2018


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


Change subject: soc/intel: Add KBL-S MCH and some KBL PCH support
......................................................................

soc/intel: Add KBL-S MCH and some KBL PCH support

This patch adds the support for KBL-S MCH and Z270, H270, B250 and
Q250 PCH chips.

Change-Id: If03abb215f225d648505e05274e2f08ff02cebdc
Signed-off-by: Gaggery Tsai <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/common/block/systemagent/systemagent.c
M src/soc/intel/skylake/bootblock/report_platform.c
4 files changed, 15 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/25305/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index c184383..e53d1b0 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2669,7 +2669,11 @@
 #define PCI_DEVICE_ID_INTEL_SPT_H_C236			0xa150
 #define PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM		0xa14e
 #define PCI_DEVICE_ID_INTEL_SPT_H_QM170			0xa14d
+#define PCI_DEVICE_ID_INTEL_KBP_H_H270			0xa2c4
+#define PCI_DEVICE_ID_INTEL_KBP_H_Z270			0xa2c5
 #define PCI_DEVICE_ID_INTEL_KBP_H_Q270			0xa2c6
+#define PCI_DEVICE_ID_INTEL_KBP_H_Q250			0xa2c7
+#define PCI_DEVICE_ID_INTEL_KBP_H_B250			0xa2c8
 #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
@@ -2883,6 +2887,7 @@
 #define PCI_DEVICE_ID_INTEL_SKL_ID_Y	0x190c
 #define PCI_DEVICE_ID_INTEL_SKL_ID_ULX	0x1924
 #define PCI_DEVICE_ID_INTEL_SKL_ID_H	0x1910
+#define PCI_DEVICE_ID_INTEL_KBL_ID_S	0x590f
 #define PCI_DEVICE_ID_INTEL_SKL_ID_H_EM	0x1918
 #define PCI_DEVICE_ID_INTEL_KBL_ID_U	0x5904
 #define PCI_DEVICE_ID_INTEL_KBL_ID_Y	0x590c
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index 2efdc8d..079ecde 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -128,6 +128,10 @@
 	PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM,
 	PCI_DEVICE_ID_INTEL_SPT_H_QM170,
 	PCI_DEVICE_ID_INTEL_KBP_H_Q270,
+	PCI_DEVICE_ID_INTEL_KBP_H_H270,
+	PCI_DEVICE_ID_INTEL_KBP_H_Z270,
+	PCI_DEVICE_ID_INTEL_KBP_H_Q250,
+	PCI_DEVICE_ID_INTEL_KBP_H_B250,
 	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,
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index 027222b..25b4773 100644
--- a/src/soc/intel/common/block/systemagent/systemagent.c
+++ b/src/soc/intel/common/block/systemagent/systemagent.c
@@ -293,6 +293,7 @@
 	PCI_DEVICE_ID_INTEL_SKL_ID_Y,
 	PCI_DEVICE_ID_INTEL_SKL_ID_ULX,
 	PCI_DEVICE_ID_INTEL_SKL_ID_H,
+	PCI_DEVICE_ID_INTEL_KBL_ID_S,
 	PCI_DEVICE_ID_INTEL_SKL_ID_H_EM,
 	PCI_DEVICE_ID_INTEL_KBL_ID_U,
 	PCI_DEVICE_ID_INTEL_KBL_ID_Y,
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index 6f2e98e..7473c57 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -56,6 +56,7 @@
 	{ PCI_DEVICE_ID_INTEL_KBL_U_R, "Kabylake-R ULT"},
 	{ PCI_DEVICE_ID_INTEL_KBL_ID_Y, "Kabylake-Y" },
 	{ PCI_DEVICE_ID_INTEL_KBL_ID_H, "Kabylake-H" },
+	{ PCI_DEVICE_ID_INTEL_KBL_ID_S, "Kabylake-S" },
 	{ PCI_DEVICE_ID_INTEL_KBL_ID_DT, "Kabylake DT" },
 };
 
@@ -71,6 +72,10 @@
 	{ PCI_DEVICE_ID_INTEL_SPT_H_C236, "Skylake PCH-H C236" },
 	{ PCI_DEVICE_ID_INTEL_SPT_H_QM170, "Skylake PCH-H QM170" },
 	{ PCI_DEVICE_ID_INTEL_KBP_H_Q270, "Kabylake-H Q270" },
+	{ PCI_DEVICE_ID_INTEL_KBP_H_H270, "Kabylake-H H270" },
+	{ PCI_DEVICE_ID_INTEL_KBP_H_Z270, "Kabylake-H Z270" },
+	{ PCI_DEVICE_ID_INTEL_KBP_H_B250, "Kabylake-H B250" },
+	{ PCI_DEVICE_ID_INTEL_KBP_H_Q250, "Kabylake-H Q250" },
 	{ PCI_DEVICE_ID_INTEL_KBP_LP_U_PREMIUM, "Kabylake-U Premium" },
 	{ PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM, "Kabylake-Y Premium" },
 	{ PCI_DEVICE_ID_INTEL_KBP_LP_SUPER_SKU, "Kabylake Super Sku" },

-- 
To view, visit https://review.coreboot.org/25305
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If03abb215f225d648505e05274e2f08ff02cebdc
Gerrit-Change-Number: 25305
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/20180321/0d3169c3/attachment.html>


More information about the coreboot-gerrit mailing list