diff options
author | Tan, Lean Sheng <lean.sheng.tan@intel.com> | 2021-05-23 23:06:43 -0700 |
---|---|---|
committer | Werner Zeh <werner.zeh@siemens.com> | 2021-05-26 14:08:27 +0000 |
commit | 8d2177bf0188c987a602fbcb09f3f1ba91a393d8 (patch) | |
tree | aff2b1b19e0422a3207dc6743c8876ee1a921cc5 /src/include/device | |
parent | 5ab67f9ef8654ebf51b27441e8f01b9be4553161 (diff) |
soc/intel/elkhartlake: Update SA & IGD DIDs Table
Update SA & IGD DIDs table as per latest EDS (Doc no: 601458).
Add extra SKUs and fix the mismatched SKU numbers accordingly.
Signed-off-by: Lean Sheng Tan <lean.sheng.tan@intel.com>
Change-Id: I62fd9e6a7cf0fc6f541f3d6d9edd31d41db7279f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54863
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 51e98aec1a..eeb23aeea3 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3792,6 +3792,7 @@ #define PCI_DEVICE_ID_INTEL_EHL_GT1_1 0x4541 #define PCI_DEVICE_ID_INTEL_EHL_GT2_1 0x4540 #define PCI_DEVICE_ID_INTEL_EHL_GT1_2 0x4551 +#define PCI_DEVICE_ID_INTEL_EHL_GT1_2_1 0x4555 #define PCI_DEVICE_ID_INTEL_EHL_GT2_2 0x4550 #define PCI_DEVICE_ID_INTEL_EHL_GT1_3 0x4571 #define PCI_DEVICE_ID_INTEL_EHL_GT2_3 0x4570 @@ -3876,18 +3877,21 @@ #define PCI_DEVICE_ID_INTEL_TGL_ID_U_4_2 0x9A14 #define PCI_DEVICE_ID_INTEL_TGL_ID_Y_2_2 0x9A02 #define PCI_DEVICE_ID_INTEL_TGL_ID_Y_4_2 0x9A12 -#define PCI_DEVICE_ID_INTEL_JSL_EHL 0x4532 -#define PCI_DEVICE_ID_INTEL_EHL_ID_1 0x4510 -#define PCI_DEVICE_ID_INTEL_EHL_ID_2 0x4522 -#define PCI_DEVICE_ID_INTEL_EHL_ID_3 0x4524 -#define PCI_DEVICE_ID_INTEL_EHL_ID_4 0x4512 -#define PCI_DEVICE_ID_INTEL_EHL_ID_5 0x4526 -#define PCI_DEVICE_ID_INTEL_EHL_ID_6 0x4514 -#define PCI_DEVICE_ID_INTEL_EHL_ID_7 0x4528 -#define PCI_DEVICE_ID_INTEL_EHL_ID_8 0x452A -#define PCI_DEVICE_ID_INTEL_EHL_ID_9 0x4516 -#define PCI_DEVICE_ID_INTEL_EHL_ID_10 0x452C -#define PCI_DEVICE_ID_INTEL_EHL_ID_11 0x452E +#define PCI_DEVICE_ID_INTEL_EHL_ID_0 0x4510 +#define PCI_DEVICE_ID_INTEL_EHL_ID_1 0x4522 +#define PCI_DEVICE_ID_INTEL_EHL_ID_1A 0x4538 +#define PCI_DEVICE_ID_INTEL_EHL_ID_2 0x4524 +#define PCI_DEVICE_ID_INTEL_EHL_ID_2_1 0x453A +#define PCI_DEVICE_ID_INTEL_EHL_ID_3 0x4512 +#define PCI_DEVICE_ID_INTEL_EHL_ID_3A 0x451E +#define PCI_DEVICE_ID_INTEL_EHL_ID_4 0x4526 +#define PCI_DEVICE_ID_INTEL_EHL_ID_5 0x4514 +#define PCI_DEVICE_ID_INTEL_EHL_ID_6 0x4528 +#define PCI_DEVICE_ID_INTEL_EHL_ID_7 0x452A +#define PCI_DEVICE_ID_INTEL_EHL_ID_8 0x4516 +#define PCI_DEVICE_ID_INTEL_EHL_ID_9 0x452C +#define PCI_DEVICE_ID_INTEL_EHL_ID_10 0x452E +#define PCI_DEVICE_ID_INTEL_EHL_ID_11 0x4532 #define PCI_DEVICE_ID_INTEL_EHL_ID_12 0x4518 #define PCI_DEVICE_ID_INTEL_EHL_ID_13 0x451A #define PCI_DEVICE_ID_INTEL_JSL_ID_1 0x4e22 |