diff options
| author | Raja Das <rajadas2@in.ibm.com> | 2017-02-10 06:50:25 -0600 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-08-20 10:03:14 -0400 |
| commit | b48385d657cf43b8a67a0eb1df64745ca48f78e1 (patch) | |
| tree | 9521f732df6a5d17c0ea83b5171ae293911ead76 | |
| parent | 9e28990c017f119d6a6d8e7c3da9c2ae0c1f9240 (diff) | |
| download | talos-hostboot-b48385d657cf43b8a67a0eb1df64745ca48f78e1.tar.gz talos-hostboot-b48385d657cf43b8a67a0eb1df64745ca48f78e1.zip | |
Workaround to fix issue where Powerbus loses track of EQs in DD1
Change-Id: I4f5fedfce5b6c15fb89eeae4ae626187f9000fdd
Original-Change-Id: Ia7ffcfdead79e859f21b95be183af05949e68579
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36276
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: YUE DU <daviddu@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44865
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
| -rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_initf_errors.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_initf_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_initf_errors.xml index 205b7dbff..5a2946c82 100644 --- a/src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_initf_errors.xml +++ b/src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_initf_errors.xml @@ -25,6 +25,12 @@ <hwpErrors> <!-- ********************************************************************* --> - + <hwpError> + <rc>RC_P9_HCD_CACHE_INITF_INCORRECT_EQ_SCAN64_VAL</rc> + <description> + Data mis-match on EQ_SCAN64 + </description> + <ffdc>EQ_SCAN64_VAL</ffdc> + </hwpError> <!-- ********************************************************************* --> </hwpErrors> |

