From 3cfe3c62b76766019c139e93f671a2df61f24f80 Mon Sep 17 00:00:00 2001 From: spashabk-in Date: Fri, 28 Apr 2017 05:37:29 -0500 Subject: Remove PIB reset on scom failure Change-Id: I8b44253b1ddbbdfcfa49536c5a5a79a71738ac24 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39799 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta Reviewed-by: Joachim Fenkes Tested-by: FSP CI Jenkins --- src/hwpf/src/plat/plat_hw_access.C | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/hwpf/src/plat/plat_hw_access.C b/src/hwpf/src/plat/plat_hw_access.C index 11ecca1a..ffab1c60 100644 --- a/src/hwpf/src/plat/plat_hw_access.C +++ b/src/hwpf/src/plat/plat_hw_access.C @@ -355,7 +355,6 @@ uint32_t p9_pibErrRetry( const uint32_t i_addr, uint64_t *io_data, { FAPI_INF("Entering p9_pibErrRetry"); static const uint8_t MAX_RETRIES = 2; - static const uint64_t REG_BIT0 = (uint64_t)(0x1)<<63; uint8_t l_retryCount = 0; uint32_t pibErr = i_pibErr; @@ -369,13 +368,6 @@ uint32_t p9_pibErrRetry( const uint32_t i_addr, uint64_t *io_data, } for(l_retryCount = 0; l_retryCount < MAX_RETRIES; l_retryCount++) { - // RESET_PCB: Reset all PCB elements outside of the standby domain - pibErr = putscom_abs( PERV_PIB_RESET_REG, REG_BIT0 ); - if( pibErr ) break; - // RESET_PCB: clear it again - pibErr = putscom_abs( PERV_PIB_RESET_REG, 0); - if( pibErr ) break; - FAPI_DBG( "*** Retry %i ***", l_retryCount ); if ( i_isRead ) -- cgit v1.2.1