diff options
author | whs <whs@us.ibm.com> | 2016-04-28 07:25:54 -0500 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2018-03-15 00:36:08 -0400 |
commit | 90316ae6f36a14ec2156cf2c1f1143fdb58ee291 (patch) | |
tree | 1fade5da2f25986f396b77d802eb8446ef7e0edb /src/import/hwpf | |
parent | 9da1175ad43ab1d35b46241ca3dd78567ba77aa3 (diff) | |
download | talos-sbe-90316ae6f36a14ec2156cf2c1f1143fdb58ee291.tar.gz talos-sbe-90316ae6f36a14ec2156cf2c1f1143fdb58ee291.zip |
Changes related to packaging of memory vpd on Nimbus
Create a HWP to process MR and MT keyword to map to memory vpd keyword.
Change specialization from MCS to MCA.
Change-Id: I910be7012fb49494f2315ad05c6a8103baedfd8b
Original-Change-Id: I426e4c7600e2158737c82e3c2380518c392ada5b
RTC: 144519
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23775
Tested-by: Jenkins Server
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55828
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/hwpf')
-rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml index 8fd0d110..8ff29974 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml @@ -46,4 +46,15 @@ <platInit/> </attribute> <!-- ********************************************************************* --> + <attribute> + <id>ATTR_MEMVPD_FREQS_MHZ</id> + <targetType>TARGET_TYPE_SYSTEM</targetType> + <description> + List of memory frequencies supported by the current system. + </description> + <valueType>uint32</valueType> + <array>4</array> + <platInit/> + </attribute> + <!-- ********************************************************************* --> </attributes> |