summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/mdia
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2013-04-27 22:12:56 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-06-11 09:11:25 -0500
commit25a05966a93786736212b4f35aa84929423a48e4 (patch)
tree3be7d985ec3938b43671ff01e93ff8db5eae9de1 /src/usr/diag/mdia
parentbb2e9e1adac63e8b12c881b546b757f8d8de5697 (diff)
downloadtalos-hostboot-25a05966a93786736212b4f35aa84929423a48e4.tar.gz
talos-hostboot-25a05966a93786736212b4f35aa84929423a48e4.zip
PRD: TD controller for MDIA
Change-Id: I6453a1fef37cbd7f9d3c105af8349688ad62c0c2 RTC: 22866 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4248 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4935
Diffstat (limited to 'src/usr/diag/mdia')
-rw-r--r--src/usr/diag/mdia/mdiasm.C8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/diag/mdia/mdiasm.C b/src/usr/diag/mdia/mdiasm.C
index 512a20265..893fffcda 100644
--- a/src/usr/diag/mdia/mdiasm.C
+++ b/src/usr/diag/mdia/mdiasm.C
@@ -585,8 +585,12 @@ errlHndl_t StateMachine::doMaintCommand(WorkFlowProperties & i_wfp)
uint64_t timeout = 60000000000;
errlHndl_t err = NULL;
- uint64_t stopCondition = mss_MaintCmd::STOP_ON_END_ADDRESS
- | mss_MaintCmd::ENABLE_CMD_COMPLETE_ATTENTION;
+ uint64_t stopCondition =
+ mss_MaintCmd::STOP_END_OF_RANK |
+ mss_MaintCmd::STOP_ON_MPE |
+ mss_MaintCmd::STOP_ON_UE |
+ mss_MaintCmd::STOP_ON_END_ADDRESS |
+ mss_MaintCmd::ENABLE_CMD_COMPLETE_ATTENTION;
uint64_t workItem;
bool restart;
OpenPOWER on IntegriCloud