soc/intel/common: Include Icelake device IDs
Add Icelake specific CPU, System Agent, PCH, IGD device IDs. Change-Id: I2c398957ffbc9bb0e5b363740d99433075ca66a3 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Signed-off-by: Aamir Bohra <aamir.bohra@intel.com> Reviewed-on: https://review.coreboot.org/29435 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
e510f21319
commit
9eac039f59
@@ -73,6 +73,8 @@ static const struct cpu_device_id cpu_table[] = {
|
||||
{ X86_VENDOR_INTEL, CPUID_WHISKEYLAKE_W0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_COFFEELAKE_U0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_COFFEELAKE_D0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_ICELAKE_A0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_ICELAKE_B0 },
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
@@ -519,6 +519,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNL_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_SKL_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_ICL_CSE0,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -32,6 +32,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_GLK_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_SKL_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_ICL_AUDIO,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -134,6 +134,22 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SKL_GT4_SHALM,
|
||||
PCI_DEVICE_ID_INTEL_CFL_H_GT2,
|
||||
PCI_DEVICE_ID_INTEL_CFL_S_GT2,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT0_ULT,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT0_5_ULT,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT1_ULT,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULX_0,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULX_1,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULT_1,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULX_2,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULT_2,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULX_3,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULT_3,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULX_4,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULT_4,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULX_5,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULT_5,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT2_ULX_6,
|
||||
PCI_DEVICE_ID_INTEL_ICL_GT3_ULT,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -76,6 +76,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_KBL_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CNL_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_ICL_AUDIO,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -217,6 +217,12 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_I2C1,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_I2C2,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_I2C3,
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C0,
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C1,
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C2,
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C3,
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C4,
|
||||
PCI_DEVICE_ID_INTEL_ICP_I2C5,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -41,6 +41,8 @@
|
||||
#define CPUID_COFFEELAKE_D0 0x806ea
|
||||
#define CPUID_COFFEELAKE_U0 0x906ea
|
||||
|
||||
#define CPUID_ICELAKE_A0 0x706e0
|
||||
#define CPUID_ICELAKE_B0 0x706e1
|
||||
/*
|
||||
* MP Init callback function to Find CPU Topology. This function is common
|
||||
* among all SOCs and thus its in Common CPU block.
|
||||
|
@@ -146,6 +146,13 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNL_Y_PREMIUM_LPC,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_LPC_Q370,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_LPC_QM370,
|
||||
PCI_DEVICE_ID_INTEL_ICL_BASE_U_LPC,
|
||||
PCI_DEVICE_ID_INTEL_ICL_BASE_Y_LPC,
|
||||
PCI_DEVICE_ID_INTEL_ICL_U_PREMIUM_LPC,
|
||||
PCI_DEVICE_ID_INTEL_ICL_U_SUPER_U_LPC,
|
||||
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,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -167,6 +167,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_GLK_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_CNL_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_ICL_P2SB,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -190,6 +190,22 @@ static const unsigned short pcie_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_PCIE_RP22,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_PCIE_RP23,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_PCIE_RP24,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP1,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP2,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP3,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP4,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP5,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP6,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP7,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP8,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP9,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP10,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP11,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP12,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP13,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP14,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP15,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_PCIE_RP16,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -127,6 +127,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_APL_PMC,
|
||||
PCI_DEVICE_ID_INTEL_GLK_PMC,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_PMC,
|
||||
PCI_DEVICE_ID_INTEL_ICP_PMC,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -78,6 +78,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNL_COMPAT_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CNP_LP_SATA,
|
||||
PCI_DEVICE_ID_INTEL_ICP_U_SATA,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -71,6 +71,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_GLK_SD,
|
||||
PCI_DEVICE_ID_INTEL_SKL_SD,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_SD,
|
||||
PCI_DEVICE_ID_INTEL_ICL_SD,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -92,6 +92,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_SMBUS,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -67,6 +67,10 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNL_SPI1,
|
||||
PCI_DEVICE_ID_INTEL_CNL_SPI2,
|
||||
PCI_DEVICE_ID_INTEL_CNL_HWSEQ_SPI,
|
||||
PCI_DEVICE_ID_INTEL_ICP_SPI0,
|
||||
PCI_DEVICE_ID_INTEL_ICP_SPI1,
|
||||
PCI_DEVICE_ID_INTEL_ICP_SPI2,
|
||||
PCI_DEVICE_ID_INTEL_ICP_HWSEQ_SPI,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -49,6 +49,7 @@ static const struct device_operations device_ops = {
|
||||
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,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -306,6 +306,10 @@ static const unsigned short systemagent_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CFL_ID_U,
|
||||
PCI_DEVICE_ID_INTEL_CFL_ID_H,
|
||||
PCI_DEVICE_ID_INTEL_CFL_ID_S,
|
||||
PCI_DEVICE_ID_INTEL_ICL_ID_U,
|
||||
PCI_DEVICE_ID_INTEL_ICL_ID_U_2_2,
|
||||
PCI_DEVICE_ID_INTEL_ICL_ID_Y,
|
||||
PCI_DEVICE_ID_INTEL_ICL_ID_Y_2,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -265,6 +265,9 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_UART0,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_UART1,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_UART2,
|
||||
PCI_DEVICE_ID_INTEL_ICP_UART0,
|
||||
PCI_DEVICE_ID_INTEL_ICP_UART1,
|
||||
PCI_DEVICE_ID_INTEL_ICP_UART2,
|
||||
0,
|
||||
};
|
||||
|
||||
|
@@ -42,6 +42,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_GLK_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_SPT_LP_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_XDCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
@@ -43,6 +43,7 @@ static const unsigned short pci_device_ids[] = {
|
||||
PCI_DEVICE_ID_INTEL_SPT_H_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_KBP_H_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_CNP_H_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_XHCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user