summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas
diff options
context:
space:
mode:
authorMike Baiocchi <baiocchi@us.ibm.com>2014-12-18 00:28:23 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-12-18 20:15:35 -0600
commitc9613b312be0600491ffb367aa71a97cb0216949 (patch)
treed72023d667a56db1d539b5872b294a3f3edd8d12 /src/usr/hwas
parentfcb898b6a85622e0285913a3e61c8d70814d9375 (diff)
downloadtalos-hostboot-c9613b312be0600491ffb367aa71a97cb0216949.tar.gz
talos-hostboot-c9613b312be0600491ffb367aa71a97cb0216949.zip
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 <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas')
-rw-r--r--src/usr/hwas/hostbootIstep.C3
1 files changed, 2 insertions, 1 deletions
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;
}
OpenPOWER on IntegriCloud