summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/attribute_info/p9_io_xbus_attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info/p9_io_xbus_attributes.xml')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/p9_io_xbus_attributes.xml25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/p9_io_xbus_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/p9_io_xbus_attributes.xml
index 9fe46a104..d219b2c62 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/p9_io_xbus_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/p9_io_xbus_attributes.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -118,4 +118,27 @@
<platInit/>
</attribute>
<!-- ********************************************************************** -->
+<attribute>
+ <id>ATTR_IO_XBUS_CHAN_EQ</id>
+ <targetType>TARGET_TYPE_XBUS</targetType>
+ <description>
+ Alternate settings for short Xbus channels
+ bit 0 -- Disable RX LTE
+ bit 1 -- Disable AC BOOST
+ bit 2 -- Low Gain/Peaking Init Settings
+ bit 3 -- Lower VGA Gain Target -10%
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ DIS_RX_LTE = 0x01,
+ DIS_TX_AC_BOOST = 0x02,
+ LOWER_GAIN_PEAK_INITS = 0x04,
+ LOWER_VGA_GAIN_TARGET = 0x08
+ </enum>
+ <initToZero/>
+ <platInit/>
+</attribute>
+<!-- ********************************************************************** -->
+
+
</attributes>
OpenPOWER on IntegriCloud