From ac058e9b3c6d1d5d57089d42cbb75b76f36d24a2 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Sat, 23 Sep 2017 22:28:55 -0500 Subject: [PATCH] Disable VDM on ZZ Temporary disablement to get a release out Change-Id: I4527a689947ed4cb8393b6db23659608534351c4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46662 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/usr/targeting/common/genHwsvMrwXml.pl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl index ec12c50f518..042841266a4 100755 --- a/src/usr/targeting/common/genHwsvMrwXml.pl +++ b/src/usr/targeting/common/genHwsvMrwXml.pl @@ -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'} ) {