Skip to content

Commit

Permalink
Add MRW parsing code to populate ATTR_NEST_LEAKAGE_PERCENT
Browse files Browse the repository at this point in the history
Change-Id: I64c6be2048315a026917a68d159762df15d97c5e
RTC:167921
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36856
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
  • Loading branch information
aalugore authored and ploetzma committed Feb 23, 2017
1 parent 6966799 commit f55ce18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/usr/targeting/common/genHwsvMrwXml.pl
Expand Up @@ -354,8 +354,7 @@
"VDM_ENABLE", $reqPol->{'vdm_enable'},
"IVRM_DEADZONE_MV", $reqPol->{'ivrm_deadzone_mv'},
"SYSTEM_RESCLK_STEP_DELAY", $reqPol->{'system_resclk_step_delay'},
#TODO RTC: 167921 Add MRW parsing code to perl scripts to populate ATTR_NEST_LEAKAGE_PERCENT
"NEST_LEAKAGE_PERCENT", 60,
"NEST_LEAKAGE_PERCENT", $reqPol->{'nest_leakage_percent'},
"PM_SAFE_VOLTAGE_MV", $reqPol->{'pm_safe_voltage_mv'},
"IVRM_STRENGTH_LOOKUP", $reqPol->{'ivrm_strength_lookup'},
"IVRM_VIN_MULTIPLIER", $reqPol->{'ivrm_vin_multiplier'},
Expand Down
2 changes: 0 additions & 2 deletions src/usr/targeting/common/processMrw.pl
Expand Up @@ -179,8 +179,6 @@ sub processSystem

$targetObj->setAttribute($target, "XSCOM_BASE_ADDRESS", $base);

#TODO RTC: 167921 Remove this line once the attribute is in the MRW
$targetObj->setAttribute($target, "NEST_LEAKAGE_PERCENT", 60);
}

sub processIpmiSensors {
Expand Down

0 comments on commit f55ce18

Please sign in to comment.