summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2017-09-10 17:08:10 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-03 00:00:19 -0400
commit7493c1cdd21c8fde5ed4ae78f7235798a819373f (patch)
tree7fe72b2dec503b402884976fedc663f6448a0481 /src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
parentd3e24581922ef5082ba0308d8808ac3d1c720e94 (diff)
downloadtalos-hostboot-7493c1cdd21c8fde5ed4ae78f7235798a819373f.tar.gz
talos-hostboot-7493c1cdd21c8fde5ed4ae78f7235798a819373f.zip
STOP: attribute to halt upon phantom interrupts
Change-Id: I6c5e4bea58c188d736b2b1218577da7deee0f88d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46337 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Juan R. Medina <jrmedina@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46545 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.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.xml56
1 files changed, 56 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 aeb17b3f8..83dc524bb 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
@@ -418,6 +418,62 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_SGPE_PHANTOM_HALT_ENABLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>Enable debug halt function upon SGPE Phantom interrupts
+
+ Consumers: p9_hcode_image_build ->
+ SGPE Header
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_PGPE_PHANTOM_HALT_ENABLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>Enable debug halt function upon PGPE Phantom interrupts
+
+ Consumers: p9_hcode_image_build ->
+ PGPE Header
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_CME_STOP_PHANTOM_HALT_ENABLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>Enable debug halt function upon CME Stop Phantom stop interrupts
+
+ Consumers: p9_hcode_image_build ->
+ CME Header
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_CME_PSTATE_PHANTOM_HALT_ENABLE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>Enable debug halt function upon CME Pstate Phantom stop interrupts
+
+ Consumers: p9_hcode_image_build ->
+ CME Header
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <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.
OpenPOWER on IntegriCloud