Skip to content

Commit

Permalink
Disable VDM on ZZ
Browse files Browse the repository at this point in the history
Temporary disablement to get a release out

Change-Id: I4527a689947ed4cb8393b6db23659608534351c4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46662
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>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Sep 24, 2017
1 parent ae1ec87 commit ac058e9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/usr/targeting/common/genHwsvMrwXml.pl
Expand Up @@ -442,13 +442,16 @@
push @systemAttr, ['REQUIRED_SYNCH_MODE', 0];
}

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


if ( exists $reqPol->{'dpll_vdm_response'} )
{
Expand Down

0 comments on commit ac058e9

Please sign in to comment.