summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info
diff options
context:
space:
mode:
authorDevon Baughen <devon.baughen1@ibm.com>2019-10-03 12:24:38 -0400
committerChristian R Geddes <crgeddes@us.ibm.com>2019-10-14 13:54:12 -0500
commitdf80bf43c740bd6a46e186353a85257ab6702539 (patch)
treebc0abf9170508f074008d77e24ddb1cb2236bf5a /src/import/chips/ocmb/explorer/procedures/xml/attribute_info
parente3407c1b48ade6408ff444dd0c8d94a005a9d94c (diff)
downloadtalos-hostboot-df80bf43c740bd6a46e186353a85257ab6702539.tar.gz
talos-hostboot-df80bf43c740bd6a46e186353a85257ab6702539.zip
add function to turn on adaptation in bootconfig
Change-Id: Ia5602d413250f1fbbb23d50b113f245526e3bf54 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84744 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Dev-Ready: Devon A Baughen <devon.baughen1@ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84891 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.xml15
1 files changed, 15 insertions, 0 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 43fe11401..75b9f968b 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
@@ -156,4 +156,19 @@
<mssAccessorName>ocmb_exp_boot_config_serdes_frequency</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MSS_OCMB_EXP_BOOT_CONFIG_ADAPTATION_MODE</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ Indicates whether to enable adaptation
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ DISABLE = 0,
+ ENABLE = 1
+ </enum>
+ <default>ENABLE</default>
+ <platInit/>
+ <mssAccessorName>ocmb_exp_boot_config_adaptation_mode</mssAccessorName>
+ </attribute>
</attributes>
OpenPOWER on IntegriCloud