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:
parent
63f0ebf1d7
commit
3d49066aa9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue