From 95b04a38286bce4068c151d8d15d2a81364ab302 Mon Sep 17 00:00:00 2001 From: Yue Du Date: Fri, 16 Dec 2016 19:11:00 -0600 Subject: HCODE: Drop TLBIE Quiesce after initfile scan it to 1 Change-Id: I279dad3189835157deb5db14545376cd8f896fb4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34027 Tested-by: Jenkins Server Tested-by: PPE CI Dev-Ready: Joseph J. McGill Reviewed-by: Joseph J. McGill Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34028 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: AMIT J. TENDOLKAR --- src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C b/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C index 399ccaf6..6e94bf46 100644 --- a/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C +++ b/src/import/chips/p9/procedures/hwp/core/p9_hcd_core_startclocks.C @@ -290,12 +290,12 @@ p9_hcd_core_startclocks( if (!l_attr_runn_mode) { - FAPI_DBG("Drop Core-L2/CC Quiesces via CME_SCOM_SICR[6,8]/[7,9]"); + FAPI_DBG("Drop Core-L2/CC/TLBIE Quiesces via CME_SCOM_SICR[6,8]/[7,9][21]"); FAPI_TRY(putScom(l_quad, (l_attr_chip_unit_pos < 2) ? EX_0_CME_SCOM_SICR_CLEAR : EX_1_CME_SCOM_SICR_CLEAR, (BIT64(6 + (l_attr_chip_unit_pos % 2)) | - BIT64(8 + (l_attr_chip_unit_pos % 2))))); + BIT64(8 + (l_attr_chip_unit_pos % 2)) | BIT64(21)))); FAPI_DBG("Drop auto special wakeup disable via CME_SCOM_LMCR[12/13]"); FAPI_TRY(putScom(l_quad, -- cgit v1.2.1