diff options
author | Anusha Reddy Rangareddygari <anusrang@in.ibm.com> | 2016-05-06 14:08:22 +0200 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2017-08-20 09:56:50 -0400 |
commit | 0c6c1f598e84636c07071f417abc12fb94091a5d (patch) | |
tree | c5c548f433e2ed9f7b9b9ac6f39caf5a4fbb43d7 /src/import/chips/p9/procedures/xml | |
parent | 9712645dd58270400a50470611c05c457dd6cf0c (diff) | |
download | talos-hostboot-0c6c1f598e84636c07071f417abc12fb94091a5d.tar.gz talos-hostboot-0c6c1f598e84636c07071f417abc12fb94091a5d.zip |
HWP's for p9_perv_sbe_cmn,p9_sbe_arrayinit,p9_sbe_tp_arrayinit
Change-Id: Ife6742f387ec1cded212da16a9cd1525069b6e64
Original-Change-Id: If70360201c4a2361d376ed75b4916b702088c13a
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24172
Tested-by: Jenkins Server
Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com>
Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com>
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44849
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
-rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_sbe_arrayinit_errors.xml | 8 | ||||
-rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_sbe_tp_arrayinit_errors.xml | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_arrayinit_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_arrayinit_errors.xml index 9d675f0d2..066561f47 100644 --- a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_arrayinit_errors.xml +++ b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_arrayinit_errors.xml @@ -27,11 +27,5 @@ <!-- Halt codes for p9_sbe_arrayinit --> <hwpErrors> - <!-- ******************************************************************** --> - <hwpError> - <rc>RC_ABIST_DONE_ERR</rc> - <description>Abist Done bit not set after Array Init</description> - <ffdc>READ_ABIST_DONE</ffdc> - </hwpError> - <!-- ******************************************************************** --> + </hwpErrors> diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_tp_arrayinit_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_tp_arrayinit_errors.xml index 107c69cae..f069cde1e 100644 --- a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_tp_arrayinit_errors.xml +++ b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_tp_arrayinit_errors.xml @@ -27,11 +27,5 @@ <!-- Halt codes for p9_sbe_tp_arrayinit --> <hwpErrors> - <!-- ******************************************************************** --> - <hwpError> - <rc>RC_SRAM_ABIST_DONE_BIT_ERR</rc> - <description>SRAM abist done bit is not set</description> - <ffdc>READ_ABIST_DONE</ffdc> - </hwpError> - <!-- ******************************************************************** --> + </hwpErrors> |