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/soc/intel/common/block | |
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/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/graphics/graphics.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/systemagent/systemagent.c | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c index e5af85f750..80f13c6291 100644 --- a/src/soc/intel/common/block/graphics/graphics.c +++ b/src/soc/intel/common/block/graphics/graphics.c @@ -277,6 +277,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_EHL_GT2_1, PCI_DEVICE_ID_INTEL_EHL_GT1_2, PCI_DEVICE_ID_INTEL_EHL_GT2_2, + PCI_DEVICE_ID_INTEL_EHL_GT1_2_1, PCI_DEVICE_ID_INTEL_EHL_GT1_3, PCI_DEVICE_ID_INTEL_EHL_GT2_3, PCI_DEVICE_ID_INTEL_JSL_GT1, diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 19d4522d95..17a6cc73de 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -375,10 +375,13 @@ static const unsigned short systemagent_ids[] = { PCI_DEVICE_ID_INTEL_TGL_ID_U_4_2, PCI_DEVICE_ID_INTEL_TGL_ID_Y_2_2, PCI_DEVICE_ID_INTEL_TGL_ID_Y_4_2, - PCI_DEVICE_ID_INTEL_JSL_EHL, + PCI_DEVICE_ID_INTEL_EHL_ID_0, PCI_DEVICE_ID_INTEL_EHL_ID_1, + PCI_DEVICE_ID_INTEL_EHL_ID_1A, PCI_DEVICE_ID_INTEL_EHL_ID_2, + PCI_DEVICE_ID_INTEL_EHL_ID_2_1, PCI_DEVICE_ID_INTEL_EHL_ID_3, + PCI_DEVICE_ID_INTEL_EHL_ID_3A, PCI_DEVICE_ID_INTEL_EHL_ID_4, PCI_DEVICE_ID_INTEL_EHL_ID_5, PCI_DEVICE_ID_INTEL_EHL_ID_6, @@ -388,6 +391,7 @@ static const unsigned short systemagent_ids[] = { PCI_DEVICE_ID_INTEL_EHL_ID_10, PCI_DEVICE_ID_INTEL_EHL_ID_11, PCI_DEVICE_ID_INTEL_EHL_ID_12, + PCI_DEVICE_ID_INTEL_EHL_ID_13, PCI_DEVICE_ID_INTEL_JSL_ID_1, PCI_DEVICE_ID_INTEL_JSL_ID_2, PCI_DEVICE_ID_INTEL_JSL_ID_3, |