From fd99c868ea90d82e033a857e350c46b5bc4ae8a1 Mon Sep 17 00:00:00 2001 From: Jenny Huynh Date: Tue, 29 Aug 2017 12:21:02 -0500 Subject: Enabling PWC for Nimbus DD2.0+ and Cumulus DD1.0+ Dial getting overwritten by a global dial; moving both to scan inits Change-Id: Ia16a78c146b88f21325a4b1e619a5bf4df5328d7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45306 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Reviewed-by: Emmanuel Sacristan Dev-Ready: Emmanuel Sacristan Reviewed-by: JAKE C. TRUELOVE Dev-Ready: JAKE C. TRUELOVE Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45312 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/initfiles/p9_mmu_scom.C | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/import/chips/p9/procedures') diff --git a/src/import/chips/p9/procedures/hwp/initfiles/p9_mmu_scom.C b/src/import/chips/p9/procedures/hwp/initfiles/p9_mmu_scom.C index 944f4916f..72a7fd3ae 100644 --- a/src/import/chips/p9/procedures/hwp/initfiles/p9_mmu_scom.C +++ b/src/import/chips/p9/procedures/hwp/initfiles/p9_mmu_scom.C @@ -194,12 +194,6 @@ fapi2::ReturnCode p9_mmu_scom(const fapi2::Target& l_scom_buffer.insert<52, 1, 63, uint64_t>(l_NMMU_MM_CFG_NMMU_CTL_TW_RDX_PWC_DIS_ON ); } - if (((l_chip_id == 0x5) && (l_chip_ec == 0x21)) || ((l_chip_id == 0x6) && (l_chip_ec == 0x10)) ) - { - constexpr auto l_NMMU_MM_CFG_NMMU_DD2_ISS734_FIX_MODE_OPT3_ENA_IGNORE_PWC_PTE_HIT = 0x3ffe; - l_scom_buffer.insert<52, 1, 50, uint64_t>(l_NMMU_MM_CFG_NMMU_DD2_ISS734_FIX_MODE_OPT3_ENA_IGNORE_PWC_PTE_HIT ); - } - if (((l_chip_id == 0x5) && (l_chip_ec == 0x20)) || ((l_chip_id == 0x5) && (l_chip_ec == 0x21)) || ((l_chip_id == 0x6) && (l_chip_ec == 0x10)) ) { -- cgit v1.2.1