aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake')
-rw-r--r--src/soc/intel/jasperlake/bootblock/report_platform.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/bootblock/report_platform.c b/src/soc/intel/jasperlake/bootblock/report_platform.c
index 663c75818f..9cd3c580f6 100644
--- a/src/soc/intel/jasperlake/bootblock/report_platform.c
+++ b/src/soc/intel/jasperlake/bootblock/report_platform.c
@@ -26,7 +26,10 @@ static struct {
u16 mchid;
const char *name;
} mch_table[] = {
- { PCI_DEVICE_ID_INTEL_JSL_ID_1, "Jasperlake-1" },
+ { PCI_DEVICE_ID_INTEL_JSL_ID_1, "Jasperlake SKU4-1" },
+ { PCI_DEVICE_ID_INTEL_JSL_ID_2, "Jasperlake SKU4-2" },
+ { PCI_DEVICE_ID_INTEL_JSL_ID_3, "Jasperlake SKU2-1" },
+ { PCI_DEVICE_ID_INTEL_JSL_ID_4, "Jasperlake SKU2-2" },
};
static struct {