Skip to content

Commit

Permalink
p9_mem_pll_reset: Level 3
Browse files Browse the repository at this point in the history
Use the error class from the SBE common module instead of defining
our own.

Change-Id: Ie8ad617aa5ceaec1d98e667e66fdfedd30166bd5
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41598
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com>
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41602
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Dean Sanner <dsanner@us.ibm.com>
Tested-by: Dean Sanner <dsanner@us.ibm.com>
  • Loading branch information
fenkes-ibm authored and sannerd committed Jul 11, 2017
1 parent 112c9c7 commit 1788064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 42 deletions.
10 changes: 5 additions & 5 deletions src/import/chips/p9/procedures/hwp/perv/p9_mem_pll_reset.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016 */
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand All @@ -31,7 +31,7 @@
// *HWP HW Backup Owner : Srinivas V Naga <srinivan@in.ibm.com>
// *HWP FW Owner : Sunil Kumar <skumar8j@in.ibm.com>
// *HWP Team : Perv
// *HWP Level : 2
// *HWP Level : 3
// *HWP Consumed by : HB
//------------------------------------------------------------------------------

Expand Down Expand Up @@ -118,10 +118,10 @@ p9_mem_pll_reset_scan0_bndy(const fapi2::Target<fapi2::TARGET_TYPE_PERV>& i_targ
}

FAPI_ASSERT(l_timeout > 0,
fapi2::P9_MEM_PLL_RESET_SCAN0_DONE_POLL_THRESHOLD_ERR()
.set_TARGET(i_target)
fapi2::SBE_SCAN0_DONE_POLL_THRESHOLD_ERR()
.set_TARGET_CHIPLET(i_target)
.set_PERV_CPLT_STAT0(l_cplt_stat0)
.set_LOOP_COUNT(l_timeout)
.set_LOOP_COUNT(P9_OPCG_DONE_SCAN0_POLL_COUNT)
.set_HW_DELAY(P9_OPCG_DONE_SCAN0_HW_NS_DELAY),
"Timeout polling for OPCG_DONE for scan0 flush");

Expand Down

This file was deleted.

0 comments on commit 1788064

Please sign in to comment.