From 5fc1c0e7ba896784dc00b50088e1ddc0e5ba7e46 Mon Sep 17 00:00:00 2001 From: Luke Murray Date: Fri, 19 Aug 2016 14:09:48 -0500 Subject: Moving the L3_NO_ALLOCATE_MODE_EN dial from scom init to scan init The L3_NO_ALLOCATE_MODE_EN dial needs to be in scan init because it is used in cache contained mode. Since the scom init file is applied during regular cache contained mode but not runN mode then for runN to match cache contained mode all dials used in cache contained mode need to scan init. Change-Id: I63d44b5ca43876736fa2a493da341266d02b7635 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28551 Tested-by: Jenkins Server Tested-by: PPE CI Reviewed-by: Joseph J. McGill Reviewed-by: Jenny Huynh Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28552 Reviewed-by: Hostboot Team Reviewed-by: Sachin Gupta --- import/chips/p9/procedures/hwp/initfiles/p9_l3_scom.C | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'import') diff --git a/import/chips/p9/procedures/hwp/initfiles/p9_l3_scom.C b/import/chips/p9/procedures/hwp/initfiles/p9_l3_scom.C index a7d780d9..1186e9d2 100644 --- a/import/chips/p9/procedures/hwp/initfiles/p9_l3_scom.C +++ b/import/chips/p9/procedures/hwp/initfiles/p9_l3_scom.C @@ -248,19 +248,6 @@ fapi2::ReturnCode p9_l3_scom(const fapi2::Target& TGT0, } } - { - if ((l_TGT1_ATTR_SYSTEM_IPL_PHASE == fapi2::ENUM_ATTR_SYSTEM_IPL_PHASE_HB_RUNTIME)) - { - constexpr auto l_EXP_L3_L3_MISC_L3CERRS_L3_NO_ALLOCATE_MODE_EN_ON = 0x1; - l_scom_buffer.insert (l_EXP_L3_L3_MISC_L3CERRS_L3_NO_ALLOCATE_MODE_EN_ON, 3, 1, 63 ); - } - else if ((l_TGT1_ATTR_SYSTEM_IPL_PHASE == fapi2::ENUM_ATTR_SYSTEM_IPL_PHASE_CACHE_CONTAINED)) - { - constexpr auto l_EXP_L3_L3_MISC_L3CERRS_L3_NO_ALLOCATE_MODE_EN_ON = 0x1; - l_scom_buffer.insert (l_EXP_L3_L3_MISC_L3CERRS_L3_NO_ALLOCATE_MODE_EN_ON, 3, 1, 63 ); - } - } - { if ((l_TGT1_ATTR_SYSTEM_IPL_PHASE == fapi2::ENUM_ATTR_SYSTEM_IPL_PHASE_HB_RUNTIME)) { -- cgit v1.2.1