summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types.xml')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml90
1 files changed, 90 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index f875ca903..8ee6cb0f4 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -2701,6 +2701,7 @@
</uint32_t></simpleType>
<persistency>non-volatile</persistency>
<readable/>
+ <writeable/><!-- Only because SBE needs it -->
<hwpfToHbAttrMap>
<id>ATTR_FREQ_A_MHZ</id>
<macro>DIRECT</macro>
@@ -2708,6 +2709,95 @@
</attribute>
<attribute>
+ <id>FREQ_O_MHZ</id>
+ <description>
+ The frequency of a processor's Obus mesh clocks, in MHz.
+ Provided by the MRW.
+ </description>
+ <simpleType>
+ <uint32_t>
+ <default>1611</default>
+ </uint32_t>
+ <array>4</array>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <writeable/><!-- Only because SBE needs it -->
+ <hwpfToHbAttrMap>
+ <id>ATTR_FREQ_O_MHZ</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>OB0_PLL_BUCKET</id>
+ <description>
+ Select OBUS0 pll setting from one of the supported frequencies
+ </description>
+ <simpleType>
+ <uint8_t><default>1</default></uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <writeable/><!-- Only because SBE needs it -->
+ <hwpfToHbAttrMap>
+ <id>ATTR_OB0_PLL_BUCKET</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>OB1_PLL_BUCKET</id>
+ <description>
+ Select OBUS1 pll setting from one of the supported frequencies
+ </description>
+ <simpleType>
+ <uint8_t><default>1</default></uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <writeable/><!-- Only because SBE needs it -->
+ <hwpfToHbAttrMap>
+ <id>ATTR_OB1_PLL_BUCKET</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>OB2_PLL_BUCKET</id>
+ <description>
+ Select OBUS2 pll setting from one of the supported frequencies
+ </description>
+ <simpleType>
+ <uint8_t><default>1</default></uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <writeable/><!-- Only because SBE needs it -->
+ <hwpfToHbAttrMap>
+ <id>ATTR_OB2_PLL_BUCKET</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
+ <id>OB3_PLL_BUCKET</id>
+ <description>
+ Select OBUS3 pll setting from one of the supported frequencies
+ </description>
+ <simpleType>
+ <uint8_t><default>1</default></uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <writeable/><!-- Only because SBE needs it -->
+ <hwpfToHbAttrMap>
+ <id>ATTR_OB3_PLL_BUCKET</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
<id>FREQ_X_MHZ</id>
<description>
System attribute.
OpenPOWER on IntegriCloud