summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2012-03-21 15:56:09 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-24 09:44:54 -0500
commitf4e49418fd0743ab0d143f0ab3c505baefe58bfa (patch)
tree9301803411743f6e31bd4617e76ea54376c58f54 /src/include/usr
parent5ac7921a5f77d7d33e7cc86f91522de4751f98b0 (diff)
downloadtalos-hostboot-f4e49418fd0743ab0d143f0ab3c505baefe58bfa.tar.gz
talos-hostboot-f4e49418fd0743ab0d143f0ab3c505baefe58bfa.zip
Initial memory diagnostics entry point support.
This is a first take at the memory diagnostics entry point function; the function called by the istep dispatcher. Change-Id: Id99b05e13dd723cea574e993a3cfc6e298f475b8 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/784 Tested-by: Jenkins Server Reviewed-by: LARINA M. DSOUZA <larsouza@in.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/diag/mdia/mdia.H8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/include/usr/diag/mdia/mdia.H b/src/include/usr/diag/mdia/mdia.H
index 2cc587604..45543d524 100644
--- a/src/include/usr/diag/mdia/mdia.H
+++ b/src/include/usr/diag/mdia/mdia.H
@@ -24,6 +24,7 @@
#define __MDIA_MDIA_H
#include <errl/errlentry.H>
+#include <targeting/target.H>
/**
* @file mdia.H
@@ -37,7 +38,10 @@ namespace MDIA
/**
* @brief runStep istep dispatcher entry point.
*
- * execute the memory diagnostics ipl step
+ * execute the memory diagnostics ipl step on a single mba
+ * or a list of mbas
+ *
+ * @param[in] i_targetList the targets on which to run diagnostics
*
* @return errlHndl_t. Error log handle.
* @retval 0 no errors
@@ -46,7 +50,7 @@ namespace MDIA
* @pre memory ready to hold data, node free of attentions
* @post memory tested and initialized, ready to hold data
*/
-errlHndl_t runStep();
+errlHndl_t runStep(const TARGETING::TargetHandleList & i_targetList);
/**
* @brief processEvent prd callback
OpenPOWER on IntegriCloud