Skip to content

Commit

Permalink
move ATTR_SPD_OVERRIDE[_ENABLE] to cronus only file
Browse files Browse the repository at this point in the history
Change-Id: I7091f7d56f8a138b5f70099cf4a256c25a914133
Signed-off-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72894
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Dev-Ready: Steven B. Janssen <janssens@us.ibm.com>
Reviewed-by: Steven B. Janssen <janssens@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72898
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
mklight authored and dcrowell77 committed Mar 7, 2019
1 parent bdaa5b1 commit a7c8ac4
Showing 1 changed file with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,32 +156,6 @@
<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>
<valueType>uint8</valueType>
<array>4096</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>
<valueType>uint8</valueType>
<platInit/>
<overrideOnly/>
</attribute>

<attribute>
<id>ATTR_MSS_OVERRIDE_MEMDIAGS_BCMODE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
Expand Down

0 comments on commit a7c8ac4

Please sign in to comment.