soc/intel/common: Include cometlake PCH IDs
Add cometlake specific PCH IDs Change-Id: I18dda48cee29213aa66c0ccddf3da31f0f489d2f Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com> Reviewed-on: https://review.coreboot.org/c/31234 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
committed by
Subrata Banik
parent
66f9a09916
commit
da7ffb48b2
@@ -75,6 +75,11 @@ static struct {
|
||||
{ PCI_DEVICE_ID_INTEL_CNL_Y_PREMIUM_LPC, "Cannonlake-Y Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_CNP_H_LPC_Q370, "Cannonlake-H Q370" },
|
||||
{ PCI_DEVICE_ID_INTEL_CNP_H_LPC_QM370, "Cannonlake-H QM370" },
|
||||
{ PCI_DEVICE_ID_INTEL_CMP_SUPER_U_LPC, "Cometlake-U Super" },
|
||||
{ PCI_DEVICE_ID_INTEL_CMP_PREMIUM_Y_LPC, "Cometlake-Y Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_CMP_PREMIUM_U_LPC, "Cometlake-U Premium" },
|
||||
{ PCI_DEVICE_ID_INTEL_CMP_BASE_U_LPC, "Cometlake-U Base" },
|
||||
{ PCI_DEVICE_ID_INTEL_CMP_SUPER_Y_LPC, "Cometlake-Y Super" },
|
||||
};
|
||||
|
||||
static struct {
|
||||
|
@@ -520,6 +520,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SKL_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_ICL_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_CMP_CSE0,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -78,6 +78,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNL_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_ICL_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CMP_AUDIO,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -223,6 +223,12 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C3,
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C4,
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C5,
|
||||
PCI_DEVICE_ID_INTEL_CMP_I2C0,
|
||||
PCI_DEVICE_ID_INTEL_CMP_I2C1,
|
||||
PCI_DEVICE_ID_INTEL_CMP_I2C2,
|
||||
PCI_DEVICE_ID_INTEL_CMP_I2C3,
|
||||
PCI_DEVICE_ID_INTEL_CMP_I2C4,
|
||||
PCI_DEVICE_ID_INTEL_CMP_I2C5,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -156,6 +156,11 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_ICL_U_SUPER_U_LPC_REV0,
|
||||
PCI_DEVICE_ID_INTEL_ICL_SUPER_Y_LPC,
|
||||
PCI_DEVICE_ID_INTEL_ICL_Y_PREMIUM_LPC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SUPER_U_LPC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_PREMIUM_Y_LPC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_PREMIUM_U_LPC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_BASE_U_LPC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SUPER_Y_LPC,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -167,6 +167,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNL_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_ICL_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_CMP_P2SB,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -206,6 +206,22 @@ static const unsigned short pcie_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP14,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP15,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP16,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP1,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP2,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP3,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP4,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP5,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP6,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP7,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP8,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP9,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP10,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP11,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP12,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP13,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP14,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP15,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP16,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -128,6 +128,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_GLK_PMC,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_PMC,
|
||||
PCI_DEVICE_ID_INTEL_ICP_PMC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_PMC,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -75,10 +75,13 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_KBL_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNL_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNL_PREMIUM_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNL_COMPAT_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_CMP_COMPAT_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_LP_SATA,
|
||||
PCI_DEVICE_ID_INTEL_ICP_U_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CMP_PREMIUM_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_SATA,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -72,6 +72,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SKL_SD,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_SD,
|
||||
PCI_DEVICE_ID_INTEL_ICL_SD,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SD,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -93,6 +93,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SMBUS,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -71,6 +71,10 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_ICP_SPI1,
|
||||
PCI_DEVICE_ID_INTEL_ICP_SPI2,
|
||||
PCI_DEVICE_ID_INTEL_ICP_HWSEQ_SPI,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SPI0,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SPI1,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SPI2,
|
||||
PCI_DEVICE_ID_INTEL_CMP_HWSEQ_SPI,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -50,6 +50,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_APL_SRAM,
|
||||
PCI_DEVICE_ID_INTEL_GLK_SRAM,
|
||||
PCI_DEVICE_ID_INTEL_ICL_SRAM,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SRAM,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -268,6 +268,9 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_ICP_UART0,
|
||||
PCI_DEVICE_ID_INTEL_ICP_UART1,
|
||||
PCI_DEVICE_ID_INTEL_ICP_UART2,
|
||||
PCI_DEVICE_ID_INTEL_CMP_UART0,
|
||||
PCI_DEVICE_ID_INTEL_CMP_UART1,
|
||||
PCI_DEVICE_ID_INTEL_CMP_UART2,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -43,6 +43,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_XDCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -44,6 +44,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_XHCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user