From 3d49066aa9a60b1200909060988e91f74dec79b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Fri, 16 Feb 2024 10:28:08 +0100 Subject: [PATCH] soc/intel/jasperlake/bootblock: Report missing Jasper Lake SKU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie0d25eca75225ab33e6c15ef5ccb9073151f4148 Signed-off-by: Michał Żygowski Reviewed-on: https://review.coreboot.org/c/coreboot/+/80559 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/soc/intel/jasperlake/bootblock/report_platform.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/intel/jasperlake/bootblock/report_platform.c b/src/soc/intel/jasperlake/bootblock/report_platform.c index 357d038cd2..e3214c9054 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 {