summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbeio
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/sbeio')
-rw-r--r--src/include/usr/sbeio/sbeioif.H13
-rw-r--r--src/include/usr/sbeio/sbeioreasoncodes.H1
2 files changed, 14 insertions, 0 deletions
diff --git a/src/include/usr/sbeio/sbeioif.H b/src/include/usr/sbeio/sbeioif.H
index 3e3a3dbae..69b67b131 100644
--- a/src/include/usr/sbeio/sbeioif.H
+++ b/src/include/usr/sbeio/sbeioif.H
@@ -168,6 +168,19 @@ namespace SBEIO
errlHndl_t sendFifoReset(TARGETING::Target * i_target);
/**
+ * @brief Get the SBE FFDC. Request that SBE retrieve the SBE FFDC
+ *
+ * @param[in] i_procChip The proc from which to get the SBE FFDC
+ * @param[out] o_pFifoResponse Pointer to response
+ * @param[in] i_responseSize Size of response in bytes
+ *
+ * @return errlHndl_t Error log handle on failure.
+ *
+ */
+ errlHndl_t getFifoSBEFFDC(TARGETING::Target *i_procChip,
+ uint32_t *o_pFifoResponse,
+ uint32_t &i_responseSize);
+ /**
* @brief Set the FFDC address for the SBE so it is aware of the FFDC buffer
* and its size and it is aware of the SBE Communication buffer and
* its size
diff --git a/src/include/usr/sbeio/sbeioreasoncodes.H b/src/include/usr/sbeio/sbeioreasoncodes.H
index 4a6200ccc..fa495eb44 100644
--- a/src/include/usr/sbeio/sbeioreasoncodes.H
+++ b/src/include/usr/sbeio/sbeioreasoncodes.H
@@ -50,6 +50,7 @@ enum sbeioModuleId
SBEIO_RUNTIME = 0x05,
SBEIO_MEM_REGION = 0x06,
SBEIO_RUNTIME_ATTR_OVERRIDE = 0x07,
+ SBEIO_FIFO_GET_SBE_FFDC = 0x08,
};
/**
OpenPOWER on IntegriCloud