summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Żygowski <michal.zygowski@3mdeb.com>2024-02-16 10:28:08 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-02-17 10:03:19 +0000
commit3d49066aa9a60b1200909060988e91f74dec79b4 (patch)
treea043276239c23d3bf6e16f58bad283e03649ed2f
parent63f0ebf1d7b69f4fdb9f067a4be95b6d0f7ea680 (diff)
downloadcoreboot-3d49066aa9a60b1200909060988e91f74dec79b4.tar.gz
coreboot-3d49066aa9a60b1200909060988e91f74dec79b4.tar.bz2
coreboot-3d49066aa9a60b1200909060988e91f74dec79b4.zip
soc/intel/jasperlake/bootblock: Report missing Jasper Lake SKU
Change-Id: Ie0d25eca75225ab33e6c15ef5ccb9073151f4148 Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80559 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
-rw-r--r--src/soc/intel/jasperlake/bootblock/report_platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/bootblock/report_platform.c b/src/soc/intel/jasperlake/bootblock/report_platform.c
index 357d038cd26e..e3214c9054d1 100644
--- a/src/soc/intel/jasperlake/bootblock/report_platform.c
+++ b/src/soc/intel/jasperlake/bootblock/report_platform.c
@@ -29,6 +29,7 @@ static struct {
{ PCI_DID_INTEL_JSL_ID_3, "Jasperlake SKU2-1" },
{ PCI_DID_INTEL_JSL_ID_4, "Jasperlake SKU2-2" },
{ PCI_DID_INTEL_JSL_ID_5, "Jasperlake SKU4-3" },
+ { PCI_DID_INTEL_JSL_ID_6, "Jasperlake SKU4-3" },
};
static struct {