From da7ffb48b2c84191b29dca41e6cdce5eb05524a1 Mon Sep 17 00:00:00 2001 From: Ronak Kanabar Date: Tue, 5 Feb 2019 01:51:13 +0530 Subject: soc/intel/common: Include cometlake PCH IDs Add cometlake specific PCH IDs Change-Id: I18dda48cee29213aa66c0ccddf3da31f0f489d2f Signed-off-by: Ronak Kanabar Reviewed-on: https://review.coreboot.org/c/31234 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Furquan Shaikh --- src/include/device/pci_ids.h | 49 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) (limited to 'src/include/device') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 81654bc332..304603188c 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2720,6 +2720,11 @@ #define PCI_DEVICE_ID_INTEL_ICL_BASE_U_LPC 0x3484 #define PCI_DEVICE_ID_INTEL_ICL_Y_PREMIUM_LPC 0x3487 #define PCI_DEVICE_ID_INTEL_ICL_SUPER_Y_LPC 0x3486 +#define PCI_DEVICE_ID_INTEL_CMP_SUPER_U_LPC 0x0281 +#define PCI_DEVICE_ID_INTEL_CMP_PREMIUM_Y_LPC 0x0283 +#define PCI_DEVICE_ID_INTEL_CMP_PREMIUM_U_LPC 0x0284 +#define PCI_DEVICE_ID_INTEL_CMP_BASE_U_LPC 0x0285 +#define PCI_DEVICE_ID_INTEL_CMP_SUPER_Y_LPC 0x0286 /* Intel PCIE device ids */ #define PCI_DEVICE_ID_INTEL_SPT_LP_PCIE_RP1 0x9d10 @@ -2839,6 +2844,23 @@ #define PCI_DEVICE_ID_INTEL_CNP_H_PCIE_RP23 0xa32e #define PCI_DEVICE_ID_INTEL_CNP_H_PCIE_RP24 0xa32f +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP1 0x02b8 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP2 0x02b9 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP3 0x02ba +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP4 0x02bb +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP5 0x02bc +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP6 0x02bd +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP7 0x02be +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP8 0x02bf +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP9 0x02b0 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP10 0x02b1 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP11 0x02b2 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP12 0x02b3 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP13 0x02b4 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP14 0x02b5 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP15 0x02b6 +#define PCI_DEVICE_ID_INTEL_CMP_LP_PCIE_RP16 0x02b7 + /* Intel SATA device Ids */ #define PCI_DEVICE_ID_INTEL_SPT_U_SATA 0x9d03 #define PCI_DEVICE_ID_INTEL_SPT_U_Y_PREMIUM_SATA 0x9d07 @@ -2847,10 +2869,13 @@ #define PCI_DEVICE_ID_INTEL_GLK_SATA 0x31e3 #define PCI_DEVICE_ID_INTEL_CNL_SATA 0x9dd5 #define PCI_DEVICE_ID_INTEL_CNL_PREMIUM_SATA 0x9dd7 -#define PCI_DEVICE_ID_INTEL_CNL_COMPAT_SATA 0x282a +#define PCI_DEVICE_ID_INTEL_CNP_CMP_COMPAT_SATA 0x282a #define PCI_DEVICE_ID_INTEL_CNP_H_SATA 0xa352 #define PCI_DEVICE_ID_INTEL_CNP_LP_SATA 0x9dd3 #define PCI_DEVICE_ID_INTEL_ICP_U_SATA 0x34d3 +#define PCI_DEVICE_ID_INTEL_CMP_SATA 0x02d5 +#define PCI_DEVICE_ID_INTEL_CMP_PREMIUM_SATA 0x02d7 +#define PCI_DEVICE_ID_INTEL_CMP_LP_SATA 0x02d3 /* Intel PMC device Ids */ #define PCI_DEVICE_ID_INTEL_SPT_LP_PMC 0x9d21 @@ -2861,6 +2886,7 @@ #define PCI_DEVICE_ID_INTEL_CNL_PMC 0x9da1 #define PCI_DEVICE_ID_INTEL_CNP_H_PMC 0xa321 #define PCI_DEVICE_ID_INTEL_ICP_PMC 0x34a1 +#define PCI_DEVICE_ID_INTEL_CMP_PMC 0x02a1 /* Intel I2C device Ids */ #define PCI_DEVICE_ID_INTEL_SPT_I2C0 0x9d60 @@ -2905,6 +2931,12 @@ #define PCI_DEVICE_ID_INTEL_ICP_I2C3 0x34eb #define PCI_DEVICE_ID_INTEL_ICP_I2C4 0x34c5 #define PCI_DEVICE_ID_INTEL_ICP_I2C5 0x34c6 +#define PCI_DEVICE_ID_INTEL_CMP_I2C0 0x02e8 +#define PCI_DEVICE_ID_INTEL_CMP_I2C1 0x02e9 +#define PCI_DEVICE_ID_INTEL_CMP_I2C2 0x02ea +#define PCI_DEVICE_ID_INTEL_CMP_I2C3 0x02eb +#define PCI_DEVICE_ID_INTEL_CMP_I2C4 0x02c5 +#define PCI_DEVICE_ID_INTEL_CMP_I2C5 0x02c6 /* Intel UART device Ids */ #define PCI_DEVICE_ID_INTEL_SPT_UART0 0x9d27 @@ -2933,6 +2965,9 @@ #define PCI_DEVICE_ID_INTEL_ICP_UART0 0x34a8 #define PCI_DEVICE_ID_INTEL_ICP_UART1 0x34a9 #define PCI_DEVICE_ID_INTEL_ICP_UART2 0x34c7 +#define PCI_DEVICE_ID_INTEL_CMP_UART0 0x02a8 +#define PCI_DEVICE_ID_INTEL_CMP_UART1 0x02a9 +#define PCI_DEVICE_ID_INTEL_CMP_UART2 0x02c7 /* Intel SPI device Ids */ #define PCI_DEVICE_ID_INTEL_SPT_SPI1 0x9d24 @@ -2953,6 +2988,10 @@ #define PCI_DEVICE_ID_INTEL_ICP_SPI1 0x34ab #define PCI_DEVICE_ID_INTEL_ICP_SPI2 0x34fb #define PCI_DEVICE_ID_INTEL_ICP_HWSEQ_SPI 0x34a4 +#define PCI_DEVICE_ID_INTEL_CMP_SPI0 0x02aa +#define PCI_DEVICE_ID_INTEL_CMP_SPI1 0x02ab +#define PCI_DEVICE_ID_INTEL_CMP_SPI2 0x02fb +#define PCI_DEVICE_ID_INTEL_CMP_HWSEQ_SPI 0x02a4 /* Intel IGD device Ids */ #define PCI_DEVICE_ID_INTEL_SKL_GT1_SULTM 0x1906 @@ -3060,6 +3099,7 @@ #define PCI_DEVICE_ID_INTEL_CNL_SMBUS 0x9da3 #define PCI_DEVICE_ID_INTEL_CNP_H_SMBUS 0xa323 #define PCI_DEVICE_ID_INTEL_ICP_LP_SMBUS 0x34a3 +#define PCI_DEVICE_ID_INTEL_CMP_SMBUS 0x02a3 /* Intel XHCI device Ids */ #define PCI_DEVICE_ID_INTEL_APL_XHCI 0x5aa8 @@ -3070,6 +3110,7 @@ #define PCI_DEVICE_ID_INTEL_CNL_LP_XHCI 0x9ded #define PCI_DEVICE_ID_INTEL_CNP_H_XHCI 0xa36d #define PCI_DEVICE_ID_INTEL_ICP_LP_XHCI 0x34ed +#define PCI_DEVICE_ID_INTEL_CMP_LP_XHCI 0x02ed /* Intel P2SB device Ids */ #define PCI_DEVICE_ID_INTEL_APL_P2SB 0x5a92 @@ -3077,6 +3118,7 @@ #define PCI_DEVICE_ID_INTEL_CNL_P2SB 0x9da0 #define PCI_DEVICE_ID_INTEL_CNP_H_P2SB 0xa320 #define PCI_DEVICE_ID_INTEL_ICL_P2SB 0x34a0 +#define PCI_DEVICE_ID_INTEL_CMP_P2SB 0x02a0 /* Intel SRAM device Ids */ #define PCI_DEVICE_ID_INTEL_APL_SRAM 0x5aec @@ -3084,6 +3126,7 @@ #define PCI_DEVICE_ID_INTEL_CNL_SRAM 0x9def #define PCI_DEVICE_ID_INTEL_CNP_H_SRAM 0xa36f #define PCI_DEVICE_ID_INTEL_ICL_SRAM 0x34ef +#define PCI_DEVICE_ID_INTEL_CMP_SRAM 0x02ef /* Intel AUDIO device Ids */ #define PCI_DEVICE_ID_INTEL_APL_AUDIO 0x5a98 @@ -3094,6 +3137,7 @@ #define PCI_DEVICE_ID_INTEL_KBL_AUDIO 0x9d71 #define PCI_DEVICE_ID_INTEL_CNP_H_AUDIO 0xa348 #define PCI_DEVICE_ID_INTEL_ICL_AUDIO 0x34c8 +#define PCI_DEVICE_ID_INTEL_CMP_AUDIO 0x02c8 /* Intel HECI/ME device Ids */ #define PCI_DEVICE_ID_INTEL_APL_CSE0 0x5a9a @@ -3102,6 +3146,7 @@ #define PCI_DEVICE_ID_INTEL_SKL_CSE0 0x9d3a #define PCI_DEVICE_ID_INTEL_CNP_H_CSE0 0xa360 #define PCI_DEVICE_ID_INTEL_ICL_CSE0 0x34e0 +#define PCI_DEVICE_ID_INTEL_CMP_CSE0 0x02e0 /* Intel XDCI device Ids */ #define PCI_DEVICE_ID_INTEL_APL_XDCI 0x5aaa @@ -3110,6 +3155,7 @@ #define PCI_DEVICE_ID_INTEL_CNL_LP_XDCI 0x9dee #define PCI_DEVICE_ID_INTEL_CNP_H_XDCI 0xa36e #define PCI_DEVICE_ID_INTEL_ICP_LP_XDCI 0x34ee +#define PCI_DEVICE_ID_INTEL_CMP_LP_XDCI 0x02ee /* Intel SD device Ids */ #define PCI_DEVICE_ID_INTEL_APL_SD 0x5aca @@ -3118,6 +3164,7 @@ #define PCI_DEVICE_ID_INTEL_CNL_SD 0x9df5 #define PCI_DEVICE_ID_INTEL_CNP_H_SD 0xa375 #define PCI_DEVICE_ID_INTEL_ICL_SD 0x34f8 +#define PCI_DEVICE_ID_INTEL_CMP_SD 0x02f5 /* Intel EMMC device Ids */ #define PCI_DEVICE_ID_INTEL_SKL_EMMC 0x9d2b -- cgit v1.2.3