summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-05-15 21:18:00 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-21 12:40:52 -0500
commit8f260868e130e08fc7ead0661d780ac51ed7f134 (patch)
tree2f12492335c801805ce1ef59d923dd6d046c6595 /src/usr
parent25c53ae9a67c2c25839959a1b59dcb1b41aa501d (diff)
downloadtalos-hostboot-8f260868e130e08fc7ead0661d780ac51ed7f134.tar.gz
talos-hostboot-8f260868e130e08fc7ead0661d780ac51ed7f134.zip
Remove todo and update comment about ACTING_MASTER value
Change-Id: I3fa34de8027133fba2f19c1b366751b5c8796d0d RTC: 103921 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11133 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index fee04ba65..559ecc8d7 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -2050,7 +2050,11 @@ sub generate_proc
<default>$dcm_installed</default>
</attribute>";
- #fixme-RTC:103921 - should not default anything to ACTING_MASTER
+ #For FSP-based systems, the default will always get overridden by the
+ # the FSP code before it is used, based on which FSP is being used as
+ # the primary. Therefore, the default is only relevant in the BMC
+ # case where it is required since the value generated here will not
+ # be updated before it is used by HB.
## Master value ##
if( $is_master && ($proc == 0) )
{
OpenPOWER on IntegriCloud