summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-02-14 17:25:50 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-02-15 14:37:40 -0600
commit345f3cf8259d4fae667552ba861a42d1da6ccfce (patch)
tree528921e6582d64536fbea4af37f3169408d119be /src
parenta8924010264143090df986abb9e2506db82d8f8a (diff)
downloadtalos-hostboot-345f3cf8259d4fae667552ba861a42d1da6ccfce.tar.gz
talos-hostboot-345f3cf8259d4fae667552ba861a42d1da6ccfce.zip
Fix tags in exp_omi_train attribute xml
There was some bugs where we were defaulting to zero instead of using the <initToZero/> tag and did not specify platInit on values with real defaults. These changes are required in order to make this XML consumable by Hostboot Change-Id: Iab9ea1b4681c2a4d78050f271dc52326016d2ded Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71944 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: Louis Stermole <stermole@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71949 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_omi_train.xml12
1 files changed, 7 insertions, 5 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 a189b7134..e8880095e 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
@@ -46,7 +46,7 @@
NORMAL_MODE = 0,
MANUFACTURING_MODE = 1
</enum>
- <default>0</default>
+ <initToZero/>
<writeable/>
<mssAccessorName>ocmb_exp_boot_config_fw_mode</mssAccessorName>
</attribute>
@@ -62,7 +62,7 @@
NO_LOOPBACK_TESTING = 0,
PERFORM_LOOPBACK_TESTING = 1
</enum>
- <default>0</default>
+ <initToZero/>
<writeable/>
<mssAccessorName>ocmb_exp_boot_config_opencapi_loopback_test</mssAccessorName>
</attribute>
@@ -79,7 +79,7 @@
I2C = 1,
JTAG = 2
</enum>
- <default>0</default>
+ <initToZero/>
<writeable/>
<mssAccessorName>ocmb_exp_boot_config_transport_layer</mssAccessorName>
</attribute>
@@ -96,7 +96,7 @@
BOOT_RIGHT_AFTER_CONFIG = 0,
WAIT_FOR_HOST_CMD = 1
</enum>
- <default>0</default>
+ <initToZero/>
<writeable/>
<mssAccessorName>ocmb_exp_boot_config_dl_layer_boot_mode</mssAccessorName>
</attribute>
@@ -112,7 +112,7 @@
FULL_BOOT = 0,
STEP_BY_STEP_BOOT = 1
</enum>
- <default>0</default>
+ <initToZero/>
<writeable/>
<mssAccessorName>ocmb_exp_boot_config_boot_mode</mssAccessorName>
</attribute>
@@ -129,6 +129,7 @@
LANE_4= 2
</enum>
<default>1</default>
+ <platInit/>
<writeable/>
<mssAccessorName>ocmb_exp_boot_config_lane_mode</mssAccessorName>
</attribute>
@@ -146,6 +147,7 @@
SERDES_25_60GBPS = 3
</enum>
<default>3</default>
+ <platInit/>
<writeable/>
<mssAccessorName>ocmb_exp_boot_config_serdes_frequency</mssAccessorName>
</attribute>
OpenPOWER on IntegriCloud