Skip to content

Commit

Permalink
Remove some debug trace from p9c_mss_draminit_training_adv code
Browse files Browse the repository at this point in the history
Change-Id: Idb5a31b9e67f197ee5a66d6d2888d57824f76cd5
CQ:SW449551
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68008
Reviewed-by: BRIANA E. FOXWORTH <befoxwor@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68016
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 Oct 30, 2018
1 parent 44f196d commit 59b8444
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2935,8 +2935,8 @@ fapi2::ReturnCode mss_ddr4_rtt_nom_rtt_wr_swap(
l_dram_rtt_nom[i_port_number][l_dimm][l_dimm_rank]));

FAPI_TRY(l_address_16.extract(l_addr16_print2, 0, 16));
FAPI_INF("Modified MR1 to have RTT_WR's value in RTT_NOM");
FAPI_INF("Printing before 0x%04x and after 0x%04x", l_addr16_print1, l_addr16_print2);
FAPI_DBG("Modified MR1 to have RTT_WR's value in RTT_NOM");
FAPI_DBG("Printing before 0x%04x and after 0x%04x", l_addr16_print1, l_addr16_print2);
}
else
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,6 @@ extern "C" {

//Execute the CCS array
FAPI_INF("Executing the CCS array\n");
FAPI_INF("mss_ddr4_setup_pda: Number of polls: %d, wait timer: %d", NUM_POLL, WAIT_TIMER);
FAPI_TRY(mss_execute_ccs_inst_array (i_target, NUM_POLL, WAIT_TIMER));
io_ccs_inst_cnt = 0;

Expand Down Expand Up @@ -1525,7 +1524,6 @@ extern "C" {

//Execute the CCS array
FAPI_INF("Executing the CCS array\n");
FAPI_INF("mss_ddr4_run_pda_by_dimm_rank: Number of polls: %d, wait timer: %d", NUM_POLL, WAIT_TIMER);
FAPI_TRY(mss_execute_ccs_inst_array (i_target, NUM_POLL, WAIT_TIMER));
io_ccs_inst_cnt = 0;

Expand Down Expand Up @@ -1791,7 +1789,6 @@ extern "C" {

//Execute the CCS array
FAPI_INF("Executing the CCS array\n");
FAPI_INF("mss_ddr4_run_pda_by_dimm_rank: Number of polls: %d, wait timer: %d", NUM_POLL, WAIT_TIMER);
FAPI_TRY(mss_execute_ccs_inst_array (i_target, NUM_POLL, WAIT_TIMER));

//loops through and clears out the storage class
Expand Down Expand Up @@ -2224,7 +2221,6 @@ extern "C" {

//Execute the CCS array
FAPI_INF("Executing the CCS array\n");
FAPI_INF("mss_ddr4_disable_pda: Number of polls: %d, wait timer: %d", NUM_POLL, WAIT_TIMER);
FAPI_TRY(mss_execute_ccs_inst_array (i_target, NUM_POLL, WAIT_TIMER));

//Disable CCS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ fapi2::ReturnCode mss_execute_ccs_inst_array(
fapi2::delay(i_wait_timer, i_wait_timer);
}

FAPI_INF("CCS Executed Polling %d times.", l_count);
FAPI_DBG("CCS Executed Polling %d times.", l_count);

if (l_status == MSS_STAT_QUERY_FAIL)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,6 @@ extern "C"
for(l_bit = 0; l_bit < MAX_BITS; l_bit++)
{
l_dq = 8 * l_byte + 4 * l_nibble + l_bit;
FAPI_INF("Before access call");
FAPI_TRY(mss_access_delay_reg_schmoo(i_target, l_access_type_e, l_p, i_rnk, l_input_type_e, l_dq, 0, val));
SHMOO.MBA.P[l_p].S[i_rnk].K.nom_val[l_dq] = val;
SHMOO.MBA.P[l_p].S[i_rnk].K.rb_regval[l_dq] = val;
Expand All @@ -1088,7 +1087,7 @@ extern "C"
}
}

FAPI_INF("get all noms done");
FAPI_DBG("get all noms done");

fapi_try_exit:
return fapi2::current_err;
Expand Down Expand Up @@ -1429,7 +1428,7 @@ extern "C"
uint8_t l_i = 0;
uint8_t l_flag_p0 = 0;
uint8_t l_flag_p1 = 0;
FAPI_INF("Inside - Binary Schmoo FW - %d", scenario);
FAPI_DBG("Inside - Binary Schmoo FW - %d", scenario);
uint8_t l_p = 0;
uint8_t rank = 0;
uint8_t l_rank = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ extern "C"

}

FAPI_INF("Inside strcmp sl0");
l_sbit = 24;
l_value = i;
FAPI_TRY(fapi2::getScom(i_target_mba, CEN_MBA_MCBAMR0A0Q, l_data_buffer_64));
Expand All @@ -885,7 +884,7 @@ extern "C"
}

//------ Setting Start and end addr counters
FAPI_INF("Debug - --------------- Setting Start and End Counters -----------\n");
FAPI_DBG("--------------- Setting Start and End Counters -----------\n");
l_data_buffer_rd64.flush<0>();
FAPI_TRY(fapi2::putScom(i_target_mba, CEN_MBA_MCBSSARA0Q, l_data_buffer_rd64));
l_value = i + 1;
Expand Down

0 comments on commit 59b8444

Please sign in to comment.