summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml5
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml42
2 files changed, 42 insertions, 5 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
index db13c9ede..f52d98822 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml
@@ -533,10 +533,11 @@
<enum>
BOTH = 0x0,
EVEN_ONLY = 0x1,
- ODD_ONLY = 0x2
+ ODD_ONLY = 0x2,
+ NONE = 0x3
</enum>
<initToZero/>
- <platInit/>
+ <writeable/>
</attribute>
<!-- ********************************************************************** -->
<attribute>
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml
index 241cc4743..643759530 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_fab_iovalid_errors.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -103,16 +103,20 @@
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
- <rc>RC_P9_FAB_IOVALID_DL_NOT_TRAINED_ERR</rc>
+ <rc>RC_P9_FAB_IOVALID_DL_NOT_TRAINED_RETRAIN_NONE_ERR</rc>
<description>
Procedure: p9_fab_iovalid
- Link DL training did not complete successfully
+ Link DL training did not complete successfully,
+ both halves of link pair are incapable of training.
</description>
<ffdc>TARGET</ffdc>
<ffdc>LOC_ENDP_TARGET</ffdc>
<ffdc>LOC_ENDP_TYPE</ffdc>
<ffdc>LOC_ENDP_UNIT_ID</ffdc>
<ffdc>LOC_LINK_TRAIN</ffdc>
+ <ffdc>LOC_LINK_TRAIN_NEXT</ffdc>
+ <ffdc>LOC_LINK_FAILED0</ffdc>
+ <ffdc>LOC_LINK_FAILED1</ffdc>
<ffdc>REM_ENDP_TARGET</ffdc>
<ffdc>REM_ENDP_TYPE</ffdc>
<ffdc>REM_ENDP_UNIT_ID</ffdc>
@@ -143,6 +147,38 @@
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
+ <rc>RC_P9_FAB_IOVALID_DL_NOT_TRAINED_RETRAIN_HALF_ERR</rc>
+ <description>
+ Procedure: p9_fab_iovalid
+ Link DL training did not complete successfully,
+ attempt retraining on half link basis.
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>LOC_ENDP_TARGET</ffdc>
+ <ffdc>LOC_ENDP_TYPE</ffdc>
+ <ffdc>LOC_ENDP_UNIT_ID</ffdc>
+ <ffdc>LOC_LINK_TRAIN</ffdc>
+ <ffdc>LOC_LINK_TRAIN_NEXT</ffdc>
+ <ffdc>LOC_LINK_FAILED0</ffdc>
+ <ffdc>LOC_LINK_FAILED1</ffdc>
+ <ffdc>REM_ENDP_TARGET</ffdc>
+ <ffdc>REM_ENDP_TYPE</ffdc>
+ <ffdc>REM_ENDP_UNIT_ID</ffdc>
+ <callout>
+ <target>LOC_ENDP_TARGET</target>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <target>REM_ENDP_TARGET</target>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <bus>LOC_ENDP_TARGET,REM_ENDP_TARGET</bus>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
<rc>RC_P9_FAB_IOVALID_TL_NOT_TRAINED_ERR</rc>
<description>
Procedure: p9_fab_iovalid
OpenPOWER on IntegriCloud