summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2016-07-22 16:45:45 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-04 13:05:54 -0400
commitc7d9fd19601dcaf82425695a730508fd9f891ff9 (patch)
tree933e06224d0c2402a1a12bc6d30069eb57cef48a /src/import/chips/p9/procedures/xml
parent6cd4d76f7b9ade4dfcc15bf4e9e9590fcf1382ec (diff)
downloadtalos-hostboot-c7d9fd19601dcaf82425695a730508fd9f891ff9.tar.gz
talos-hostboot-c7d9fd19601dcaf82425695a730508fd9f891ff9.zip
Merging single and multichip tod wrappers into one
and changing enum variable names to make the code easier to understand Change-Id: I2facf5ef9c26deb4407b764b270d35c6320a461a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27397 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29193 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_tod_errors.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_tod_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_tod_errors.xml
index 263515282..ad2d97a34 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_tod_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_tod_errors.xml
@@ -38,14 +38,33 @@
<rc>RC_P9_TOD_SETUP_INVALID_TOPOLOGY</rc>
<description>
Procedure: p9_tod_setup
- Either the oscilattor that is selected is NONE or
- the tx or rx bus is NONE
+ the oscilattor that is selected is NONE
</description>
<ffdc>TARGET</ffdc>
<ffdc>OSCSEL</ffdc>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
+ <rc>RC_P9_TOD_SETUP_INVALID_TOPOLOGY_RX</rc>
+ <description>
+ Procedure: p9_tod_setup
+ the rx is an invalid rx
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>RX</ffdc>
+ </hwpError>
+<!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_TOD_SETUP_INVALID_TOPOLOGY_TX</rc>
+ <description>
+ Procedure: p9_tod_setup
+ the tx is an invalid tx
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TX</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
<rc>RC_P9_TOD_INIT_NOT_RUNNING</rc>
<description>
Procedure: p9_tod_init
OpenPOWER on IntegriCloud