summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2016-04-18 05:02:37 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-10 15:11:49 -0400
commitd1b7166669d696f57ce8ceb3f67c25bdb9ff7446 (patch)
tree71d9adb28aaeff0ee91947929d7f20f8cdf73232 /src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C
parent54407ac9cfe1c28270089e8b58752f8de50418e9 (diff)
downloadtalos-hostboot-d1b7166669d696f57ce8ceb3f67c25bdb9ff7446.tar.gz
talos-hostboot-d1b7166669d696f57ce8ceb3f67c25bdb9ff7446.zip
p9_pm_occ_firinit: Level 2 : Fapi1.0 to Fapi2.0 transliteration
Change-Id: Ie058bf6fe891214357072ee111d54aefae8605a1 RTC: 136789 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23343 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25640 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C94
1 files changed, 47 insertions, 47 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C
index bf04f18b9..468245df1 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C
@@ -20,7 +20,7 @@
/// @file p9_pm_pba_firinit.C
/// @brief Configures the PBA LFIR, Mask and Action
///
-// *HWP HWP Owner: Jim Yacynych <jimyac@us.ibm.com>
+// *HWP HWP Owner: Greg Still <stillgs@us.ibm.com>
// *HWP FW Owner: Sangeetha T S <sangeet2@in.ibm.com>
// *HWP Team: PM
// *HWP Level: 2
@@ -54,52 +54,52 @@
enum PBA_FIR_BITS
{
- PBAFIR_OCI_APAR_ERR,
- PBAFIR_PB_RDADRERR_FW,
- PBAFIR_PB_RDDATATO_FW,
- PBAFIR_PB_SUE_FW,
- PBAFIR_PB_UE_FW,
- PBAFIR_PB_CE_FW,
- PBAFIR_OCI_SLAVE_INIT,
- PBAFIR_OCI_WRPAR_ERR,
- PBAFIR_OCI_REREQTO,
- PBAFIR_PB_UNEXPCRESP,
- PBAFIR_PB_UNEXPDATA,
- PBAFIR_PB_PARITY_ERR,
- PBAFIR_PB_WRADRERR_FW,
- PBAFIR_PB_BADCRESP,
- PBAFIR_PB_ACKDEAD_FW_RD,
- PBAFIR_PB_CRESPTO,
- PBAFIR_BCUE_SETUP_ERR,
- PBAFIR_BCUE_PB_ACK_DEAD,
- PBAFIR_BCUE_PB_ADRERR,
- PBAFIR_BCUE_OCI_DATERR,
- PBAFIR_BCDE_SETUP_ERR,
- PBAFIR_BCDE_PB_ACK_DEAD,
- PBAFIR_BCDE_PB_ADRERR,
- PBAFIR_BCDE_RDDATATO_ERR,
- PBAFIR_BCDE_SUE_ERR,
- PBAFIR_BCDE_UE_ERR,
- PBAFIR_BCDE_CE,
- PBAFIR_BCDE_OCI_DATERR,
- PBAFIR_INTERNAL_ERR,
- PBAFIR_ILLEGAL_CACHE_OP,
- PBAFIR_OCI_BAD_REG_ADDR,
- PBAFIR_AXPUSH_WRERR,
- PBAFIR_AXRCV_DLO_ERR,
- PBAFIR_AXRCV_DLO_TO,
- PBAFIR_AXRCV_RSVDATA_TO,
- PBAFIR_AXFLOW_ERR,
- PBAFIR_AXSND_DHI_RTYTO,
- PBAFIR_AXSND_DLO_RTYTO,
- PBAFIR_AXSND_RSVTO,
- PBAFIR_AXSND_RSVERR,
- PBAFIR_PB_ACKDEAD_FW_WR,
- PBAFIR_RESERVED_41,
- PBAFIR_RESERVED_42,
- PBAFIR_RESERVED_43,
- PBAFIR_FIR_PARITY_ERR2,
- PBAFIR_FIR_PARITY_ERR
+ 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
};
// ----------------------------------------------------------------------
OpenPOWER on IntegriCloud