diff options
| author | Thi Tran <thi@us.ibm.com> | 2014-03-10 21:16:19 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-03-13 14:15:50 -0500 |
| commit | d3e0c2448c437fd98298c7f5845be064802cf77b (patch) | |
| tree | a9453c60c000c6155f30e395f7c25250ccca48d1 /src/include/usr/hwpf | |
| parent | f623fb28431226a2a0d9e420473c5d855b727f75 (diff) | |
| download | blackbird-hostboot-d3e0c2448c437fd98298c7f5845be064802cf77b.tar.gz blackbird-hostboot-d3e0c2448c437fd98298c7f5845be064802cf77b.zip | |
INITPROC: Hostboot SW249600 JEMT orfp1 maint cmd complete analysis failed
Change-Id: I79eab7a6e0e75bd85962ff1df062f79142344a40
CQ:SW249600
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9467
Tested-by: Jenkins Server
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf')
| -rw-r--r-- | src/include/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.H b/src/include/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.H index ec2aa79ac..9c1031189 100644 --- a/src/include/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.H +++ b/src/include/usr/hwpf/hwp/utility_procedures/mss_maint_cmds.H @@ -20,7 +20,7 @@ /* Origin: 30 */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: mss_maint_cmds.H,v 1.20 2014/02/20 20:52:15 bellows Exp $ +// $Id: mss_maint_cmds.H,v 1.21 2014/03/08 04:03:27 gollub Exp $ //------------------------------------------------------------------------------ // Don't forget to create CVS comments when you check in your changes! //------------------------------------------------------------------------------ @@ -58,7 +58,7 @@ // | | | ENABLE_CMD_COMPLETE_ATTENTION_ON_CLEAN_AND_ERROR // 1.19 | 02/07/14 |adityamd | Added support to mss_restore_DRAM_repairs to be accessed at Standby // 1.20 | 02/20/14 |bellows | RAS update from repairs at standby - +// 1.21 | 03/07/14 | gollub | mss_restore_DRAM_repairs_asm: changed i_standby_flag to bool #ifndef _MSS_MAINT_CMDS_H #define _MSS_MAINT_CMDS_H @@ -1094,7 +1094,7 @@ static const uint8_t mss_x8_chip_mark_to_centaurDQ[18][2]={ fapi::ReturnCode mss_restore_DRAM_repairs_asm( const fapi::Target & i_target, uint8_t & o_repairs_applied, uint8_t & o_repairs_exceeded, - uint8_t i_standby_flag, + bool i_standby_flag, struct repair_count &o_repair_count); |

