|
22 | 22 | /* permissions and limitations under the License. */ |
23 | 23 | /* */ |
24 | 24 | /* 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 $ |
26 | 26 | // $Source: /afs/awd/projects/eclipz/KnowledgeBase/.cvsroot/eclipz/chips/centaur/working/procedures/ipl/fapi/mss_generic_shmoo.C,v $ |
27 | 27 | // *!*************************************************************************** |
28 | 28 | // *! (C) Copyright International Business Machines Corp. 1997, 1998 |
|
42 | 42 | //------------------------------------------------------------------------------ |
43 | 43 | // Version:|Author: | Date: | Comment: |
44 | 44 | // --------|--------|---------|-------------------------------------------------- |
| 45 | +// 1.112 |preeragh|29-MAR-16| Print Target Info Sanity checks |
45 | 46 | // 1.109 |sglancy |08-MAR-16| Fixed compile error |
46 | 47 | // 1.108 |sglancy |07-MAR-16| Updated for box shmoo |
47 | 48 | // 1.107 |preeragh|13-Nov-15| Run Shmoos Only on Master Ranks 256GB 3DTSV |
@@ -616,7 +617,7 @@ extern "C" |
616 | 617 | //////////////// 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 ... |
617 | 618 | if (l_memory_health) |
618 | 619 | { |
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(), |
620 | 621 | l_faulted_port, l_faulted_rank, l_faulted_dimm); |
621 | 622 | const fapi::Target & MBA_CHIPLET = i_target; |
622 | 623 | const uint8_t & MBA_PORT_NUMBER = l_faulted_port; |
|
0 commit comments