summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-04-06 13:31:38 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-04-20 08:02:25 -0400
commit4b5d5ef5275223d39ec0952be83483d95b3c3396 (patch)
treebd85ed7380c10d602d0483796d9900d8054900ac
parentd96df9933f6ae07a3934012eebaa88a937f826ea (diff)
downloadtalos-sbe-4b5d5ef5275223d39ec0952be83483d95b3c3396.tar.gz
talos-sbe-4b5d5ef5275223d39ec0952be83483d95b3c3396.zip
PM: Clean up PM Reset and PM Complex Suspend
- Increase timeout in PM Complex Suspend from 10ms -> 500ms - Disable CME monitoring of PGPE heart beat loss before halting PGPE Key_Cronus_Test=PM_REGRESS Change-Id: I3fbb435ce694e7590e9e9570107347a621828402 CQ: SW424102 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56884 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: Gregory S. Still <stillgs@us.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56903
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_suspend_powman.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_suspend_powman.C b/src/import/chips/p9/procedures/hwp/pm/p9_suspend_powman.C
index 62467bb0..60399bc9 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_suspend_powman.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_suspend_powman.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -59,7 +59,7 @@
// total timeout = 10 milliseconds
static const uint64_t POLLTIME_NS = 1000000;
static const uint64_t POLLTIME_MCYCLES = 4000;
-static const uint32_t TRIES_BEFORE_TIMEOUT = 10;
+static const uint32_t TRIES_BEFORE_TIMEOUT = 500;
extern "C" {
OpenPOWER on IntegriCloud