Sumeet R Pawnikar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74373 )
Change subject: soc/intel/meteorlake: configure cpu power limits ......................................................................
soc/intel/meteorlake: configure cpu power limits
Configure cpu power limit values for Meteor Lake SoC platform
BRANCH=None BUG=b:270664854 TEST=Built and verified power limit values on Rex board
Change-Id: I9faf28a522d3afea75c2c744d076d761e7080e50 Signed-off-by: Sumeet Pawnikar sumeet.r.pawnikar@intel.com --- M src/soc/intel/meteorlake/systemagent.c 1 file changed, 17 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/74373/1
diff --git a/src/soc/intel/meteorlake/systemagent.c b/src/soc/intel/meteorlake/systemagent.c index 81e4bed..1b2042e 100644 --- a/src/soc/intel/meteorlake/systemagent.c +++ b/src/soc/intel/meteorlake/systemagent.c @@ -187,10 +187,7 @@ return; }
- /* Remove once commented line below is enabled */ - (void)soc_config; - /* UPDATEME: Need to enable later */ - //set_power_limits(MOBILE_SKU_PL1_TIME_SEC, soc_config); + set_power_limits(MOBILE_SKU_PL1_TIME_SEC, soc_config); }
uint32_t soc_systemagent_max_chan_capacity_mib(u8 capid0_a_ddrsz)