summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/chip_attributes.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/hwpf/hwp/chip_attributes.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/hwpf/hwp/chip_attributes.xml')
-rw-r--r--src/usr/hwpf/hwp/chip_attributes.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/chip_attributes.xml b/src/usr/hwpf/hwp/chip_attributes.xml
index abd5ff061..00aeb28ed 100644
--- a/src/usr/hwpf/hwp/chip_attributes.xml
+++ b/src/usr/hwpf/hwp/chip_attributes.xml
@@ -177,4 +177,21 @@
<writeable/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_PROC_MASTER_TYPE</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>
+ Returns a value indicating the master type of this chip:
+ master, alt-master, or not master.
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ ACTING_MASTER = 0x00,
+ MASTER_CANDIDATE = 0x01,
+ NOT_MASTER = 0x02
+ </enum>
+ <platInit/>
+ <writeable/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud