summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-06-11 12:54:24 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-06-12 10:35:05 -0500
commit12ef1ffdc34ad61b2442f369163fbef55c8a8802 (patch)
treeb30d43b2291684ca8d7080645e79cbe633a8b20f /src/import/chips/ocmb/explorer/procedures/hwp/memory/lib
parent1a8e06d43d362217d1c1dfcc95c0e3d73758125f (diff)
downloadtalos-hostboot-12ef1ffdc34ad61b2442f369163fbef55c8a8802.tar.gz
talos-hostboot-12ef1ffdc34ad61b2442f369163fbef55c8a8802.zip
Make some FAPI_INF traces that are spamming FW logs into FAPI_DBG
In testing this change has removed ~56k lines from the HBFW trace log. In general these traces are not really needed but they can still be turned on if we are seeing problems. Change-Id: I86db95070eed4eb8a45cebb0f918009dd5d37996 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78755 Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@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: PPE CI <ppe-ci+hostboot@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/78779 Reviewed-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/i2c/exp_i2c.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/i2c/exp_i2c.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/i2c/exp_i2c.H
index b99c6fecf..18bc4b808 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/i2c/exp_i2c.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/i2c/exp_i2c.H
@@ -153,7 +153,7 @@ inline fapi2::ReturnCode get_fw_status(const fapi2::Target<fapi2::TARGET_TYPE_OC
// Get data and check for errors
FAPI_TRY(fapi2::getI2c(i_target, l_size, l_cmd_id, o_data));
- FAPI_INF( "status returned ( 5 bytes ) : 0x%.02X 0x%.02X 0x%.02X 0x%.02X 0x%.02X",
+ FAPI_DBG( "status returned ( 5 bytes ) : 0x%.02X 0x%.02X 0x%.02X 0x%.02X 0x%.02X",
o_data[0], o_data[1] , o_data[2], o_data[3], o_data[4]);
fapi_try_exit:
return fapi2::current_err;
OpenPOWER on IntegriCloud