summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml13
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml13
2 files changed, 26 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
index 2938df196..8c7e0e2ad 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
@@ -616,4 +616,17 @@
<default> 0 </default>
<mssAccessorName>mrw_temp_refresh_mode</mssAccessorName>
</attribute>
+
+ <attribute>
+ <id>ATTR_MSS_MRW_MEMDIAGS_BCMODE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ A switch for memdiags broadcast mode
+ </description>
+ <valueType>uint8</valueType>
+ <platInit/>
+ <initToZero/>
+ <enum> ENABLE = 0, DISABLE = 1 </enum>
+ <mssAccessorName>mrw_memdiags_bcmode</mssAccessorName>
+ </attribute>
</attributes>
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml
index 5b3dc2cf7..b6e88ed5b 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_memdiags.xml
@@ -371,5 +371,18 @@
</callout>
</hwpError>
+ <hwpError>
+ <rc>RC_MSS_MEMDIAGS_BCMODE_INVALID_ADDRESS</rc>
+ <description>An limited address scope was passed into memdiags that is not on the first port in broadcast mode</description>
+ <ffdc>MCA_TARGET</ffdc>
+ <ffdc>START_ADDRESS</ffdc>
+ <ffdc>MCA_START_ADDRESS</ffdc>
+ <ffdc>PATTERN</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud