summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2016-02-26 00:23:47 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-16 11:53:21 -0400
commit78e25b7fd2fa60f9da1bd44dd7d094786d60030a (patch)
tree6441f57be9e246a08bc2ec300864eab79f05d52e /src/import/chips
parente9cfb3c7dad648fb11bdf2a44bb91fc20df75b24 (diff)
downloadtalos-hostboot-78e25b7fd2fa60f9da1bd44dd7d094786d60030a.tar.gz
talos-hostboot-78e25b7fd2fa60f9da1bd44dd7d094786d60030a.zip
Fixes for OCB channel init and access
- Changes to RCs - Wrapper changes to be more user friendly - Fixed bugs in setting the linear window - Action file changes Change-Id: I0bcadde5d0106b218f46031fc7a2ca8fac30771e Original-Change-Id: Icb3628d79b507b059ed2b3b50510538800f4bef7 RTC: 137014 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21322 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25899 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml
index 7483e6651..70a9265fc 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_pm_ocb_indir_access_errors.xml
@@ -20,24 +20,14 @@
<hwpErrors>
<!-- ******************************************************************* -->
<hwpError>
- <rc>RC_PROCPM_OCB_ACCESS_LENGTH_CHECK</rc>
- <description>
- Input length of data fetched from the data register and transfered via
- indirect channel did not match the output length
- </description>
- <ffdc>LENGTH</ffdc>
- <ffdc>ACTUALLENGTH</ffdc>
- </hwpError>
- <!-- ******************************************************************* -->
- <hwpError>
- <rc>RC_PROCPM_OCB_PUT_NO_DATA_ERROR</rc>
+ <rc>RC_PM_OCB_PUT_NO_DATA_ERROR</rc>
<description>
No data passed for Put operation.
</description>
</hwpError>
<!-- ******************************************************************* -->
<hwpError>
- <rc>RC_PROCPM_OCB_PUT_DATA_POLL_NOT_FULL_ERROR</rc>
+ <rc>RC_PM_OCB_PUT_DATA_POLL_NOT_FULL_ERROR</rc>
<description>
Indicates that a timeout occured waiting for a push queue to be non-full
before writing data. Is likely due to OCC firmware not pulling entries off
OpenPOWER on IntegriCloud