summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-03-09 15:15:27 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-06 14:57:30 -0400
commit6d389799ec062b5907135ebf0cd71f66934be106 (patch)
treed27295eec1fa72932103620196a6130f63395d2a /src/import/chips/p9/procedures
parent43b259bcb2af05aefed1ea091296d82de1fd4479 (diff)
downloadtalos-hostboot-6d389799ec062b5907135ebf0cd71f66934be106.tar.gz
talos-hostboot-6d389799ec062b5907135ebf0cd71f66934be106.zip
Change DIMM_SIZE from 8 bits to 32 bits
Change-Id: I53ed221962bff91294e9a7ecbff37c59bbb7d2e2 Original-Change-Id: I898dcc736d0280a139bda6bff5adb2903143bda8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21874 Tested-by: Jenkins Server Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23968 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
index d75667651..fb1b2bb61 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
@@ -1635,24 +1635,17 @@
<attribute>
<id>ATTR_EFF_DIMM_SIZE</id>
- <!-- P8 MBA level information -->
<targetType>TARGET_TYPE_MCS</targetType>
<description>
- DIMM Size.
- Used in various locations and is computed in mss_eff_cnfg.
- Can be overwritten by ODM vendors if done from the PNOR or odm_eff_cnfg.
- Each memory channel will have a value.
- creator: mss_eff_cnfg
- consumer: various
- firmware notes: none
+ DIMM Size, in GB Used in various locations and is computed in mss_eff_cnfg.
</description>
- <valueType>uint8</valueType>
+ <valueType>uint32</valueType>
<writeable/>
<odmVisable/>
<odmChangeable/>
<array> 2 2</array>
+ <mssUnits>GB</mssUnits>
<persistRuntime/>
- <mssAccessor>PORT</mssAccessor>
<mssAccessorName>eff_dimm_size</mssAccessorName>
</attribute>
OpenPOWER on IntegriCloud