summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml38
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml2
2 files changed, 39 insertions, 1 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 11abb24e8..b8a479992 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -22586,7 +22586,7 @@ DEPRECATED!!!!
<simpleType>
<uint8_t></uint8_t>
</simpleType>
- <persistency>non-volatile</persistency>
+ <persistency>volatile-zeroed</persistency>
<readable/>
<writeable/>
<hwpfToHbAttrMap>
@@ -22613,6 +22613,42 @@ DEPRECATED!!!!
</attribute>
<attribute>
+ <id>IO_XBUS_TX_MARGIN_RATIO</id>
+ <!-- <targetType>TARGET_TYPE_XBUS</targetType> -->
+ <description>
+ Value to select amount of margin to be applied.
+ </description>
+ <simpleType>
+ <uint8_t></uint8_t>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_IO_XBUS_TX_MARGIN_RATIO</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>IO_XBUS_TX_FFE_PRECURSOR</id>
+ <!-- <targetType>TARGET_TYPE_XBUS</targetType> -->
+ <description>
+ Value to select amount of tx ffe precusor to apply.
+ </description>
+ <simpleType>
+ <uint8_t>
+ <default>6</default>
+ </uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_IO_XBUS_TX_FFE_PRECURSOR</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
<id>POUNDV_BUCKET_NUM_OVERRIDE</id>
<description>
1 if override of poundv bucket num is available.
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index f99480fd8..7a7c41b24 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -3015,6 +3015,8 @@
<attribute><id>IO_XBUS_DCCAL_FLAGS</id></attribute>
<attribute><id>IO_X_DEBUG</id></attribute>
<attribute><id>IO_XBUS_MASTER_MODE</id></attribute>
+ <attribute><id>IO_XBUS_TX_MARGIN_RATIO</id></attribute>
+ <attribute><id>IO_XBUS_TX_FFE_PRECURSOR</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud