diff options
| author | Marty Gloff <mgloff@us.ibm.com> | 2017-04-17 17:01:13 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-05-23 12:36:57 -0400 |
| commit | 280883b46812d44f94c079de68043dd644aa5c43 (patch) | |
| tree | ab5f8b2d7c0644c25df131200ad97dc079d70873 /src/usr | |
| parent | 096ef9048330813def6681fb0f45271cb3c24259 (diff) | |
| download | blackbird-hostboot-280883b46812d44f94c079de68043dd644aa5c43.tar.gz blackbird-hostboot-280883b46812d44f94c079de68043dd644aa5c43.zip | |
Complete gerrit38372> Fixed blue waterfall workaround bugs
Remove DO_BLUE_WATERFALL_ADJUST attribute.
Change-Id: I33d1670361c8b2bc95bb625bac2a11aade285214
RTC: 172057
CMVC-Prereq: 1022720
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39346
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 20 | ||||
| -rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 6a79205da..aebd4f5ad 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -33747,26 +33747,6 @@ Measured in GB</description> </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> - -<attribute> <id>NDL_MESHCTRL_SETUP</id> <description>Control NDL training:meshctrl setup</description> <simpleType> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 5646a7916..3b8feb478 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -1335,7 +1335,6 @@ <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> <attribute><id>CME_CHTM_TRACE_ENABLE</id></attribute> <attribute><id>CME_CHTM_TRACE_MEMORY_CONFIG</id></attribute> <attribute><id>PRD_HWP_PLID</id></attribute> |

