summaryrefslogtreecommitdiffstats
path: root/src/sbefw
diff options
context:
space:
mode:
authorspashabk-in <shakeebbk@in.ibm.com>2018-07-31 06:31:35 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-07-31 07:59:34 -0500
commite6fa241970133f461c9dc4bc37a18bfc383c55c7 (patch)
tree4c5ded674aa22d85fc2791d7a990fc96ec13f010 /src/sbefw
parentbb2581994b1695d37cd75fdee048eb4d85330d24 (diff)
downloadtalos-sbe-e6fa241970133f461c9dc4bc37a18bfc383c55c7.tar.gz
talos-sbe-e6fa241970133f461c9dc4bc37a18bfc383c55c7.zip
Special wakeup bit correction
Change-Id: I25d192ea8cea8de133f85cc0435503503a062028 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63606 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/sbefw')
-rw-r--r--src/sbefw/app/power/sbecmdcntlinst.C5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sbefw/app/power/sbecmdcntlinst.C b/src/sbefw/app/power/sbecmdcntlinst.C
index 7f05bc31..e918365e 100644
--- a/src/sbefw/app/power/sbecmdcntlinst.C
+++ b/src/sbefw/app/power/sbecmdcntlinst.C
@@ -74,10 +74,9 @@ inline bool getWarnCheckFlag(const sbeCntlInstRegMsgHdr_t & i_req)
return l_warnCheck;
}
-static const uint64_t SGPE_ACTIVE = 0x0080000000000000ull;
-static const uint64_t SPWKUP_ASSERT = 0x1000000000000000ull;
+static const uint64_t SPWKUP_ASSERT = 0x8000000000000000ull;
static const uint64_t SPWKUP_DEASSERT = 0x0000000000000000ull;
-static const uint64_t GPMMR_SPWKUP_DONE = 0x1000000000000000ull;
+static const uint64_t GPMMR_SPWKUP_DONE = 0x8000000000000000ull;
static const uint32_t SPECIAL_WAKE_UP_POLL_INTERVAL_NS = 1000000; //1ms
static const uint32_t SPECIAL_WAKE_UP_POLL_INTERVAL_SIMICS = 1000000;
static const uint32_t SPECIAL_WAKEUP_TIMEOUT_COUNT = 100; // 100 * 1ms
OpenPOWER on IntegriCloud