Skip to content

Commit

Permalink
Skip MSS cleanup for now in Axone
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crgeddes authored and dcrowell77 committed Jun 17, 2019
1 parent 6adc57c commit ded2da5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/usr/isteps/istep07/host_mss_attr_cleanup.C
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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;
Expand All @@ -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);
Expand All @@ -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" );

Expand Down

0 comments on commit ded2da5

Please sign in to comment.