summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_funcs.C4
-rwxr-xr-xsrc/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_pda.C4
-rwxr-xr-xsrc/import/chips/centaur/procedures/hwp/memory/p9c_mss_funcs.C2
-rwxr-xr-xsrc/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C5
-rw-r--r--src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist_address.C3
5 files changed, 6 insertions, 12 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_funcs.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_funcs.C
index a3b8190dc..c09887ff7 100755
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_funcs.C
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_funcs.C
@@ -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
{
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_pda.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_pda.C
index 1f7f86391..3cb9b6d15 100755
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_pda.C
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_ddr4_pda.C
@@ -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;
@@ -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;
@@ -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
@@ -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
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_funcs.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_funcs.C
index 657366923..23ef5c9a5 100755
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_funcs.C
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_funcs.C
@@ -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)
{
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C
index 41b3ac822..8a2553a89 100755
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.C
@@ -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;
@@ -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;
@@ -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;
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist_address.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist_address.C
index 82f6255e3..386d95abf 100644
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist_address.C
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist_address.C
@@ -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));
@@ -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;
OpenPOWER on IntegriCloud