Skip to content

Commit

Permalink
STOP: DD2 set PPM_WRITE_DISABLE along with wakeup_notify_select
Browse files Browse the repository at this point in the history
Change-Id: I18a1db0358a5cd591129eb3acf6323e7d56bb677
Original-Change-Id: I037e2ca5d5b479a051b588aac2e702a72c8fae76
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34678
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com>
Reviewed-by: ASHISH A. MORE <ashish.more@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
davidduyue authored and op-jenkins committed Aug 22, 2018
1 parent 2f99335 commit 4e43fe9
Showing 1 changed file with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1265,8 +1265,12 @@ p9_cme_stop_entry()
}
}

PK_TRACE("Switch Core%d PPM wakeup to STOP-GPE via CPMMR[13]", core);
CME_PUTSCOM(CPPM_CPMMR_OR, core, BIT64(13));
#if NIMBUS_DD_LEVEL != 1

PK_TRACE("Drop PPM_WRITE_DISABLE via CPMMR[0]");
CME_PUTSCOM(CPPM_CPMMR_CLR, core, BIT64(0));

#endif

#if DEBUG_RUNTIME_STATE_CHECK

Expand Down Expand Up @@ -1295,6 +1299,9 @@ p9_cme_stop_entry()

#endif

PKTRACE("Switch Core%d PPM wakeup to STOP-GPE via CPMMR[13]", core);
CME_PUTSCOM(CPPM_CPMMR_OR, core, BIT64(13));

PK_TRACE_INF("SE5.B: Handed off to SGPE");

}
Expand Down

0 comments on commit 4e43fe9

Please sign in to comment.