Skip to content

Commit

Permalink
PM: Clean up PM Reset and PM Complex Suspend
Browse files Browse the repository at this point in the history
    - 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/57559
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: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57572
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
crgeddes authored and sgupta2m committed Apr 25, 2018
1 parent 6415b1f commit be9f291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/pm/p9_suspend_powman.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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" {

Expand Down

0 comments on commit be9f291

Please sign in to comment.