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.xml26
1 files changed, 16 insertions, 10 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 b85e22f43..4b5ef665a 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
@@ -51,16 +51,6 @@
</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>
@@ -91,4 +81,20 @@
<platInit/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_REQUIRED_SYNCH_MODE</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ Specify the system policy to enforce synchronous mode between memory and
+ nest. This drives the value of ATTR_MEM_IN_SYNCH_MODE.
+ UNDETERMINED : Run synchronously if the dimm and nest freq matches
+ ALWAYS : Require matching frequencies and deconfigure memory that
+ does not match the nest
+ NEVER : Do not run synchronously, even if the frequencies match
+ </description>
+ <valueType>uint8</valueType>
+ <enum>UNDETERMINED=0, ALWAYS=1, NEVER=2</enum>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud