summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-09-29 11:59:53 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-10-02 23:49:58 -0400
commit00d8f1ab5baa6c6517a69f185d3b7db068bf45ea (patch)
tree0eb1974dea7e9c7c08e0a39c13955719d0d4b016 /src
parent64c2388d078163fc3bbe671f5f6084beca69c7be (diff)
downloadtalos-hostboot-00d8f1ab5baa6c6517a69f185d3b7db068bf45ea.tar.gz
talos-hostboot-00d8f1ab5baa6c6517a69f185d3b7db068bf45ea.zip
Remove hack to force SYSTEM_VDM_DISABLE=1 on ZZ
CMVC-Prereq: 1035267 CMVC-Prereq: 1035348 Change-Id: Ie97c7fcd30269d9257a688bde193bfc4a7cac9f3 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46929 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> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index 042841266..62060a156 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -442,15 +442,13 @@ elsif ($reqPol->{'required_synch_mode'} eq 'undetermined')
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'}];
-#}
-push @systemAttr, ['SYSTEM_VDM_DISABLE', 1];
+if ( exists $reqPol->{'system_vdm_disable'} )
+{
+ push @systemAttr, ['SYSTEM_VDM_DISABLE',
+ $reqPol->{'system_vdm_disable'}];
+}
if ( exists $reqPol->{'dpll_vdm_response'} )
OpenPOWER on IntegriCloud