summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c/i2c.C
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-02-12 13:42:19 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-13 17:09:41 -0500
commit0bfdbce84ec94859d13e35b537cdbb0c3240945c (patch)
treee666e43126628f6762baf01bdeb9de9df909584b /src/usr/i2c/i2c.C
parent2a7e12d18b20055c4a1edace45bbcf6eca73234e (diff)
downloadblackbird-hostboot-0bfdbce84ec94859d13e35b537cdbb0c3240945c.tar.gz
blackbird-hostboot-0bfdbce84ec94859d13e35b537cdbb0c3240945c.zip
Update utilDeallocateTces and other TCE Cleanup
This commit removes the size parameter from utilDeallocateTces() as we should be able to use the token parameter to get back the saved size of the region. This commit also cleans up some other minor TCE issues and even fixes one I2C trace. Change-Id: I9ed5695d5ea13d89a22ace9593b5d9dc31a16736 RTC:168745 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53908 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/i2c.C')
-rwxr-xr-xsrc/usr/i2c/i2c.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/i2c/i2c.C b/src/usr/i2c/i2c.C
index 3b90515db..95074f82d 100755
--- a/src/usr/i2c/i2c.C
+++ b/src/usr/i2c/i2c.C
@@ -2980,8 +2980,8 @@ errlHndl_t i2cSendSlaveStop ( TARGETING::Target * i_target,
// Even though we don't see the Clock Line High, just
// trace a warning here and continue to send the 'stop' cmd
TRACFCOMP( g_trac_i2c, INFO_MRK"i2cSendSlaveStop(): "
- "Not seeing SCL High 0x%.16llX after 0x%X ns of "
- "polling (max=0x%X)",
+ "Not seeing SCL High 0x%.16llX after %d ns of "
+ "polling (max=%d)",
status_reg.value, delay_ns,
I2C_RESET_POLL_DELAY_TOTAL_NS );
}
OpenPOWER on IntegriCloud