summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-08-13 21:03:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-29 10:30:25 -0400
commitbcb755c898aab3a0aa97df53f97ba1989fb223f0 (patch)
treeb2af3121afb279bd0b4cc6ae740774ebbaf12f34 /src/usr/isteps/istep14
parentf54485747a6669f7bd33c021f46c9d8a28145b9e (diff)
downloadtalos-hostboot-bcb755c898aab3a0aa97df53f97ba1989fb223f0.tar.gz
talos-hostboot-bcb755c898aab3a0aa97df53f97ba1989fb223f0.zip
cumulus: changes to boot simics all the way to test cases
Change-Id: Ibc62f59635db28e50197139276b9b4c6b59ccc3e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44768 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14')
-rw-r--r--src/usr/isteps/istep14/call_mss_memdiag.C11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/usr/isteps/istep14/call_mss_memdiag.C b/src/usr/isteps/istep14/call_mss_memdiag.C
index 46793b35d..949cd731f 100644
--- a/src/usr/isteps/istep14/call_mss_memdiag.C
+++ b/src/usr/isteps/istep14/call_mss_memdiag.C
@@ -143,11 +143,12 @@ void* call_mss_memdiag (void* io_pArgs)
}
else if ( MODEL_CUMULUS == procType )
{
- TargetHandleList trgtList; getAllChiplets( trgtList, TYPE_MBA );
-
- // Start Memory Diagnostics
- errl = __runMemDiags( trgtList );
- if ( nullptr != errl ) break;
+//@TODO RTC:175770
+// TargetHandleList trgtList; getAllChiplets( trgtList, TYPE_MBA );
+//
+// // Start Memory Diagnostics
+// errl = __runMemDiags( trgtList );
+// if ( nullptr != errl ) break;
// No need to unmask or turn off FIFO. That is already contained
// within the other Centaur HWPs.
OpenPOWER on IntegriCloud