diff options
author | Thi Tran <thi@us.ibm.com> | 2015-04-14 08:52:58 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-05-06 22:19:45 -0500 |
commit | 70fc635abb02e22af3206092f4be94d082d66e54 (patch) | |
tree | d71b797275bb8476d98d9a8166fd4a667c882e5b /src/usr/targeting/common/xmltohb | |
parent | 1bb0f18f747e2e1a4ede9df16eac2ca340c72552 (diff) | |
download | talos-hostboot-70fc635abb02e22af3206092f4be94d082d66e54.tar.gz talos-hostboot-70fc635abb02e22af3206092f4be94d082d66e54.zip |
SW302513: Brazos FW840 : remove MRW parser change used with SW29500 fixes on pre
CQ:SW302513
Change-Id: I4ac6e89f50d08bc601edde0d5015318022966e47
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17091
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/17093
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 17 | ||||
-rw-r--r-- | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 17729cdb2..717b1fda9 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -15444,6 +15444,23 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript <readable/> </attribute> +<attribute> + <id>BRAZOS_RX_FIFO_OVERRIDE</id> + <description> + Defines where to apply Brazos rx_fifo_final_l2u_dly override settings for SW299500. + </description> + <simpleType> + <uint8_t> + <default>0</default> + </uint8_t> + </simpleType> + <persistency>non-volatile</persistency> + <readable/> + <hwpfToHbAttrMap> + <id>ATTR_BRAZOS_RX_FIFO_OVERRIDE</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> <!-- === Manufacturing threshold Attributes of PRD === --> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 82ec014be..aabb107f3 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -301,6 +301,7 @@ <attribute><id>OPT_MEMMAP_GROUP_POLICY</id></attribute> <attribute><id>FRU_ID</id></attribute> <attribute><id>BMC_FRU_ID</id></attribute> + <attribute><id>BRAZOS_RX_FIFO_OVERRIDE</id></attribute> </targetType> <targetType> |