From b08beab4be85d4fe4bf6cefa5994e00cf95d197b Mon Sep 17 00:00:00 2001 From: Rahul Batra Date: Mon, 6 Nov 2017 15:15:15 -0600 Subject: PM: PMSR Update Fixes -Removed any direct PMSR writes by PGPE -Fixed Clip Bcast ack during cme registration -Moved pmsr_updt from resclk to stop exit -Added Safe Mode DB0 Key_Cronus_Test=PM_REGRESS Change-Id: I57d5a92c4e2f3301a3611ff0edbfd44077725afa Original-Change-Id: I4ba0372621a93242346f84e68db505a797155a2f CQ: SW407261 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49324 Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA Tested-by: Jenkins Server Reviewed-by: Michael S. Floyd Tested-by: Cronus HW CI Tested-by: FSP CI Jenkins Reviewed-by: Gregory S. Still --- import/chips/p9/procedures/ppe_closed/cme/stop_cme/p9_cme_stop_entry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 782ff297..a8de8df4 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 @@ -823,7 +823,7 @@ p9_cme_stop_entry() } while(scom_data.words.upper & BIT32(13)); - p9_cme_analog_control(core, ANALOG_DISABLE); + p9_cme_core_stop_analog_control(core, ANALOG_DISABLE); PK_TRACE("Switch glsmux to refclk to save clock grid power via CGCR[3]"); CME_PUTSCOM(C_PPM_CGCR, core, 0); -- cgit v1.2.3