summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-04-17 10:02:41 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-04-18 17:23:53 -0400
commit5e142e95923e84db0bb07e1b6ca85bc39eb3408b (patch)
tree34195715798c32eedd720d235692cff906dd0e76
parent3c368848cf5e4ac3d585f3a56e7131fca08e88cb (diff)
downloadtalos-hostboot-5e142e95923e84db0bb07e1b6ca85bc39eb3408b.tar.gz
talos-hostboot-5e142e95923e84db0bb07e1b6ca85bc39eb3408b.zip
Reduce Console Output Trace from PNOR component in OpenPower
I found that these TRACFCOMPs were adding thousands of lines to my console output and they are benign good-path traces. I have changed them to TRACDCOMPs. Change-Id: Ia5939bfa6eb4b6efa6587ff577c76e5824b38c75 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57359 Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> 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>
-rw-r--r--src/usr/pnor/ast_mboxdd.C4
-rw-r--r--src/usr/pnor/pnor_mboxdd.C4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/pnor/ast_mboxdd.C b/src/usr/pnor/ast_mboxdd.C
index 19d3f4f90..f8b4768dd 100644
--- a/src/usr/pnor/ast_mboxdd.C
+++ b/src/usr/pnor/ast_mboxdd.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -350,7 +350,7 @@ errlHndl_t astMbox::doMessage(mboxMessage& io_msg)
ERRORLOG::errlCommit(l_lpc_err, PNOR_COMP_ID);
}
- TRACFCOMP( g_trac_pnor, EXIT_MRK "astMboxDD::doMessage() resp=0x%02x",
+ TRACDCOMP( g_trac_pnor, EXIT_MRK "astMboxDD::doMessage() resp=0x%02x",
io_msg.iv_resp );
return l_err;
}
diff --git a/src/usr/pnor/pnor_mboxdd.C b/src/usr/pnor/pnor_mboxdd.C
index be8343433..0e82b1a7b 100644
--- a/src/usr/pnor/pnor_mboxdd.C
+++ b/src/usr/pnor/pnor_mboxdd.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2017 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -347,7 +347,7 @@ errlHndl_t PnorDD::adjustMboxWindow(bool i_isWrite, uint32_t i_reqAddr,
- l_pos;
}
- TRACFCOMP(g_trac_pnor, "astMboxDD::adjustMboxWindow opening %s window at 0x%08x"
+ TRACDCOMP(g_trac_pnor, "astMboxDD::adjustMboxWindow opening %s window at 0x%08x"
" for addr 0x%08x req_size 0x%08x",
i_isWrite ? "write" : "read", l_pos, i_reqAddr, l_reqSize);
OpenPOWER on IntegriCloud