summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
index f9f826777..5d06c2637 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
@@ -417,4 +417,49 @@
<initToZero/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_CORE_INSIDE_SPECIAL_WAKEUP</id>
+ <targetType>TARGET_TYPE_CORE</targetType>
+ <description>Indicates that a special wakeup is in progress for a core.
+
+ Producer: p9_cpu_special_wakeup_core.C
+
+ Consumers: p9_cpu_special_wakeup_core.C
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_EX_INSIDE_SPECIAL_WAKEUP</id>
+ <targetType>TARGET_TYPE_EX</targetType>
+ <description>Indicates that a special wakeup is in progress for an EX.
+
+ Producer: p9_cpu_special_wakeup_ex.C
+
+ Consumers: p9_cpu_special_wakeup_ex.C
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_EQ_INSIDE_SPECIAL_WAKEUP</id>
+ <targetType>TARGET_TYPE_EQ</targetType>
+ <description>Indicates that a special wakeup is in progress for an EQ
+
+ Producer: p9_cpu_special_wakeup_eq.C
+
+ Consumers: p9_cpu_special_wakeup_eq.C
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud