summaryrefslogtreecommitdiffstats
path: root/src/include/usr/fsi/fsiif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/fsi/fsiif.H')
-rw-r--r--src/include/usr/fsi/fsiif.H11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/include/usr/fsi/fsiif.H b/src/include/usr/fsi/fsiif.H
index f6cd8dcb9..8d1b5f15b 100644
--- a/src/include/usr/fsi/fsiif.H
+++ b/src/include/usr/fsi/fsiif.H
@@ -67,9 +67,10 @@ bool isSlavePresent( TARGETING::Target* i_target );
*/
enum fsiFFDCType_t
{
- FFDC_PRESENCE_FAIL = 0,
- FFDC_READWRITE_FAIL = 1,
- FFDC_PIB_FAIL = 2
+ FFDC_PRESENCE_FAIL = 0,
+ FFDC_READWRITE_FAIL = 1,
+ FFDC_PIB_FAIL = 2,
+ FFDC_OPB_FAIL = 3,
};
/**
@@ -77,7 +78,9 @@ enum fsiFFDCType_t
*
* @param[in] i_ffdc_type Type of FFDC to add
* @param[in/out] i_log Error Log to add FFDC to
- * @param[in] i_target FSI Target
+ * @param[in] i_target Chip Target, for OPB_FAIL this should
+ * be the FSI Master, otherwise it should be the target of
+ * the FSI operation (i.e. the FSI Slave)
*
* @return void
*/
OpenPOWER on IntegriCloud