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>
This commit is contained in:
Michał Żygowski 2024-02-16 10:28:08 +01:00 committed by Felix Singer
parent 63f0ebf1d7
commit 3d49066aa9
1 changed files with 1 additions and 0 deletions

View File

@ -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 {