summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2019-08-01 13:22:08 -0400
committerChristian R Geddes <crgeddes@us.ibm.com>2019-08-08 10:16:46 -0500
commit77397c4049f6b5e4515e409c350dabc8c74fbb8a (patch)
treeb398fb6dda1f3d2c121288b1860f88814fc326d0 /src/import/chips/ocmb/explorer/procedures/xml/attribute_info
parentfae196d6660d1822446582ecee27726013ef3a1a (diff)
downloadtalos-hostboot-77397c4049f6b5e4515e409c350dabc8c74fbb8a.tar.gz
talos-hostboot-77397c4049f6b5e4515e409c350dabc8c74fbb8a.zip
Change description and default for ATTR_MSS_OCMB_EXP_BOOT_CONFIG_DFE_DISABLE
There was an error in the Explorer spec for this option where the flag values were reversed. This fixes the ENUM names and flips the default since DFE should be ENABLED by default. Change-Id: Idf22e11a965f8642f0e41ae8527dd28a80a2b04f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81521 Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81624 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: Christian R Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml/attribute_info')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_omi_train.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_omi_train.xml b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_omi_train.xml
index c41f15ef0..43fe11401 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_omi_train.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_omi_train.xml
@@ -110,14 +110,14 @@
<id>ATTR_MSS_OCMB_EXP_BOOT_CONFIG_DFE_DISABLE</id>
<targetType>TARGET_TYPE_OCMB_CHIP</targetType>
<description>
- Set to disable DFE
+ Set to enable or disable DFE
</description>
<valueType>uint8</valueType>
<enum>
- DEFAULT = 0,
- DISABLED = 1
+ DISABLE = 0,
+ ENABLE = 1
</enum>
- <initToZero/>
+ <default>ENABLE</default>
<platInit/>
<overrideOnly/>
<mssAccessorName>ocmb_exp_boot_config_dfe_disable</mssAccessorName>
OpenPOWER on IntegriCloud