diff options
| author | Yue Du <daviddu@us.ibm.com> | 2017-02-16 22:41:09 -0600 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-08-22 17:54:26 -0500 |
| commit | 23699f0f507cc6a5926874e20a230110344d45d5 (patch) | |
| tree | 77ede61fe210406c51cec68068d429155030feba /import | |
| parent | 147aa0e27bfb67fba41b9a9187b60c4922f3b5b3 (diff) | |
| download | talos-hcode-23699f0f507cc6a5926874e20a230110344d45d5.tar.gz talos-hcode-23699f0f507cc6a5926874e20a230110344d45d5.zip | |
STOP: move drop few quiesces from l2/cache startclocks to scomcust
tlbie quiesce/l2 snoop disable for L2
refresh quiesce/lco disable for quad
Change-Id: Ic4406adf42bb6c9ac561b4b92fefea9f49989511
Original-Change-Id: I221efae4d2d724c92334e5bc79f719307426583c
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36614
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import')
| -rwxr-xr-x | import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c index d27fda58..47d19893 100755 --- a/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c +++ b/import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c @@ -780,7 +780,7 @@ p9_cme_stop_entry() PK_TRACE("Assert L2+NCU purge and NCU tlbie quiesce via SICR[18,21,22]"); // insert tlbie quiesce before ncu purge to avoid window condition // of ncu traffic still happening when purging starts - // Note: chtm purge will be done in SGPE + // Note: chtm purge and drop tlbie quiesce will be done in SGPE out32(CME_LCL_SICR_OR, BIT32(18) | BIT32(21)); out32(CME_LCL_SICR_OR, BIT32(22)); |

