summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-01-20 10:19:03 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-21 16:44:55 -0400
commitb56679f1a51f1523254fdc816b32e4d264841bbb (patch)
treeadae08120ae23c2aee6233bed061a7994a4f1f9e /src
parentce7c22cf773117335fc375b73c2ffea844d2957f (diff)
downloadtalos-hostboot-b56679f1a51f1523254fdc816b32e4d264841bbb.tar.gz
talos-hostboot-b56679f1a51f1523254fdc816b32e4d264841bbb.zip
Add new attributes for memory freq calculations
Change-Id: I4910312a5fef8c31494256c043b4701951f7f56b Original-Change-Id: I8e0a296e7e942335aaffb88467e62fcdc526c90e Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23439 Tested-by: Jenkins Server Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Andre A. Marin <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42145 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/freq_attributes.xml27
1 files changed, 27 insertions, 0 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 65e250f4a..66d46088b 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
@@ -50,4 +50,31 @@
<platInit/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_MEM_IN_SYNCH_MODE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Run the memory clocks in synchronous mode with the nest clocks.
+ </description>
+ <valueType>uint8</valueType>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_MAX_ALLOWED_DIMM_FREQ</id>
+ <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.
+ [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.
+ </description>
+ <valueType>uint32</valueType>
+ <array>4</array>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud