From 193f39bfd538bb00c75a6ec2651b802636840910 Mon Sep 17 00:00:00 2001 From: Sridhar Siricilla Date: Mon, 5 Dec 2022 22:04:49 +0530 Subject: soc/intel/meteorlake: Update scaling factor MTL big core The patch updates the scaling factor for MTL big core. TEST=Build the Rex code Signed-off-by: Sridhar Siricilla Change-Id: Ife069fb29f4e913c5ef1af1f719b3392a70c55c5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70355 Reviewed-by: Ravishankar Sarawadi Reviewed-by: Eric Lai Reviewed-by: Subrata Banik Reviewed-by: Kapil Porwal Tested-by: build bot (Jenkins) --- src/soc/intel/meteorlake/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/meteorlake/cpu.c b/src/soc/intel/meteorlake/cpu.c index fbf625e1c2..e0ac726542 100644 --- a/src/soc/intel/meteorlake/cpu.c +++ b/src/soc/intel/meteorlake/cpu.c @@ -89,7 +89,7 @@ enum core_type get_soc_cpu_type(void) void soc_get_scaling_factor(u16 *big_core_scal_factor, u16 *small_core_scal_factor) { - *big_core_scal_factor = 127; + *big_core_scal_factor = 125; *small_core_scal_factor = 100; } -- cgit v1.2.3