summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2017-05-18 05:28:05 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-08-08 01:01:57 -0400
commit73f95d7b7e082ae64796e3385a429b120d08d568 (patch)
treea38126259e5d60583bf066c146d15b834b534c66 /src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
parent06a49f537274763c835206856dc0b82c6c483493 (diff)
downloadtalos-sbe-73f95d7b7e082ae64796e3385a429b120d08d568.tar.gz
talos-sbe-73f95d7b7e082ae64796e3385a429b120d08d568.zip
PM: Level3 Special Wakeup Hardware Procedure
- Separate RC for Core, EQ and Ex Special Wakeup timeout. - Preventing special wakeup recurssion in FFDC collection path. - Update of documentation and error xml. - Added support of mode in p9_collect_ppe_state HWP. Change-Id: If4885cde4bf3501052e0b4b036a4a27e5561f1dc RTC: 172628 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40693 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44263 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
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 15b6c3aa..695f586c 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
@@ -413,4 +413,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