summaryrefslogtreecommitdiffstats
path: root/src/usr/fsi
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-02-19 10:41:34 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-02-19 11:55:25 -0600
commit12ea76cc5f53b12d5cbb114df0489832d4a7ba0d (patch)
tree69294e2fd0b209c5ccad0d5be0104129dbcfe07e /src/usr/fsi
parentc547ab9646ae12a775bee3aeedd89565ba92d6d5 (diff)
downloadtalos-hostboot-12ea76cc5f53b12d5cbb114df0489832d4a7ba0d.tar.gz
talos-hostboot-12ea76cc5f53b12d5cbb114df0489832d4a7ba0d.zip
Increase timeout for PIB2OPB operations
Change-Id: I2a31e3fd79c9d89ff3df9807361e161508aa11af CQ: SW247297 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8994 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/fsi')
-rw-r--r--src/usr/fsi/fsidd.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/fsi/fsidd.C b/src/usr/fsi/fsidd.C
index bce0e4f9a..c45b4fbf9 100644
--- a/src/usr/fsi/fsidd.C
+++ b/src/usr/fsi/fsidd.C
@@ -1226,7 +1226,7 @@ errlHndl_t FsiDD::pollForComplete(FsiAddrInfo_t& i_addrInfo,
uint32_t* o_readData)
{
errlHndl_t l_err = NULL;
- enum { MAX_OPB_TIMEOUT_NS = 10000000 }; //=10ms
+ enum { MAX_OPB_TIMEOUT_NS = 15*NS_PER_MSEC }; //=15ms
do {
// poll for complete
@@ -1858,7 +1858,7 @@ errlHndl_t FsiDD::initMasterControl(TARGETING::Target* i_master,
databuf = 0x50040400;
//Setup timeout so that:
- // code(10ms) > masterproc (0.9ms) > remote fsi master (0.8ms)
+ // code(15ms) > masterproc (0.9ms) > remote fsi master (0.8ms)
if( i_master == iv_master )
{
// 26:27= Timeout (b01) = 0.9ms
OpenPOWER on IntegriCloud