summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
diff options
context:
space:
mode:
authorJoachim Fenkes <fenkes@de.ibm.com>2017-05-31 17:21:01 +0200
committerSachin Gupta <sgupta2m@in.ibm.com>2017-06-19 15:44:26 -0400
commit6a6c4361beac7c5a4a11696ea2e746771eca175a (patch)
tree401e83c617b83fe6021768ea98a5e428a8017e13 /src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
parent0f538b516cf62ac44d2ebfb160568d54b3bf0e85 (diff)
downloadtalos-sbe-6a6c4361beac7c5a4a11696ea2e746771eca175a.tar.gz
talos-sbe-6a6c4361beac7c5a4a11696ea2e746771eca175a.zip
p9_fastarray: Level 3
Change-Id: I75551b114bb784bb7483f0d9d90ac11d4b5a25e2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41226 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41264 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
index 23c6ccdf..337007db 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_fastarray_cleanup.C
@@ -67,10 +67,8 @@ fapi2::ReturnCode p9_sbe_fastarray_cleanup(
}
while (--l_timeout && !l_buf.getBit<PERV_1_CPLT_STAT0_SRAM_ABIST_DONE_DC>());
- if (!l_timeout)
- {
- FAPI_ERR("Warning: ABIST_DONE not seen! Your dump is probably fine, but this is unexpected.");
- }
+ FAPI_ASSERT_NOEXIT(l_timeout != 0, fapi2::FASTARRAY_CLEANUP_NOT_DONE().set_TARGET(i_target_chiplet),
+ "Warning: ABIST_DONE not seen! Your dump is probably fine, but this is unexpected.");
}
/* Raise the region fences back up */
@@ -95,5 +93,3 @@ fapi2::ReturnCode p9_sbe_fastarray_cleanup(
fapi_try_exit:
return fapi2::current_err;
}
-
-
OpenPOWER on IntegriCloud