diff options
author | Andre Marin <aamarin@us.ibm.com> | 2017-07-12 09:42:23 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:08:11 -0400 |
commit | e9b81f6e03115c4d307430d2d770e100746fd22e (patch) | |
tree | ee812d8e4cbb1d89675cd46279950b325d839f42 /src/import | |
parent | 3ce08029e577be673222528a864706d0abe6337c (diff) | |
download | talos-hostboot-e9b81f6e03115c4d307430d2d770e100746fd22e.tar.gz talos-hostboot-e9b81f6e03115c4d307430d2d770e100746fd22e.zip |
Remove reset_dll from scominit, enable delay line tap points
reset_dll API was found to be redundant to what already
exists in the initfile per John Bialas. Removed if
from scominit. Also included initfile changes that
John made by enabling delay line tap points
Change-Id: I7f165089ee7848f0b93cb4e7d4e25b0e7d609c79
Original-Change-Id: Ide517e8dced5176d508dcb352e041e09da206a09
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43018
Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com>
Reviewed-by: 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>
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: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55554
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml index 9d3e46dcd..ed559f4d2 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml @@ -2008,7 +2008,7 @@ <id>ATTR_CHIP_EC_FEATURE_HW408892</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> - Nimbus DD1.X, DD2.0: Leave at deafult value of DIV_BY_10 + Nimbus DD1.X, DD2.0: Leave at deafult value of DIV_BY_10 </description> <chipEcFeature> <chip> @@ -3928,6 +3928,23 @@ </chipEcFeature> </attribute> +<attribute> + <id>ATTR_CHIP_EC_FEATURE_HW407064</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Enable DP16 delay line tap point for DD2 and beyond + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN</test> + </ec> + </chip> + </chipEcFeature> + </attribute> + <attribute> <id>ATTR_CHIP_EC_FEATURE_HW368644</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> @@ -4304,8 +4321,8 @@ <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> Returns true if spy name has usage only in P9C. - Spy Name of Cumulus; Also used for cumulus only - oscswitch settings. + Spy Name of Cumulus; Also used for cumulus only + oscswitch settings. </description> <chipEcFeature> <chip> |