Skip to content

Commit

Permalink
STOP: Clean up stop state after aborted L3 purge during Stop 11 entry
Browse files Browse the repository at this point in the history
Key_Cronus_Test=PM_REGRESS

Change-Id: I8177aa82f188ecc9ef9efccfa44971486e60c42a
CQ: SW435009
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61394
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
  • Loading branch information
davidduyue authored and op-jenkins committed Jul 4, 2018
1 parent 6d1fd2c commit b187d9d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,14 @@ p9_sgpe_stop_entry()

#endif

PK_TRACE("Update QSSR afer L3 Purge Abort: drop stop_entry_ongoing");
out32(OCB_QSSR_CLR, BIT32(qloop + 20));

PK_TRACE("Clear stop history on quad[%d]", qloop);
scom_data.words.lower = 0;
scom_data.words.upper = SSH_EXIT_COMPLETE;
GPE_PUTSCOM_VAR(PPM_SSHSRC, QUAD_ADDR_BASE, qloop, 0, scom_data.value);

// For IPC reporting, taking aborted quad out of the list
G_sgpe_stop_record.group.quad[VECTOR_ENTRY] &= ~BIT32(qloop);
continue;
Expand Down

0 comments on commit b187d9d

Please sign in to comment.