aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/bootblock/report_platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/bootblock/report_platform.c')
-rw-r--r--src/soc/intel/skylake/bootblock/report_platform.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/bootblock/report_platform.c b/src/soc/intel/skylake/bootblock/report_platform.c
index 2610940859..f10159f9e7 100644
--- a/src/soc/intel/skylake/bootblock/report_platform.c
+++ b/src/soc/intel/skylake/bootblock/report_platform.c
@@ -66,6 +66,9 @@ static struct {
{ IGD_SKYLAKE_GT1_SULTM, "Skylake ULT GT1"},
{ IGD_SKYLAKE_GT2_SULXM, "Skylake ULX GT2" },
{ IGD_SKYLAKE_GT2_SULTM, "Skylake ULT GT2" },
+ { IGD_KABYLAKE_GT1_SULTM, "Kabylake ULT GT1"},
+ { IGD_KABYLAKE_GT2_SULXM, "Kabylake ULX GT2" },
+ { IGD_KABYLAKE_GT2_SULTM, "Kabylake ULT GT2" },
};
static void report_cpu_info(void)