Skip to content

Commit

Permalink
Fix seg fault on DQS alignment workaround fault
Browse files Browse the repository at this point in the history
Change-Id: If60a93053b8771750e85c46b3c024e8a18ebee3d
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40728
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Dev-Ready: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40730
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
JacobHarvey authored and dcrowell77 committed May 23, 2017
1 parent 4908826 commit 34e2682
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Expand Up @@ -513,8 +513,7 @@ fapi2::ReturnCode dqs_align_workaround(const fapi2::Target<fapi2::TARGET_TYPE_MC
.set_NUM_LOOPS(l_num_loops)
.set_RP(i_rp)
.set_ABORT_ON_ERROR(i_abort_on_error)
.set_TARGET_WITH_REGISTERS(i_target)
.set_TARGET_WITH_REGISTERS(i_target),
.set_MCA_TARGET(i_target),
"%s i_rp %lu DQS workaround failed! 10 loops reached without everything passing",
mss::c_str(i_target), i_rp);

Expand Down
Expand Up @@ -209,21 +209,21 @@
<ffdc>ABORT_ON_ERROR</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_DRAMINIT_TRAINING_FAILURE_DISABLE_REGS</id>
<target>TARGET_WITH_REGISTERS</target>
<target>MCA_TARGET</target>
<targetType>TARGET_TYPE_MCA</targetType>
</collectRegisterFfdc>
<collectRegisterFfdc>
<id>REG_FFDC_MSS_DRAMINIT_TRAINING_ERROR_STATUS</id>
<target>TARGET_WITH_REGISTERS</target>
<target>MCA_TARGET</target>
<targetType>TARGET_TYPE_MCA</targetType>
</collectRegisterFfdc>
<callout>
<target>TARGET_IN_ERROR</target>
<priority>LOW</priority>
<target>MCA_TARGET</target>
<priority>HIGH</priority>
</callout>
<callout>
<procedure>CODE</procedure>
<priority>HIGH</priority>
<priority>MEDIUM</priority>
</callout>
</hwpError>

Expand Down

0 comments on commit 34e2682

Please sign in to comment.