From c9613b312be0600491ffb367aa71a97cb0216949 Mon Sep 17 00:00:00 2001 From: Mike Baiocchi Date: Thu, 18 Dec 2014 00:28:23 -0600 Subject: Support for i2cResetMasters for all existing I2C Masters This change supports resetting any I2C Master of a processor or memory buffer that has a device off of one of its engines. Change-Id: I2849d3c3d1901489310547ad06ba568aaab32a60 RTC: 115834 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14967 Tested-by: Jenkins Server Reviewed-by: WILLIAM G. HOFFA Reviewed-by: Daniel M. Crowell Reviewed-by: Andrew J. Geissler Reviewed-by: A. Patrick Williams III --- src/usr/hwas/hostbootIstep.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr/hwas') diff --git a/src/usr/hwas/hostbootIstep.C b/src/usr/hwas/hostbootIstep.C index 47a961c63..2687c53ec 100644 --- a/src/usr/hwas/hostbootIstep.C +++ b/src/usr/hwas/hostbootIstep.C @@ -96,11 +96,12 @@ void* host_init_fsi( void *io_pArgs ) break; } - l_errl = I2C::i2cResetMasters(I2C::I2C_RESET_PROC_ALL); + l_errl = I2C::i2cResetMasters(I2C::I2C_RESET_ALL, false); if (l_errl) { // Commit this error errlCommit( l_errl, HWPF_COMP_ID ); + l_errl = NULL; break; } -- cgit v1.2.1