summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
authorLuke Murray <murrayl@us.ibm.com>2016-08-19 14:09:48 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-08-22 09:49:45 -0400
commit5fc1c0e7ba896784dc00b50088e1ddc0e5ba7e46 (patch)
tree5cdd4f2807ab0b09ac960a611f1ec93a5b172661 /import
parentb7ec7d6280629010d5d5a61a257daccc6f9cbddb (diff)
downloadtalos-sbe-5fc1c0e7ba896784dc00b50088e1ddc0e5ba7e46.tar.gz
talos-sbe-5fc1c0e7ba896784dc00b50088e1ddc0e5ba7e46.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jenny Huynh <jhuynh@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28552 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import')
-rw-r--r--import/chips/p9/procedures/hwp/initfiles/p9_l3_scom.C13
1 files changed, 0 insertions, 13 deletions
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
@@ -251,19 +251,6 @@ fapi2::ReturnCode p9_l3_scom(const fapi2::Target<fapi2::TARGET_TYPE_EX>& 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<uint64_t> (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<uint64_t> (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))
- {
constexpr auto l_EXP_L3_L3_MISC_L3CERRS_L3_DMAP_CI_EN_CFG_OFF = 0x0;
l_scom_buffer.insert<uint64_t> (l_EXP_L3_L3_MISC_L3CERRS_L3_DMAP_CI_EN_CFG_OFF, 1, 1, 63 );
}
OpenPOWER on IntegriCloud