Skip to content

Commit

Permalink
Packaging of memory vpd on Nimbus, MCA->MCS
Browse files Browse the repository at this point in the history
Change from MCA to MCS target. Update decode logic.

Change-Id: I73cae7ff0b03d6649c377b22e26bf0c9e6961653
Original-Change-Id: I71408c25ce33cf6e342bb704b5d173f8d98229dc
RTC: 144519
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25403
Tested-by: Jenkins Server
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: William H. Schwartz <whs@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69768
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
whs authored and sgupta2m committed Dec 18, 2018
1 parent b5a8ad9 commit 984f025
Showing 1 changed file with 0 additions and 112 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3265,116 +3265,4 @@
<mssAccessorName>eff_dram_txs</mssAccessorName>
</attribute>

<attribute>
<id>ATTR_VPD_OVERRIDE_MT</id>
<targetType>TARGET_TYPE_MCA</targetType>
<description>
Byte-for-byte override for the bucket of MT data that would
normally come from VPD. If ATTR_VPD_OVERRIDE_MT_ENABLE!=0 then
the value of this attribute will be returned to callers of
fapi2::getVPD() instead of the actual VPD contents.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<array>255</array>
<platInit/>
<overrideOnly/>
</attribute>

<attribute>
<id>ATTR_VPD_OVERRIDE_MT_ENABLE</id>
<targetType>TARGET_TYPE_MCA</targetType>
<description>
Set equal to 1 to activate the use of ATTR_VPD_OVERRIDE_MT.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<platInit/>
<overrideOnly/>
</attribute>

<attribute>
<id>ATTR_VPD_OVERRIDE_MR</id>
<targetType>TARGET_TYPE_MCA</targetType>
<description>
Byte-for-byte override for the bucket of MR data that would
normally come from VPD. If ATTR_VPD_OVERRIDE_MR_ENABLE!=0 then
the value of this attribute will be returned to callers of
fapi2::getVPD() instead of the actual VPD contents.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<array>255</array>
<platInit/>
<overrideOnly/>
</attribute>

<attribute>
<id>ATTR_VPD_OVERRIDE_MR_ENABLE</id>
<targetType>TARGET_TYPE_MCA</targetType>
<description>
Set equal to 1 to activate the use of ATTR_VPD_OVERRIDE_MR.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<platInit/>
<overrideOnly/>
</attribute>

<attribute>
<id>ATTR_VPD_OVERRIDE_MW</id>
<targetType>TARGET_TYPE_MCA</targetType>
<description>
Byte-for-byte override for the bucket of MW data that would
normally come from VPD. If ATTR_VPD_OVERRIDE_MW_ENABLE!=0 then
the value of this attribute will be returned to callers of
fapi2::getVPD() instead of the actual VPD contents.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<array>255</array>
<platInit/>
<overrideOnly/>
</attribute>

<attribute>
<id>ATTR_VPD_OVERRIDE_MW_ENABLE</id>
<targetType>TARGET_TYPE_MCA</targetType>
<description>
Set equal to 1 to activate the use of ATTR_VPD_OVERRIDE_MW.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<platInit/>
<overrideOnly/>
</attribute>

<attribute>
<id>ATTR_SPD_OVERRIDE</id>
<targetType>TARGET_TYPE_DIMM</targetType>
<description>
Byte-for-byte override for the bucket of data that would
normally come from SPD. If ATTR_SPD_OVERRIDE_ENABLE!=0 then
the value of this attribute will be returned to callers of
fapi2::getSPD() instead of the actual SPD contents.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<array>512</array>
<platInit/>
<overrideOnly/>
</attribute>

<attribute>
<id>ATTR_SPD_OVERRIDE_ENABLE</id>
<targetType>TARGET_TYPE_DIMM</targetType>
<description>
Set equal to 1 to activate the use of ATTR_SPD_OVERRIDE.
</description>
<initToZero></initToZero>
<valueType>uint8</valueType>
<platInit/>
<overrideOnly/>
</attribute>

</attributes>

0 comments on commit 984f025

Please sign in to comment.