summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pba_firinit.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pba_firinit.C')
-rwxr-xr-xsrc/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pba_firinit.C65
1 files changed, 2 insertions, 63 deletions
diff --git a/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pba_firinit.C b/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pba_firinit.C
index 40f5f63f1..b7b5986bd 100755
--- a/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pba_firinit.C
+++ b/src/usr/hwpf/hwp/occ/occ_procedures/p8_pm_pba_firinit.C
@@ -20,7 +20,7 @@
/* Origin: 30 */
/* */
/* IBM_PROLOG_END_TAG */
-// $Id: p8_pm_pba_firinit.C,v 1.15 2013/04/12 01:17:25 stillgs Exp $
+// $Id: p8_pm_pba_firinit.C,v 1.16 2013/08/26 12:44:34 stillgs Exp $
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/p8/working/procedures/ipl/fapi/p8_pm_pba_firinit.C,v $
//------------------------------------------------------------------------------
// *! (C) Copyright International Business Machines Corp. 2011
@@ -75,17 +75,6 @@ using namespace fapi;
CONST_UINT64_T( PBA_FIR_MASK_WR_AND_0x02010844 , ULL(0x02010844)) ;
CONST_UINT64_T( PBA_FIR_MASK_WR_OR_0x02010845 , ULL(0x02010845)) ;
-
-// ----------------------------------------------------------------------
-// Macro definitions
-// ----------------------------------------------------------------------
-
-// #define SET_CHECK_STOP(b){SET_FIR_ACTION(b, 0, 0);}
-// #define SET_RECOV_ATTN(b){SET_FIR_ACTION(b, 0, 1);}
-// #define SET_RECOV_INTR(b){SET_FIR_ACTION(b, 1, 0);}
-// #define SET_MALF_ALERT(b){SET_FIR_ACTION(b, 1, 1);}
-// #define SET_FIR_MASKED(b){SET_FIR_MASK(b,1);}
-
// ----------------------------------------------------------------------
// Global variables
// ----------------------------------------------------------------------
@@ -115,57 +104,7 @@ p8_pm_pba_firinit(const fapi::Target& i_target , uint32_t mode )
ecmdDataBufferBase mask(64);
uint32_t e_rc = 0;
- enum PBA_FIRS
- {
- PBAFIR_OCI_APAR_ERR =0 ,
- PBAFIR_PB_RDADRERR_FW =1 ,
- PBAFIR_PB_RDDATATO_FW =2 ,
- PBAFIR_PB_SUE_FW =3 ,
- PBAFIR_PB_UE_FW =4 ,
- PBAFIR_PB_CE_FW =5 ,
- PBAFIR_OCI_SLAVE_INIT =6 ,
- PBAFIR_OCI_WRPAR_ERR =7 ,
- PBAFIR_OCI_REREQTO =8 ,
- PBAFIR_PB_UNEXPCRESP =9 ,
- PBAFIR_PB_UNEXPDATA =10 ,
- PBAFIR_PB_PARITY_ERR =11 ,
- PBAFIR_PB_WRADRERR_FW =12 ,
- PBAFIR_PB_BADCRESP =13 ,
- PBAFIR_PB_ACKDEAD_FW_RD =14 ,
- PBAFIR_PB_CRESPTO =15 ,
- PBAFIR_BCUE_SETUP_ERR =16 ,
- PBAFIR_BCUE_PB_ACK_DEAD =17 ,
- PBAFIR_BCUE_PB_ADRERR =18 ,
- PBAFIR_BCUE_OCI_DATERR =19 ,
- PBAFIR_BCDE_SETUP_ERR =20 ,
- PBAFIR_BCDE_PB_ACK_DEAD =21 ,
- PBAFIR_BCDE_PB_ADRERR =22 ,
- PBAFIR_BCDE_RDDATATO_ERR =23 ,
- PBAFIR_BCDE_SUE_ERR =24 ,
- PBAFIR_BCDE_UE_ERR =25 ,
- PBAFIR_BCDE_CE =26 ,
- PBAFIR_BCDE_OCI_DATERR =27 ,
- PBAFIR_INTERNAL_ERR =28 ,
- PBAFIR_ILLEGAL_CACHE_OP =29 ,
- PBAFIR_OCI_BAD_REG_ADDR =30 ,
- PBAFIR_AXPUSH_WRERR =31 ,
- PBAFIR_AXRCV_DLO_ERR =32 ,
- PBAFIR_AXRCV_DLO_TO =33 ,
- PBAFIR_AXRCV_RSVDATA_TO =34 ,
- PBAFIR_AXFLOW_ERR =35 ,
- PBAFIR_AXSND_DHI_RTYTO =36 ,
- PBAFIR_AXSND_DLO_RTYTO =37 ,
- PBAFIR_AXSND_RSVTO =38 ,
- PBAFIR_AXSND_RSVERR =39 ,
- PBAFIR_PB_ACKDEAD_FW_WR =40 ,
- PBAFIR_RESERVED_41 =41 ,
- PBAFIR_RESERVED_42 =42 ,
- PBAFIR_RESERVED_43 =43 ,
- PBAFIR_FIR_PARITY_ERR2 =44 ,
- PBAFIR_FIR_PARITY_ERR =45
- };
-
-
+
FAPI_DBG("Executing p8_pm_pba_firinit ....");
do
{
OpenPOWER on IntegriCloud