summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-05-22 14:00:57 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-29 10:38:46 -0500
commit33bccd985a80f44aeaf7592aaa995861169591a9 (patch)
treeb5635a4d2fd6b3a5a85aa26a9982ccea8c36c116 /src/usr/pnor
parent3dabc95cb3ef40f7069fe6dac41f4ae79c273aea (diff)
downloadblackbird-hostboot-33bccd985a80f44aeaf7592aaa995861169591a9.tar.gz
blackbird-hostboot-33bccd985a80f44aeaf7592aaa995861169591a9.zip
Clean up traces seen during Axone IPLs
This commit is an audit of the traces that have been added in Axone. This commit should remove ~32,000 lines of traces from hbTracMERG which were result from a few poorly placed trace statements. Also in this commit a few xml attribute are fixed which were causing errant traces. Change-Id: I6ddcfa449aa94e1c661dcf08ec1482be1d5b4b14 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77754 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Glenn Miles <milesg@ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor')
-rw-r--r--src/usr/pnor/pnor_sfcdd.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/pnor/pnor_sfcdd.C b/src/usr/pnor/pnor_sfcdd.C
index fe3f0cbae..a3d40d9b8 100644
--- a/src/usr/pnor/pnor_sfcdd.C
+++ b/src/usr/pnor/pnor_sfcdd.C
@@ -251,7 +251,7 @@ errlHndl_t PnorSfcDD::writeFlash(void* i_buffer,
size_t& io_buflen,
uint64_t i_address)
{
- TRACFCOMP(g_trac_pnor, ENTER_MRK"PnorSfcDD::writeFlash(i_address=0x%llx)> ", i_address);
+ TRACDCOMP(g_trac_pnor, ENTER_MRK"PnorSfcDD::writeFlash(i_address=0x%llx)> ", i_address);
errlHndl_t l_err = NULL;
do{
@@ -339,7 +339,7 @@ errlHndl_t PnorSfcDD::writeFlash(void* i_buffer,
{
io_buflen = 0;
}
- TRACFCOMP(g_trac_pnor,EXIT_MRK"PnorSfcDD::writeFlash(i_address=0x%llx)> io_buflen=%.8X", i_address, io_buflen);
+ TRACDCOMP(g_trac_pnor,EXIT_MRK"PnorSfcDD::writeFlash(i_address=0x%llx)> io_buflen=%.8X", i_address, io_buflen);
return l_err;
}
OpenPOWER on IntegriCloud