diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2017-05-05 16:13:42 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-05-22 23:41:49 -0400 |
| commit | 1844c9f7ade671bb49800600e11eff5da1b03cba (patch) | |
| tree | 3d94e704900d51e1433efe3076f3f03790755e9e /src/usr | |
| parent | df39972b03daae39beaf59c80fedde34cc001066 (diff) | |
| download | blackbird-hostboot-1844c9f7ade671bb49800600e11eff5da1b03cba.tar.gz blackbird-hostboot-1844c9f7ade671bb49800600e11eff5da1b03cba.zip | |
Adds DCD calibration control attributes
Change-Id: I2c3783eba2e5638e20136494ad897b420737566e
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40178
Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40180
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 17 | ||||
| -rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 18 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index b364f697e..27fc6b616 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -34007,4 +34007,21 @@ Measured in GB</description> </hwpfToHbAttrMap> </attribute> +<attribute> + <id>MSS_RUN_DCD_CALIBRATION</id> + <description> + Selects whether or not DCD should be run + </description> + <simpleType> + <uint8_t></uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> + <hwpfToHbAttrMap> + <id>ATTR_MSS_RUN_DCD_CALIBRATION</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + </attributes> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index c8ba6b39f..5646a7916 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1329,6 +1329,7 @@ <attribute><id>PM_SPWUP_IGNORE_XSTOP_FLAG</id></attribute> <attribute><id>SECUREBOOT_PROTECT_DECONFIGURED_TPM</id></attribute> <attribute><id>CME_INSTRUCTION_TRACE_ENABLE</id></attribute> + <attribute><id>MSS_RUN_DCD_CALIBRATION</id></attribute> <!-- START memory workaround for DD1.02 --> <attribute><id>DO_MSS_WR_VREF</id></attribute> <attribute><id>DO_MSS_VREF_DAC</id></attribute> |

