Skip to content

Commit

Permalink
Enable SBE Updates with Config flag and Attribute
Browse files Browse the repository at this point in the history
In fsprelease.config, keep 'unset NO_SBE_UPDATES'
In genHwsvMrwXml.pl, push @systemAttr, ["SBE_UPDATE_DISABLE", 0]
In attribute_types.xml, <default>0</default> for SBE_UPDATE_DISABLE

Change-Id: I4521a9f58d97d9dc63613e186619f2c6e66ba2c1
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37661
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
mgloff authored and dcrowell77 committed Mar 8, 2017
1 parent 8c15e09 commit 51438e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/targeting/common/genHwsvMrwXml.pl
Expand Up @@ -361,7 +361,7 @@
"IVRM_VIN_MAX_MV", $reqPol->{'ivrm_vin_max_mv'},
"IVRM_STEP_DELAY_NS", $reqPol->{'ivrm_step_delay_ns'},
"IVRM_STABILIZATION_DELAY_NS", $reqPol->{'ivrm_stabilization_delay_ns'},
"SBE_UPDATE_DISABLE", 1,
"SBE_UPDATE_DISABLE", 0,
];

if ($reqPol->{'system_resclk_enable'} eq 'ON')
Expand Down
1 change: 1 addition & 0 deletions src/usr/targeting/common/xmltohb/attribute_types.xml
Expand Up @@ -20425,6 +20425,7 @@ Measured in GB</description>
</description>
<simpleType>
<uint8_t>
<default>0</default>
</uint8_t>
</simpleType>
<hwpfToHbAttrMap>
Expand Down

0 comments on commit 51438e2

Please sign in to comment.