diff options
| author | Yue Du <daviddu@us.ibm.com> | 2018-04-17 23:59:03 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-08-22 17:55:45 -0500 |
| commit | d9226cd7ef3cf9786d227b6f72f947aeb6a19cd8 (patch) | |
| tree | 0db29064b4ced7efbc655da9a9ea0db51c6890e8 /import | |
| parent | dc1e756bfc15e43b7f1f3681bd1c61f5e746618a (diff) | |
| download | talos-hcode-d9226cd7ef3cf9786d227b6f72f947aeb6a19cd8.tar.gz talos-hcode-d9226cd7ef3cf9786d227b6f72f947aeb6a19cd8.zip | |
STOP: Fix SGPE Active Core Updates
Key_Cronus_Test=PM_REGRESS
Change-Id: I6c5f0e465aa8b8c24d485bcb70f74b53547c653a
Original-Change-Id: I1aeb16c00c5d5d35488902305c1e57f135ea25a4
CQ: SW425355
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57386
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Reviewed-by: RAHUL BATRA <rbatra@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import')
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c index 5c702d54..1659055f 100644 --- a/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c +++ b/import/chips/p9/procedures/ppe_closed/sgpe/stop_gpe/p9_sgpe_stop_entry.c @@ -352,7 +352,7 @@ p9_sgpe_stop_entry() } } - PK_TRACE_INF("SE.5+: L2 and NCU Purged by SGPE"); + PK_TRACE_DBG("SE.5+: L2 and NCU Purged by SGPE"); #endif @@ -496,7 +496,7 @@ p9_sgpe_stop_entry() // MF: verify compiler generate single rlwmni // MF: delay may be needed for stage latch to propagate thold - PK_TRACE_INF("SE.8B: L2 Clock Stopped"); + PK_TRACE_DBG("SE.8B: L2 Clock Stopped"); //======================== MARK_TRAP(SE_STOP_L2_GRID) @@ -558,7 +558,7 @@ p9_sgpe_stop_entry() out32(OCB_QSSR_CLR, BIT32(qloop + 20)); out32(OCB_QSSR_OR, (ex << SHIFT32((qloop << 1) + 1))); - PK_TRACE_INF("SE.8C: L2 Clock Sync Dropped"); + PK_TRACE_DBG("SE.8C: L2 Clock Sync Dropped"); PK_TRACE("Release cache clock controller atomic lock"); GPE_PUTSCOM(GPE_SCOM_ADDR_QUAD(EQ_CC_ATOMIC_LOCK, qloop), 0); @@ -872,7 +872,7 @@ p9_sgpe_stop_entry() continue; } - PK_TRACE_INF("SE.11B: L3 Purged"); + PK_TRACE_DBG("SE.11B: L3 Purged"); #endif @@ -995,7 +995,7 @@ p9_sgpe_stop_entry() if (scom_data.words.upper) { // Stop11 needs resclk to be off, otherwise exit will fail - PK_TRACE_INF("ERROR: Q[%d]ACCR[%x] is not clean after CMEs are halted", + PK_TRACE_ERR("ERROR: Q[%d]ACCR[%x] is not clean after CMEs are halted", qloop, scom_data.words.upper); PK_PANIC(SGPE_STOP_ENTRY_STOP11_RESCLK_ON); } @@ -1017,7 +1017,7 @@ p9_sgpe_stop_entry() PK_TRACE("Drop powerbus purge via QCCR[30]"); GPE_PUTSCOM(GPE_SCOM_ADDR_QUAD(EQ_QPPM_QCCR_WCLEAR, qloop), BIT64(30)); - PK_TRACE_INF("SE.11C: PowerBus Purged"); + PK_TRACE_DBG("SE.11C: PowerBus Purged"); //====================================== MARK_TAG(SE_QUIESCE_QUAD, (32 >> qloop)) @@ -1128,7 +1128,7 @@ p9_sgpe_stop_entry() // Note: Stop11 will lose all the fences so here needs to assert them GPE_PUTSCOM(GPE_SCOM_ADDR_QUAD(EQ_CPLT_CTRL1_OR, qloop), CLK_REGION_ALL); - PK_TRACE_INF("SE.11D: Cache Clock Stopped"); + PK_TRACE_DBG("SE.11D: Cache Clock Stopped"); PK_TRACE("Gate the PCBMux request so scanning doesn't cause random requests"); @@ -1285,7 +1285,7 @@ p9_sgpe_stop_entry() // vcs_pfet_force_state = 00 (Nop) GPE_PUTSCOM(GPE_SCOM_ADDR_QUAD(PPM_PFCS_CLR, qloop), BITS64(0, 4)); - PK_TRACE_INF("SE.11E: Cache Powered Off"); + PK_TRACE_DBG("SE.11E: Cache Powered Off"); #endif |

