summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/freq_attributes.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/freq_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/freq_attributes.xml
index 21579bcd7..304548f71 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/freq_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/freq_attributes.xml
@@ -55,15 +55,22 @@
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>
Maximum frequency (in MHz) that this system can run the DIMMs at.
- There are 4 possible values determined by the dimm configuration.
+ There are 5 possible values determined by the dimm configuration.
+ For configurations which have mixed rank configurations, the lowest
+ frequency based on ranks of either DIMM is chosen. For example if
+ there was a 1R and a 2R DIMM installed, and 1R dual drop was a lower
+ max freq than 2R dual drop, then the 1R max freq would be the max allowed.
[0]=One rank, single drop
[1]=Two rank, single drop
- [2]=One rank, dual drop
- [3]=Two rank, dual drop
- A value of zero would indicate an unsupported configuration.
+ [2]=Four rank, single drop
+ [3]=One rank, dual drop
+ [4]=Two rank, dual drop
+ A value of zero would indicate an unsupported configuration. Note: Do not
+ use this attribute to limit configurations, it is not checked during plug rules.
+ If you have an unsupported configuration, use the value 0 as the maximum freq.
</description>
<valueType>uint32</valueType>
- <array>4</array>
+ <array>5</array>
<platInit/>
</attribute>
<!-- ********************************************************************* -->
OpenPOWER on IntegriCloud