Skip to content

Commit

Permalink
MDIA: temporarily disabled autonomic IPL in MDIA
Browse files Browse the repository at this point in the history
Change-Id: I54b80e04bfbaebc87d6df12d0411edac0f8f5ac6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35657
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Jan 31, 2017
1 parent 5f49d87 commit 5330378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/usr/diag/mdia/mdiamba.C
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2012,2016 */
/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -71,6 +71,7 @@ errlHndl_t getDiagnosticMode(
o_mode = ONE_PATTERN;
}

/* TODO RTC 168270
// Only need to check hw changed state attributes
// when not already set to exhaustive and not in simics
if(( NINE_PATTERNS != o_mode ) &&
Expand All @@ -81,6 +82,7 @@ errlHndl_t getDiagnosticMode(
o_mode = NINE_PATTERNS;
}
}
*/

} while(0);

Expand Down

0 comments on commit 5330378

Please sign in to comment.