summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-03-08 09:26:08 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-08 17:28:50 -0500
commit51438e2ecc2bf5b70aab0c0a996a43b24cc30aaa (patch)
tree079cdb7260133b23f19a004d7570438109937427 /src/usr/targeting
parent8c15e0972e877d13fe79432e7ee7c97f550b2889 (diff)
downloadtalos-hostboot-51438e2ecc2bf5b70aab0c0a996a43b24cc30aaa.tar.gz
talos-hostboot-51438e2ecc2bf5b70aab0c0a996a43b24cc30aaa.zip
Enable SBE Updates with Config flag and Attribute
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>
Diffstat (limited to 'src/usr/targeting')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl2
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index 2e2de2332..d65b19c14 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -361,7 +361,7 @@ push @systemAttr,
"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')
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 27b3b38e7..3110b0816 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -20425,6 +20425,7 @@ Measured in GB</description>
</description>
<simpleType>
<uint8_t>
+ <default>0</default>
</uint8_t>
</simpleType>
<hwpfToHbAttrMap>
OpenPOWER on IntegriCloud