summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf')
-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