summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/alderlake/cpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/cpu.c b/src/soc/intel/alderlake/cpu.c
index 6b9e5e4ca2..728dbdafef 100644
--- a/src/soc/intel/alderlake/cpu.c
+++ b/src/soc/intel/alderlake/cpu.c
@@ -123,6 +123,9 @@ void soc_core_init(struct device *cpu)
/* Enable Direct Cache Access */
configure_dca_cap();
+ /* Set core type in struct cpu_info */
+ set_dev_core_type();
+
/* Set energy policy. The "normal" EPB (6) is not suitable for Alder
* Lake or Raptor Lake CPUs, as this results in higher uncore power. */
set_energy_perf_bias(7);