summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info/p9_ram_errors.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info/p9_ram_errors.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_ram_errors.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_ram_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_ram_errors.xml
index eeb58521a..2ad7d24a2 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_ram_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_ram_errors.xml
@@ -31,12 +31,11 @@
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
- <rc>RC_P9_SPR_INVALID_RW_MODE_ACCESS_ERR</rc>
+ <rc>RC_P9_SPR_NAME_MAP_ACCESS_ERR</rc>
<description>
- Illegal SPR read/write mode access
+ Illegal SPR name or read/write mode access
</description>
<ffdc>REGNAME</ffdc>
- <ffdc>RWFLAG</ffdc>
<callout>
<procedure>CODE</procedure>
<priority>MEDIUM</priority>
@@ -44,22 +43,22 @@
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
- <rc>RC_P9_SPR_INVALID_NAME_ACCESS_ERR</rc>
+ <rc>RC_P9_RAM_NOT_SETUP_ERR</rc>
<description>
- Illegal SPR name access
+ RAM is not setup as active before doing ram or cleanup
</description>
- <ffdc>REGNAME</ffdc>
<callout>
<procedure>CODE</procedure>
- <priority>MEDIUM</priority>
+ <priority>HIGH</priority>
</callout>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
- <rc>RC_P9_RAM_NOT_SETUP_ERR</rc>
+ <rc>RC_P9_RAM_THREAD_NOT_STOP_ERR</rc>
<description>
- RAM is not setup as active before doing ram or cleanup
+ The thread to perform ramming is not stopped
</description>
+ <ffdc>THREAD</ffdc>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
OpenPOWER on IntegriCloud