diff options
author | Anusha Reddy Rangareddygari <anusrang@in.ibm.com> | 2017-01-23 07:05:58 +0100 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-02-07 11:33:27 -0500 |
commit | 0836367f8f32c6cc34a92104affa3c5df33cae95 (patch) | |
tree | 49b3cc5541bfda09b2f4b6f67e45d578382f7c02 /src/usr | |
parent | d4da355f15b4ab90bf3b602239c32aadfc0ab237 (diff) | |
download | talos-hostboot-0836367f8f32c6cc34a92104affa3c5df33cae95.tar.gz talos-hostboot-0836367f8f32c6cc34a92104affa3c5df33cae95.zip |
Control NDL training update
Change-Id: I13d721d7fb1d71c58314dd1e09006a7b4df0dee2
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35211
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35217
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 16 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index e5f6cc6ea..7302c5454 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -32820,4 +32820,20 @@ Measured in GB</description> </hwpfToHbAttrMap> </attribute> +<attribute> + <id>NDL_MESHCTRL_SETUP</id> + <description>Control NDL training:meshctrl setup</description> + <simpleType> + <uint8_t> + </uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> + <hwpfToHbAttrMap> + <id>ATTR_NDL_MESHCTRL_SETUP</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + </attributes> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 86b0c37cd..2bc826231 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -323,6 +323,7 @@ <attribute><id>PROC_FABRIC_X_AGGREGATE</id></attribute> <attribute><id>XIVE_HW_RESET</id></attribute> <attribute><id>DISABLE_I2C_ENGINE2_PORT0_DIAG_MODE</id></attribute> + <attribute><id>NDL_MESHCTRL_SETUP</id></attribute> </targetType> <targetType> |