Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/59559 )
Change subject: soc/intel/elkhartlake: Update SA DIDs Table ......................................................................
soc/intel/elkhartlake: Update SA DIDs Table
Update SA table as per latest EDS (Doc no: 601458). Add extra SKUs accordingly.
Signed-off-by: Rick Lee rick.lee@intel.com Change-Id: Ia2bb9e54456dbea634c2b8e192f9fe813b9e6706 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59559 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Werner Zeh werner.zeh@siemens.com Reviewed-by: Lean Sheng Tan Reviewed-by: Praveen HP praveen.hodagatta.pranesh@intel.com --- M src/include/device/pci_ids.h M src/soc/intel/common/block/systemagent/systemagent.c M src/soc/intel/elkhartlake/bootblock/report_platform.c 3 files changed, 6 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Werner Zeh: Looks good to me, approved Lean Sheng Tan: Looks good to me, approved Praveen HP: Looks good to me, but someone else must approve
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index fc82c26..63b735f 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3964,6 +3964,8 @@ #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_EHL_ID_14 0x4536 +#define PCI_DEVICE_ID_INTEL_EHL_ID_15 0x451C #define PCI_DEVICE_ID_INTEL_JSL_ID_1 0x4e22 #define PCI_DEVICE_ID_INTEL_JSL_ID_2 0x4e26 #define PCI_DEVICE_ID_INTEL_JSL_ID_3 0x4e12 diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 45e1d42..572b417 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -403,6 +403,8 @@ 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_EHL_ID_14, + PCI_DEVICE_ID_INTEL_EHL_ID_15, PCI_DEVICE_ID_INTEL_JSL_ID_1, PCI_DEVICE_ID_INTEL_JSL_ID_2, PCI_DEVICE_ID_INTEL_JSL_ID_3, diff --git a/src/soc/intel/elkhartlake/bootblock/report_platform.c b/src/soc/intel/elkhartlake/bootblock/report_platform.c index 8d93e4d..9cb32cc 100644 --- a/src/soc/intel/elkhartlake/bootblock/report_platform.c +++ b/src/soc/intel/elkhartlake/bootblock/report_platform.c @@ -42,6 +42,8 @@ { PCI_DEVICE_ID_INTEL_EHL_ID_11, "Elkhartlake SKU-11" }, { PCI_DEVICE_ID_INTEL_EHL_ID_12, "Elkhartlake SKU-12" }, { PCI_DEVICE_ID_INTEL_EHL_ID_13, "Elkhartlake SKU-13" }, + { PCI_DEVICE_ID_INTEL_EHL_ID_14, "Elkhartlake SKU-14" }, + { PCI_DEVICE_ID_INTEL_EHL_ID_15, "Elkhartlake SKU-15" }, };
static struct {