soc/intel/skylake: Add Kabylake PCH H device ID's
Add PCH,MCH,IGD,I2C,PMC,SMBUS,XCHI and UART IDs for PCH H. Change-Id: I52b38457bc727735ceb5003cbccda6d7ba3340a2 Signed-off-by: V Sowmya <v.sowmya@intel.com> Reviewed-on: https://review.coreboot.org/23382 Reviewed-by: Subrata Banik <subrata.banik@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
@@ -121,6 +121,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_KBL_GT2_SULTM,
|
||||
PCI_DEVICE_ID_INTEL_KBL_GT2_SULTMR,
|
||||
PCI_DEVICE_ID_INTEL_KBL_GT2_SHALM,
|
||||
PCI_DEVICE_ID_INTEL_KBL_GT2_DT2P2,
|
||||
PCI_DEVICE_ID_INTEL_SKL_GT1_SULTM,
|
||||
PCI_DEVICE_ID_INTEL_SKL_GT2_SULXM,
|
||||
PCI_DEVICE_ID_INTEL_SKL_GT2_SULTM,
|
||||
|
@@ -67,6 +67,10 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_I2C3,
|
||||
PCI_DEVICE_ID_INTEL_SPT_I2C4,
|
||||
PCI_DEVICE_ID_INTEL_SPT_I2C5,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_I2C0,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_I2C1,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_I2C2,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_I2C3,
|
||||
PCI_DEVICE_ID_INTEL_APL_I2C0,
|
||||
PCI_DEVICE_ID_INTEL_APL_I2C1,
|
||||
PCI_DEVICE_ID_INTEL_APL_I2C2,
|
||||
|
@@ -127,6 +127,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_C236,
|
||||
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_SPT_LP_Y_PREMIUM_HDCP22,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_U_PREMIUM_HDCP22,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_U_BASE_HDCP22,
|
||||
|
@@ -123,6 +123,7 @@ static struct device_operations device_ops = {
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_PMC,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_PMC,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_PMC,
|
||||
PCI_DEVICE_ID_INTEL_APL_PMC,
|
||||
PCI_DEVICE_ID_INTEL_GLK_PMC,
|
||||
0
|
||||
|
@@ -91,6 +91,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNL_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_SMBUS,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -298,6 +298,7 @@ static const unsigned short systemagent_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_KBL_ID_Y,
|
||||
PCI_DEVICE_ID_INTEL_KBL_ID_H,
|
||||
PCI_DEVICE_ID_INTEL_KBL_U_R,
|
||||
PCI_DEVICE_ID_INTEL_KBL_ID_DT,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -154,6 +154,9 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_UART0,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_UART1,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_UART2,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_UART0,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_UART1,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_UART2,
|
||||
PCI_DEVICE_ID_INTEL_APL_UART0,
|
||||
PCI_DEVICE_ID_INTEL_APL_UART1,
|
||||
PCI_DEVICE_ID_INTEL_APL_UART2,
|
||||
|
@@ -36,6 +36,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_GLK_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_XHCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -56,6 +56,7 @@ static struct {
|
||||
{ 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_DT, "Kabylake DT" },
|
||||
};
|
||||
|
||||
static struct {
|
||||
@@ -69,6 +70,7 @@ static struct {
|
||||
{ PCI_DEVICE_ID_INTEL_SPT_H_PREMIUM, "Skylake PCH-H Premium" },
|
||||
{ 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_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" },
|
||||
@@ -94,6 +96,7 @@ static struct {
|
||||
{ PCI_DEVICE_ID_INTEL_KBL_GT2_SULTM, "Kabylake ULT GT2" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBL_GT2_SULTMR, "Kabylake-R ULT GT2"},
|
||||
{ PCI_DEVICE_ID_INTEL_KBL_GT2_SHALM, "Kabylake HALO GT2" },
|
||||
{ PCI_DEVICE_ID_INTEL_KBL_GT2_DT2P2, "Kabylake DT GT2" },
|
||||
};
|
||||
|
||||
static uint8_t get_dev_revision(device_t dev)
|
||||
|
Reference in New Issue
Block a user