summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 91dfc84d5..a5b62dd95 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -1807,10 +1807,20 @@
<default>1</default>
</field>
<field>
+ <name>powerLineDisturbance</name>
+ <description>
+ 0b0: SP does not perform Power Line Disturbance (PLD) detection, Hostboot must;
+ 0b1: SP does perform Power Line Disturbance (PLD) detection so Hostboot should not
+ </description>
+ <type>uint8_t</type>
+ <bits>1</bits>
+ <default>1</default>
+ </field>
+ <field>
<name>reserved</name>
<description>Reserved for future use</description>
<type>uint8_t</type>
- <bits>4</bits>
+ <bits>3</bits>
<default>0</default>
</field>
</complexType>
OpenPOWER on IntegriCloud