Attention is currently required from: Jérémy Compostella.
Subrata Banik has posted comments on this change by Jérémy Compostella. ( https://review.coreboot.org/c/coreboot/+/85553?usp=email )
Change subject: soc/intel/common: Read core scaling factors at runtime support ......................................................................
Patch Set 8:
(1 comment)
File src/soc/intel/common/block/acpi/cpu_hybrid.c:
https://review.coreboot.org/c/coreboot/+/85553/comment/b8148d47_ecbce09f?usp... : PS8, Line 126: if (!performance) { : if (CONFIG(SOC_INTEL_COMMON_BLOCK_RUNTIME_CORE_SCALING_FACTORS)) { : soc_read_core_scaling_factors(&performance, &efficient); : } else { : performance = CONFIG_SOC_INTEL_PERFORMANCE_CORE_SCALE_FACTOR; : efficient = CONFIG_SOC_INTEL_EFFICIENT_CORE_SCALE_FACTOR; : } : } based on https://review.coreboot.org/c/coreboot/+/85553/comment/c8d7ca09_86e815fa/
``` if (!performance) soc_read_core_scaling_factors(&performance, &efficient); ```