diff options
author | Matt Derksen <v2cibmd@us.ibm.com> | 2016-05-20 14:39:32 -0500 |
---|---|---|
committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-05-24 11:37:25 -0400 |
commit | 8cfc640412d38e73c032805767a4729d8129cc99 (patch) | |
tree | 5ca980ee10563d68f2a6e05f343d46f1adae2ea7 /src/usr | |
parent | da40907dea7dcf75914243145c7821af611a269f (diff) | |
download | talos-hostboot-8cfc640412d38e73c032805767a4729d8129cc99.tar.gz talos-hostboot-8cfc640412d38e73c032805767a4729d8129cc99.zip |
Fixed attributes from freq_attributes.xml and pervasive_attributes.xml
Fixed ATTR_MAX_ALLOWED_DIMM_FREQ
Added ATTR_REQUIRED_SYNCH_MODE
Added ATTR_MC_SYNC_MODE to processor target type
Change-Id: Ib3fc0f8e9fb3d750ee68bf41e8f238dff1a32e91
RTC:154318
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24879
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 9 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index b8a479992..f7837e140 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -18818,6 +18818,10 @@ DEPRECATED!!!! <description> Specify the system policy to enforce synchronous mode between memory and nest. This drives the value of ATTR_MEM_IN_SYNCH_MODE. + 0 = UNDETERMINED : Run synchronously if the dimm and nest freq matches + 1 = ALWAYS : Require matching frequencies and deconfigure memory that + does not match the nest + 2 = NEVER : Do not run synchronously, even if the frequencies match </description> <simpleType> <uint8_t> @@ -18845,15 +18849,14 @@ DEPRECATED!!!! <simpleType> <uint32_t> </uint32_t> - <array>0,1, 2, 3</array> + <array>4</array> </simpleType> <hwpfToHbAttrMap> <id>ATTR_MAX_ALLOWED_DIMM_FREQ</id> <macro>DIRECT</macro> </hwpfToHbAttrMap> - <persistency>volatile-zeroed</persistency> + <persistency>non-volatile</persistency> <readable/> - <writeable/> </attribute> <!--<attribute> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 7a7c41b24..6c2c323b4 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1929,6 +1929,8 @@ <attribute><id>FREQ_PROC_REFCLOCK</id></attribute> <attribute><id>FREQ_PROC_REFCLOCK_KHZ</id></attribute> <attribute><id>FREQ_MEM_REFCLOCK</id></attribute> + <attribute><id>MAX_ALLOWED_DIMM_FREQ</id></attribute> + <attribute><id>REQUIRED_SYNCH_MODE</id></attribute> <attribute><id>BOOT_FREQ_MHZ</id></attribute> <attribute><id>FREQ_A</id></attribute> <attribute><id>FREQ_PB</id></attribute> @@ -2223,6 +2225,7 @@ <attribute><id>CLOCK_PLL_MUX0</id></attribute> <attribute><id>BOOT_FREQ_MULT</id></attribute> <attribute><id>PFET_OFF_CONTROLS</id></attribute> + <attribute><id>MC_SYNC_MODE</id></attribute> </targetType> <!-- chip-processor-nimbus --> |