summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/elkhartlake
diff options
context:
space:
mode:
authorRick Lee <rick.lee@intel.com>2021-11-23 13:52:34 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-11-25 10:43:27 +0000
commit8815409ec380e5811529b5aeb57a430eb1917936 (patch)
tree8efa42b0adf226dad46b04b2f86b2237b79b5d07 /src/soc/intel/elkhartlake
parent7fe266d59d888b24444e6b953d791fb68ccf8807 (diff)
downloadcoreboot-8815409ec380e5811529b5aeb57a430eb1917936.tar.gz
coreboot-8815409ec380e5811529b5aeb57a430eb1917936.tar.bz2
coreboot-8815409ec380e5811529b5aeb57a430eb1917936.zip
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>
Diffstat (limited to 'src/soc/intel/elkhartlake')
-rw-r--r--src/soc/intel/elkhartlake/bootblock/report_platform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/elkhartlake/bootblock/report_platform.c b/src/soc/intel/elkhartlake/bootblock/report_platform.c
index 8d93e4dd7b11..9cb32ccd7270 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 {