summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-06-06 10:58:34 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-17 10:03:44 -0500
commitded2da534feb2e06120c7b4f878c60ff7c7ab83d (patch)
tree911adea9a0f3ea91d1528942d2f82d134ba9cd31 /src/usr
parent6adc57ce4966da0642139286dcc15cb20eec581e (diff)
downloadtalos-hostboot-ded2da534feb2e06120c7b4f878c60ff7c7ab83d.tar.gz
talos-hostboot-ded2da534feb2e06120c7b4f878c60ff7c7ab83d.zip
Skip MSS cleanup for now in Axone
The hwp currently ran in this step cleans up a bunch of Cumulus related attributes. We will need something similar eventually for Axone but there is a story covering this so just comment out for now. Change-Id: I65fac404bc66d979061daf0993b1577e88bc9de7 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78462 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/isteps/istep07/host_mss_attr_cleanup.C8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/isteps/istep07/host_mss_attr_cleanup.C b/src/usr/isteps/istep07/host_mss_attr_cleanup.C
index ed1cbc25a..04dbdc34a 100644
--- a/src/usr/isteps/istep07/host_mss_attr_cleanup.C
+++ b/src/usr/isteps/istep07/host_mss_attr_cleanup.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2018 */
+/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -75,7 +75,6 @@ using namespace TARGETING;
void* host_mss_attr_cleanup( void *io_pArgs )
{
IStepError l_StepError;
- errlHndl_t l_err = NULL;
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "host_mss_attr_cleanup entry");
// errlHndl_t l_err = NULL;
@@ -98,7 +97,9 @@ void* host_mss_attr_cleanup( void *io_pArgs )
l_pTopLevel->setAttr<TARGETING::ATTR_MRW_HW_MIRRORING_ENABLE>
(fapi2::ENUM_ATTR_MRW_HW_MIRRORING_ENABLE_FALSE);
}
-
+ // TODO RTC 198112 Memory Reconfig Loop for Axone
+ #ifndef CONFIG_AXONE
+ errlHndl_t l_err = nullptr;
TargetHandleList l_funcDimmList;
// Get all the functional Dimms
TARGETING::getAllLogicalCards(l_funcDimmList, TYPE_DIMM, true);
@@ -123,6 +124,7 @@ void* host_mss_attr_cleanup( void *io_pArgs )
}
}
+ #endif
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "host_mss_attr_cleanup exit" );
OpenPOWER on IntegriCloud