Skip to content

Commit

Permalink
Restore ATTR_CEN_SCHMOO_MULTIPLE_SETUP_CALL after shmoos to fix maski…
Browse files Browse the repository at this point in the history
…ng errors

Change-Id: I3b1cbe4955da147ffa148d37c2126a782d06cafc
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59725
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Dev-Ready: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59729
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
stermole authored and dcrowell77 committed Jun 2, 2018
1 parent 45f2052 commit 1d21270
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,8 @@ fapi2::ReturnCode wr_vref_shmoo_ddr4(const fapi2::Target<fapi2::TARGET_TYPE_MBA>
l_right_margin);
}

FAPI_INF("Restoring mcbist setup attribute...");
FAPI_TRY(reset_attribute(i_target_mba));
fapi_try_exit:
return fapi2::current_err;
}
Expand Down Expand Up @@ -1324,6 +1326,8 @@ fapi2::ReturnCode wr_vref_shmoo_ddr4_bin(const fapi2::Target<fapi2::TARGET_TYPE_
FAPI_TRY(fapi2::getScom(i_target_mba, CEN_MBA_MBSPAMSKQ, l_data_buffer_64));
l_data_buffer_64.clearBit<10>();

FAPI_INF("Restoring mcbist setup attribute...");
FAPI_TRY(reset_attribute(i_target_mba));
//Read the write vref attributes
fapi_try_exit:
return fapi2::current_err;
Expand Down

0 comments on commit 1d21270

Please sign in to comment.