summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.H')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.H b/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.H
index 000339b48..a520dac2f 100644
--- a/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.H
+++ b/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.H
@@ -172,20 +172,23 @@ class MemTdCtlr
* non-TD command to initialize iv_stoppedRank and iv_broadcastMode,
* which are used to indicate where the command should resume after
* targeted diagnostics is compete.
+ * @param i_addr Address in which the command stopped.
* @return Non-SUCCESS if an internal function fails, SUCCESS otherwise.
*/
- uint32_t initStoppedRank();
+ uint32_t initStoppedRank( const MemAddr & i_addr );
/**
* @brief This is called when handling a command complete attention for a
* non-TD command to check for ECC errors. This must be called after
* initStoppedRank() to ensure iv_stoppedRank is initialized.
+ * @param i_addr Address in which the command stopped.
* @param o_errorsFound True if errors where found and handled. False
* otherwise.
* @param io_sc The step code data struct.
* @return Non-SUCCESS if an internal function fails, SUCCESS otherwise.
*/
- uint32_t checkEcc( bool & o_errorsFound, STEP_CODE_DATA_STRUCT & io_sc );
+ uint32_t checkEcc( const MemAddr & i_addr, bool & o_errorsFound,
+ STEP_CODE_DATA_STRUCT & io_sc );
/**
* @brief This is called when handling a command complete attention for a
OpenPOWER on IntegriCloud