summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-07-19 10:12:58 -0500
committerMatthew A. Ploetz <maploetz@us.ibm.com>2017-07-20 07:58:12 -0400
commit16edcfc89745cbafd60e84ef96969e7c1742465d (patch)
treecb93792b9cb5b48db2dd95108672b76ead389042 /src/usr
parenta848bf96d3c69880f1d6f61e41d5ce6cf979bd71 (diff)
downloadtalos-hostboot-16edcfc89745cbafd60e84ef96969e7c1742465d.tar.gz
talos-hostboot-16edcfc89745cbafd60e84ef96969e7c1742465d.zip
Disable VDM until fully tested
-Currenty throwing an error, prevents enablement, when fixed the error, and thus enabled VDM it is causing system instability. this is a change to default the system VMD enablement to disabled Change-Id: I53dfecfdcc60321aac03d55f14f8f6e8eebbf0b5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43323 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: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 665bd72c1..990c3f310 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -30866,10 +30866,14 @@ Measured in GB</description>
p9_pstate_parameter_block to clear flag for CME QuadManager Hcode
reaction
</description>
- <simpleType><uint8_t></uint8_t></simpleType>
+ <simpleType>
+ <uint8_t>
+ <default>0x01</default>
+ </uint8_t>
+ </simpleType>
<readable/>
<writeable/>
- <persistency>volatile-zeroed</persistency>
+ <persistency>volatile</persistency>
<hwpfToHbAttrMap>
<id>ATTR_SYSTEM_VDM_DISABLE</id>
<macro>DIRECT</macro>
OpenPOWER on IntegriCloud