Skip to content

Commit

Permalink
Support for MRW attribute mss_mrw_nvdimm_plug_rules
Browse files Browse the repository at this point in the history
ZZ support for enabling NVDIMMs

Change-Id: Ibaf3292b092d975af13444fbd8ad2481e5e6efce
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68792
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: TSUNG K. YEUNG <tyeung@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Nov 27, 2018
1 parent ac53c27 commit e3007bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/usr/targeting/common/genHwsvMrwXml.pl
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,14 @@
push @systemAttr, ['WOF_VRATIO_SELECT', 'ACTIVE_CORES'];
}

# Handle the new name when/if it shows up in the xml
# otherwise we'll just rely on the default value
if ( exists $reqPol->{'mss_mrw_nvdimm_plug_rules'} )
{
push @systemAttr, ['MSS_MRW_NVDIMM_PLUG_RULES',
$reqPol->{'mss_mrw_nvdimm_plug_rules'}];
}


my $nestFreq = $reqPol->{'proc_pb_frequency'}->{content};

Expand Down

0 comments on commit e3007bd

Please sign in to comment.