summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/meteorlake/cpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/cpu.c b/src/soc/intel/meteorlake/cpu.c
index a778381081..31b7ef26bf 100644
--- a/src/soc/intel/meteorlake/cpu.c
+++ b/src/soc/intel/meteorlake/cpu.c
@@ -127,6 +127,9 @@ void soc_core_init(struct device *cpu)
/* Enable Turbo */
enable_turbo();
+ /* Set core type in struct cpu_info */
+ set_dev_core_type();
+
if (CONFIG(INTEL_TME) && is_tme_supported())
set_tme_core_activate();
}