Skip to content

Commit efd9aae

Browse files
ibmthidcrowell77
authored andcommitted
SW348082: HWP: mss_draminit_training_advanced code updates
CQ:SW348082 Change-Id: I94b5cf4b7be8ca61cbbd3fd973b5f86786d6d1aa Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22851 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent dd17e6a commit efd9aae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/usr/hwpf/hwp/dram_training/mss_draminit_trainadv/mss_generic_shmoo.C

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/* permissions and limitations under the License. */
2323
/* */
2424
/* IBM_PROLOG_END_TAG */
25-
// $Id: mss_generic_shmoo.C,v 1.111 2016/03/25 14:15:04 sglancy Exp $
25+
// $Id: mss_generic_shmoo.C,v 1.112 2016/03/30 13:58:40 sasethur Exp $
2626
// $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/centaur/working/procedures/ipl/fapi/mss_generic_shmoo.C,v $
2727
// *!***************************************************************************
2828
// *! (C) Copyright International Business Machines Corp. 1997, 1998
@@ -42,6 +42,7 @@
4242
//------------------------------------------------------------------------------
4343
// Version:|Author: | Date: | Comment:
4444
// --------|--------|---------|--------------------------------------------------
45+
// 1.112 |preeragh|29-MAR-16| Print Target Info Sanity checks
4546
// 1.109 |sglancy |08-MAR-16| Fixed compile error
4647
// 1.108 |sglancy |07-MAR-16| Updated for box shmoo
4748
// 1.107 |preeragh|13-Nov-15| Run Shmoos Only on Master Ranks 256GB 3DTSV
@@ -616,7 +617,7 @@ extern "C"
616617
//////////////// changed the check condition ... The error call out need to gard the dimm=l_faulted_dimm(0 or 1) //// port=l_faulted_port(0 or 1) target=i_target ...
617618
if (l_memory_health)
618619
{
619-
FAPI_INF("generic_shmoo:sanity_check failed !! MCBIST failed on intial run , memory is not in good state needs investigation port=%d rank=%d dimm=%d",
620+
FAPI_INF("generic_shmoo:sanity_check failed !! MCBIST failed on %s initial run , memory is not in good state needs investigation port=%d rank=%d dimm=%d",i_target.toEcmdString(),
620621
l_faulted_port, l_faulted_rank, l_faulted_dimm);
621622
const fapi::Target & MBA_CHIPLET = i_target;
622623
const uint8_t & MBA_PORT_NUMBER = l_faulted_port;

0 commit comments

Comments
 (0)