summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml36
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/target_types.xml1
2 files changed, 29 insertions, 8 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 3a2ce60d9..77e1be280 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -9118,8 +9118,8 @@ firmware notes: Used as override attribute for pstate procedure
Initialized and used by HWPs.
</description>
<simpleType>
- <uint32_t>
- </uint32_t>
+ <uint16_t>
+ </uint16_t>
<array>2</array><!-- [drop][port] -->
</simpleType>
<persistency>volatile-zeroed</persistency>
@@ -9159,8 +9159,8 @@ firmware notes: Used as override attribute for pstate procedure
This is the throttle numerator setting for cfg_nm_n_per_slot
</description>
<simpleType>
- <uint32_t>
- </uint32_t>
+ <uint16_t>
+ </uint16_t>
<array>2</array><!-- [drop][port] -->
</simpleType>
<persistency>volatile-zeroed</persistency>
@@ -9173,6 +9173,26 @@ firmware notes: Used as override attribute for pstate procedure
</attribute>
<attribute>
+ <id>MSS_DIMM_THERMAL_LIMIT</id>
+ <description>
+ DIMM Max Power based on a thermal limit
+ Decoded from ATTR_MSS_MRW_THERMAL_POWER_LIMIT
+ </description>
+ <simpleType>
+ <uint32_t>
+ </uint32_t>
+ <array>2,2</array>
+ </simpleType>
+ <persistency>volatile-zeroed</persistency>
+ <readable/>
+ <writeable/>
+ <hwpfToHbAttrMap>
+ <id>ATTR_MSS_DIMM_THERMAL_LIMIT</id>
+ <macro>DIRECT</macro>
+ </hwpfToHbAttrMap>
+</attribute>
+
+<attribute>
<id>EFF_NUM_DIES_PER_PACKAGE</id>
<description>Specifies the number of DRAM dies per package. Initialized and used by HWPs.</description>
<simpleType>
@@ -9632,8 +9652,8 @@ firmware notes: Used as override attribute for pstate procedure
Initialized and used by HWPs.
</description>
<simpleType>
- <uint32_t>
- </uint32_t>
+ <uint16_t>
+ </uint16_t>
<array>2</array>
</simpleType>
<persistency>volatile-zeroed</persistency>
@@ -9670,8 +9690,8 @@ firmware notes: Used as override attribute for pstate procedure
Runtime throttle numerator setting for cfg_nm_n_per_slot
</description>
<simpleType>
- <uint32_t>
- </uint32_t>
+ <uint16_t>
+ </uint16_t>
<array>2</array>
</simpleType>
<persistency>volatile-zeroed</persistency>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 7b821437a..11cb44eb5 100755
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -1812,6 +1812,7 @@
<attribute><id>EFF_DRAM_MFG_ID</id></attribute>
<attribute><id>EFF_DRAM_TRRD_DLR</id></attribute>
<attribute><id>BAD_DQ_BITMAP</id></attribute>
+ <attribute><id>MSS_DIMM_THERMAL_LIMIT</id></attribute>
</targetType>
<targetType>
OpenPOWER on IntegriCloud