Skip to content

Commit

Permalink
Fix DFIMRL_DDRCLK_trained draminit result display printout log level
Browse files Browse the repository at this point in the history
Change-Id: Id56caaf7e37cc5e7f4553267222a8d2fccdb2725
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89777
Reviewed-by: RYAN P KING <rpking@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/89797
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
markypizz authored and dcrowell77 committed Jan 29, 2020
1 parent da8e96e commit 00950f8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2019 */
/* Contributors Listed Below - COPYRIGHT 2019,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -265,7 +265,7 @@ inline fapi2::ReturnCode display_response_timing(const fapi2::Target<fapi2::TARG
FAPI_TRY(mss::rank::ranks_on_port<>(l_port, l_rank_info_vect));

// DFIMRL_DDRCLK_trained training result
FAPI_INF("%s DFIMRL_DDRCLK_trained: %u", mss::c_str(i_target), i_training_info.tm_resp.DFIMRL_DDRCLK_trained);
FAPI_MFG("%s DFIMRL_DDRCLK_trained: %u", mss::c_str(i_target), i_training_info.tm_resp.DFIMRL_DDRCLK_trained);

// RD to RD
FAPI_MFG("%s RD-to-RD : 0 1 2 3", mss::c_str(i_target));
Expand Down

0 comments on commit 00950f8

Please sign in to comment.