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 b85e22f4301..4b5ef665af9 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,16 +50,6 @@ - - ATTR_MEM_IN_SYNCH_MODE - TARGET_TYPE_SYSTEM - - Run the memory clocks in synchronous mode with the nest clocks. - - uint8 - - - ATTR_MAX_ALLOWED_DIMM_FREQ TARGET_TYPE_SYSTEM @@ -91,4 +81,20 @@ + + ATTR_REQUIRED_SYNCH_MODE + TARGET_TYPE_SYSTEM + + 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 + + uint8 + UNDETERMINED=0, ALWAYS=1, NEVER=2 + + +