summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2018-03-27 13:37:14 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-04-17 17:27:00 -0400
commitc1816c957926a837ab16f36b44fbbc568efe8c1d (patch)
tree57a8f614313abc009cb49433cf2194be869b3c66 /src/import/chips/p9/procedures/xml
parent348561d5f60b79c67560cdcaf2dd9af146fc224f (diff)
downloadtalos-hostboot-c1816c957926a837ab16f36b44fbbc568efe8c1d.tar.gz
talos-hostboot-c1816c957926a837ab16f36b44fbbc568efe8c1d.zip
Adding changes to handle core checkstops
At certain points during the IPL, we need to turn off unit checkstops and switch them to system checkstops. This HWP saves off the original value, turns unit to system checkstops, and then later restores them. Change-Id: Iebd1d4c5b69eae04f05b890c879d8dd88f0655d3 RTC:147565 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56331 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+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: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56437 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
index 8887d260e..190814b47 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml
@@ -774,6 +774,28 @@
<valueType>uint8</valueType>
<persistRuntime/>
<platInit/>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_ORIG_FIR_SETTINGS_ACTION0</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>This attribute is saving the fir settings for action0. During
+ different points of the IPL we want to turn off unit checkstops.
+ This attribute saves the original value.</description>
+ <valueType>uint64</valueType>
+ <writeable/>
+ <persistRuntime/>
+</attribute>
+
+<attribute>
+ <id>ATTR_ORIG_FIR_SETTINGS_ACTION1</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>This attribute is saving the fir settings for action1. During
+ different points of the IPL we want to turn off unit checkstops.
+ This attribute saves the original value.</description>
+ <valueType>uint64</valueType>
+ <writeable/>
+ <persistRuntime/>
</attribute>
</attributes>
OpenPOWER on IntegriCloud