Skip to content

Commit

Permalink
Fix alignment of exp_draminit training response display
Browse files Browse the repository at this point in the history
Change-Id: I16ba7826fd3af5199e8921aa090cd8748e8a0b8f
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79391
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Reviewed-by: RYAN P. KING <rpking@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: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79416
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: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
stermole authored and crgeddes committed Jun 26, 2019
1 parent 1dc1762 commit 6a07592
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -260,7 +260,7 @@ fapi2::ReturnCode display_response_timing(const fapi2::Target<fapi2::TARGET_TYPE
FAPI_INF("%s DFIMRL_DDRCLK_trained: %u", mss::c_str(i_target), i_training_info.tm_resp.DFIMRL_DDRCLK_trained);

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

for(uint8_t l_rank_n = 0; l_rank_n < l_num_rank_per_ocmb; ++l_rank_n)
{
Expand All @@ -270,7 +270,7 @@ fapi2::ReturnCode display_response_timing(const fapi2::Target<fapi2::TARGET_TYPE
}

// WR to WR
FAPI_DBG("%s WR-to-WR : 0 1 2 3", mss::c_str(i_target));
FAPI_DBG("%s WR-to-WR : 0 1 2 3", mss::c_str(i_target));

for(uint8_t l_rank_n = 0; l_rank_n < l_num_rank_per_ocmb; ++l_rank_n)
{
Expand All @@ -280,7 +280,7 @@ fapi2::ReturnCode display_response_timing(const fapi2::Target<fapi2::TARGET_TYPE
}

// WR to RD
FAPI_DBG("%s WR-to-RD : 0 1 2 3", mss::c_str(i_target));
FAPI_DBG("%s WR-to-RD : 0 1 2 3", mss::c_str(i_target));

for(uint8_t l_rank_n = 0; l_rank_n < l_num_rank_per_ocmb; ++l_rank_n)
{
Expand All @@ -290,7 +290,7 @@ fapi2::ReturnCode display_response_timing(const fapi2::Target<fapi2::TARGET_TYPE
}

// RD to WR
FAPI_DBG("%s RD-to-WR : 0 1 2 3", mss::c_str(i_target));
FAPI_DBG("%s RD-to-WR : 0 1 2 3", mss::c_str(i_target));

for(uint8_t l_rank_n = 0; l_rank_n < l_num_rank_per_ocmb; ++l_rank_n)
{
Expand Down

0 comments on commit 6a07592

Please sign in to comment.