summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/core_attributes.xml3
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml22
2 files changed, 23 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/core_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/core_attributes.xml
index dbfd8e3e..042056bd 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/core_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/core_attributes.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER sbe Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2016 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -57,5 +57,4 @@
<writeable/>
<persistRuntime/>
</attribute>
- <!-- ********************************************************************* -->
</attributes>
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 66087f0e..7fe2db18 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