soc/intel/common: Include Tigerlake device IDs
Add Tigerlake specific CPU, System Agent, PCH, IGD device IDs. BUG=None BRANCH=None TEST=Build 'emerge-tglrvp coreboot' Signed-off-by: Ravi Sarawadi <ravishankar.sarawadi@intel.com> Change-Id: I19047354718bdf510dffee4659d885f1313a751b Reviewed-on: https://review.coreboot.org/c/coreboot/+/36225 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
parent
8fc523e313
commit
6b5bf407de
20 changed files with 112 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ static const struct cpu_device_id cpu_table[] = {
|
|||
{ X86_VENDOR_INTEL, CPUID_COMETLAKE_U_K0_S0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_COMETLAKE_H_S_6_2_P0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_COMETLAKE_H_S_10_2_P0 },
|
||||
{ X86_VENDOR_INTEL, CPUID_TIGERLAKE_A0 },
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -754,6 +754,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CNP_H_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_ICL_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_CMP_CSE0,
|
||||
PCI_DEVICE_ID_INTEL_TGL_CSE0,
|
||||
0,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CNP_H_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CMP_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_ICL_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_TGL_AUDIO,
|
||||
0,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -207,6 +207,10 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CML_GT1_H_2,
|
||||
PCI_DEVICE_ID_INTEL_CML_GT2_H_1,
|
||||
PCI_DEVICE_ID_INTEL_CML_GT2_H_2,
|
||||
PCI_DEVICE_ID_INTEL_TGL_GT1,
|
||||
PCI_DEVICE_ID_INTEL_TGL_GT2_UY,
|
||||
PCI_DEVICE_ID_INTEL_TGL_GT2,
|
||||
PCI_DEVICE_ID_INTEL_TGL_GT2_Y,
|
||||
0,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_ICL_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_CMP_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_BSW_AUDIO,
|
||||
PCI_DEVICE_ID_INTEL_TGL_AUDIO,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -235,6 +235,14 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CMP_I2C3,
|
||||
PCI_DEVICE_ID_INTEL_CMP_I2C4,
|
||||
PCI_DEVICE_ID_INTEL_CMP_I2C5,
|
||||
PCI_DEVICE_ID_INTEL_TGP_I2C0,
|
||||
PCI_DEVICE_ID_INTEL_TGP_I2C1,
|
||||
PCI_DEVICE_ID_INTEL_TGP_I2C2,
|
||||
PCI_DEVICE_ID_INTEL_TGP_I2C3,
|
||||
PCI_DEVICE_ID_INTEL_TGP_I2C4,
|
||||
PCI_DEVICE_ID_INTEL_TGP_I2C5,
|
||||
PCI_DEVICE_ID_INTEL_TGP_I2C6,
|
||||
PCI_DEVICE_ID_INTEL_TGP_I2C7,
|
||||
0,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@
|
|||
#define CPUID_COMETLAKE_U_K0_S0 0xa0661
|
||||
#define CPUID_COMETLAKE_H_S_6_2_P0 0xa0650
|
||||
#define CPUID_COMETLAKE_H_S_10_2_P0 0xa0651
|
||||
#define CPUID_TIGERLAKE_A0 0x806c0
|
||||
|
||||
/*
|
||||
* MP Init callback function to Find CPU Topology. This function is common
|
||||
|
|
|
|||
|
|
@ -190,6 +190,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CMP_PREMIUM_U_LPC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_BASE_U_LPC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SUPER_Y_LPC,
|
||||
PCI_DEVICE_ID_INTEL_TGL_ESPI,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -179,6 +179,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CNP_H_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_ICL_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_CMP_P2SB,
|
||||
PCI_DEVICE_ID_INTEL_TGL_P2SB,
|
||||
0,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -250,6 +250,22 @@ static const unsigned short pcie_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP14,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP15,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP16,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP1,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP2,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP3,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP4,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP5,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP6,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP7,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP8,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP9,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP10,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP11,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP12,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP13,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP14,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP15,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_PCIE_RP16,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -133,6 +133,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CNP_H_PMC,
|
||||
PCI_DEVICE_ID_INTEL_ICP_PMC,
|
||||
PCI_DEVICE_ID_INTEL_CMP_PMC,
|
||||
PCI_DEVICE_ID_INTEL_TGP_PMC,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -96,6 +96,10 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CMP_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CMP_PREMIUM_SATA,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_SATA,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_SATA,
|
||||
PCI_DEVICE_ID_INTEL_TGP_SATA,
|
||||
PCI_DEVICE_ID_INTEL_TGP_PREMIUM_SATA,
|
||||
PCI_DEVICE_ID_INTEL_TGP_COMPAT_SATA,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_KBP_H_LWB_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SMBUS,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_SMBUS,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -81,6 +81,14 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CMP_SPI1,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SPI2,
|
||||
PCI_DEVICE_ID_INTEL_CMP_HWSEQ_SPI,
|
||||
PCI_DEVICE_ID_INTEL_TGP_SPI0,
|
||||
PCI_DEVICE_ID_INTEL_TGP_GSPI0,
|
||||
PCI_DEVICE_ID_INTEL_TGP_GSPI1,
|
||||
PCI_DEVICE_ID_INTEL_TGP_GSPI2,
|
||||
PCI_DEVICE_ID_INTEL_TGP_GSPI3,
|
||||
PCI_DEVICE_ID_INTEL_TGP_GSPI4,
|
||||
PCI_DEVICE_ID_INTEL_TGP_GSPI5,
|
||||
PCI_DEVICE_ID_INTEL_TGP_GSPI6,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_GLK_SRAM,
|
||||
PCI_DEVICE_ID_INTEL_ICL_SRAM,
|
||||
PCI_DEVICE_ID_INTEL_CMP_SRAM,
|
||||
PCI_DEVICE_ID_INTEL_TGL_SRAM,
|
||||
0,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -362,6 +362,8 @@ static const unsigned short systemagent_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CML_S_10_2,
|
||||
PCI_DEVICE_ID_INTEL_CML_H,
|
||||
PCI_DEVICE_ID_INTEL_CML_H_8_2,
|
||||
PCI_DEVICE_ID_INTEL_TGL_ID_U,
|
||||
PCI_DEVICE_ID_INTEL_TGL_ID_Y,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -275,6 +275,9 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CMP_UART0,
|
||||
PCI_DEVICE_ID_INTEL_CMP_UART1,
|
||||
PCI_DEVICE_ID_INTEL_CMP_UART2,
|
||||
PCI_DEVICE_ID_INTEL_TGP_UART0,
|
||||
PCI_DEVICE_ID_INTEL_TGP_UART1,
|
||||
PCI_DEVICE_ID_INTEL_TGP_UART2,
|
||||
0,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CNP_H_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_XDCI,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_XDCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -131,6 +131,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DEVICE_ID_INTEL_CNP_H_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_ICP_LP_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_CMP_LP_XHCI,
|
||||
PCI_DEVICE_ID_INTEL_TGP_LP_XHCI,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue