summaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/systemagent/systemagent.c2
-rw-r--r--src/soc/intel/elkhartlake/bootblock/report_platform.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c
index 45e1d4216f..572b41742a 100644
--- a/src/soc/intel/common/block/systemagent/systemagent.c
+++ b/src/soc/intel/common/block/systemagent/systemagent.c
@@ -403,6 +403,8 @@ static const unsigned short systemagent_ids[] = {
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 8d93e4dd7b..9cb32ccd72 100644
--- a/src/soc/intel/elkhartlake/bootblock/report_platform.c
+++ b/src/soc/intel/elkhartlake/bootblock/report_platform.c
@@ -42,6 +42,8 @@ static struct {
{ 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 {