diff options
author | whs <whs@us.ibm.com> | 2016-04-28 07:25:54 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-19 09:12:18 -0400 |
commit | 1f28d29962ed0a5001caa30412388d586f2c74b3 (patch) | |
tree | 3d5df034f44a376594805899db8fccfdf0026c0f /src/import/hwpf/fapi2/xml/attribute_info | |
parent | 163963f9c80111373daa1bdc23e26d299a0aa950 (diff) | |
download | talos-hostboot-1f28d29962ed0a5001caa30412388d586f2c74b3.tar.gz talos-hostboot-1f28d29962ed0a5001caa30412388d586f2c74b3.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: 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/23798
Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/import/hwpf/fapi2/xml/attribute_info')
-rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml | 9 | ||||
-rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml | 13 |
2 files changed, 21 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml index adeadd9e0..88cd2e9c2 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml @@ -102,6 +102,15 @@ </attribute> <attribute> <id>ATTR_SDISN_SETUP</id> + <default>0</default> + </attribute> + <attribute> + <id>ATTR_MEMVPD_POS</id> + <default>0</default> + </attribute> + <attribute> + <id>ATTR_MEMVPD_FREQS_MHZ</id> + <default>0,0,0,0</default> </attribute> <attribute> <id>ATTR_VPD_OVERRIDE_MT</id> 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 3fa2ac231..4e3d9be64 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml @@ -7,7 +7,7 @@ <!-- --> <!-- EKB Project --> <!-- --> -<!-- COPYRIGHT 2015 --> +<!-- COPYRIGHT 2015,2016 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -40,4 +40,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> |