summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
authorElliott Dahle <dedahle@us.ibm.com>2013-11-07 10:06:44 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-13 13:54:53 -0600
commitc4362eadbba0b06d27c47c45e0dabf3e079d4368 (patch)
treeceace668862c864dbdd94cc8c78d94156ce3e089 /src/usr/targeting/common/xmltohb/attribute_types.xml
parentdc6883356b6269f01f40c4e688e2b27453314b78 (diff)
downloadtalos-hostboot-c4362eadbba0b06d27c47c45e0dabf3e079d4368.tar.gz
talos-hostboot-c4362eadbba0b06d27c47c45e0dabf3e079d4368.zip
Ensure code determines master proc properly
Change-Id: I4400a10f2ae65269f809a3b2824837674102c51e RTC:78076 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7099 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index a42601258..cab9dd76d 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -12622,14 +12622,18 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
<description>Type of Master, ACTING_MASTER or MASTER_CANDIDATE or
NOT_MASTER</description>
<simpleType>
- <enumeration>
- <id>PROC_MASTER_TYPE</id>
- </enumeration>
+ <uint8_t>
+ <default>NOT_MASTER</default>
+ </uint8_t>
</simpleType>
<persistency>non-volatile</persistency>
<hasStringConversion/>
<readable/>
<writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_PROC_MASTER_TYPE</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
</attribute>
<attribute>
OpenPOWER on IntegriCloud