Jérémy Compostella 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:
(2 comments)
File src/soc/intel/common/block/acpi/cpu_hybrid.c:
https://review.coreboot.org/c/coreboot/+/85553/comment/8dc783f1_c06f6543?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/ […]
https://review.coreboot.org/c/coreboot/+/85897
File src/soc/intel/common/block/include/intelblocks/acpi.h:
https://review.coreboot.org/c/coreboot/+/85553/comment/26ee044f_889473aa?usp... : PS8, Line 28: enum cb_err soc_read_core_scaling_factors(u16 *performance, u16 *efficient);
unable to locate the implementation of this API ? […]
https://review.coreboot.org/c/coreboot/+/85897