Attention is currently required from: Subrata Banik.
Hello Subrata Banik,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/85897?usp=email
to look at the new patch set (#2).
Change subject: soc/intel/common: Simply code accessing scaling factors ......................................................................
soc/intel/common: Simply code accessing scaling factors
This commit streamlines the call to the soc_read_core_scaling_factors() function. When runtime access to the core scaling factors is not available, a static fallback is used based on the CONFIG_SOC_INTEL_PERFORMANCE_CORE_SCALE_FACTOR and CONFIG_SOC_INTEL_EFFICIENT_CORE_SCALE_FACTOR options.
TEST=Successfully read performance and efficient scaling factors on a fatcat board.
Change-Id: I62e903bea07f2981dfcbaf61d3b918e7c332afc5 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com Suggested-by: Subrata Banik subratabanik@google.com --- M src/soc/intel/common/block/acpi/cpu_hybrid.c M src/soc/intel/common/block/include/intelblocks/acpi.h 2 files changed, 20 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/97/85897/2