diff options
author | Stephen Glancy <sglancy@us.ibm.com> | 2017-01-23 10:25:55 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-01-30 11:40:56 -0500 |
commit | ef02e47839d9c312606cd7b51be614ec695d76ba (patch) | |
tree | eeb83dd18200717156386a29e3fbee07767476ef /src/usr | |
parent | 3933a5cbfc15fc4184b4c1045e558da232a83e5b (diff) | |
download | talos-hostboot-ef02e47839d9c312606cd7b51be614ec695d76ba.tar.gz talos-hostboot-ef02e47839d9c312606cd7b51be614ec695d76ba.zip |
Added periodic cal fix - fixes bad delays
Change-Id: I8c55c2947dd85cc9ada45aaa9225ce641633f259
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35239
Reviewed-by: Brian R. Silver <bsilver@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: JACOB L. HARVEY <jlharvey@us.ibm.com>
Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35335
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
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 | 19 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index c2d135f81..3d8e2b4e0 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -32752,5 +32752,24 @@ Measured in GB</description> </hwpfToHbAttrMap> </attribute> +<attribute> + <id>DO_BLUE_WATERFALL_ADJUST</id> + <description> + For Nimbus pre DD1.** we want to adjust the blue waterfall values + and their associated gate delays if the blue waterfalls are 0. + Post DD1.** will have a hardware enabled fix for this. + </description> + <simpleType> + <uint8_t> + </uint8_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> + <hwpfToHbAttrMap> + <id>ATTR_DO_BLUE_WATERFALL_ADJUST</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 d16b87f79..db04b94ad 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1295,6 +1295,7 @@ <attribute><id>DO_MSS_VREF_DAC</id></attribute> <attribute><id>DO_MSS_TRAINING_BAD_BITS</id></attribute> <!-- END memory workaround for DD1.02 --> + <attribute><id>DO_BLUE_WATERFALL_ADJUST</id></attribute> </targetType><!-- chip-processor-power9 --> |