diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2018-08-17 10:55:42 -0500 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2018-08-28 10:26:10 -0500 |
commit | b38e80aebe0e820c3102488cf424cf129cc58794 (patch) | |
tree | b0493caf568a37fad80206406d92c6c0aadd1cb8 /src/import/chips/p9 | |
parent | a84a3f3af197b668cee1e2a821e0e7c973362ec2 (diff) | |
download | talos-hostboot-b38e80aebe0e820c3102488cf424cf129cc58794.tar.gz talos-hostboot-b38e80aebe0e820c3102488cf424cf129cc58794.zip |
prevent NVDL recal_abort to OBUS PHY during SMP usage
p9.fbc.scan.intifile
scan init NVDL pipe to drive recal_abort low, on Cumulus only
chip_ec_attributes
redefine feature attribute for 404391, to skip SCOM based glsmux
X-state workaround sequence on Cumulus and use SCAN inits for
all functional OBUSes
Change-Id: I272392618b3e60e4c05b54f1cdf652871de717cb
CQ: SW442771
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64749
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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: Christopher W. Steffen <cwsteffen@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64796
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 40 |
1 files changed, 28 insertions, 12 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 003e8c6f6..ee42395f5 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 @@ -7438,7 +7438,7 @@ <!-- ******************************************************************** --> <attribute> <id>ATTR_CHIP_EC_FEATURE_HW404391_SCAN</id>> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP</targetType> <description> Nimbus DD2.1+: Workaround glxmux xstate issue by adjusting scan flush state of selected latches in NVDL and PHY logic @@ -7452,6 +7452,13 @@ </ec> </chip> <chip> + <name>ENUM_ATTR_NAME_CUMULUS</name> + <ec> + <value>0x11</value> + <test>GREATER_THAN_OR_EQUAL</test> + </ec> + </chip> + <chip> <name>ENUM_ATTR_NAME_AXONE</name> <ec> <value>0x10</value> @@ -7465,29 +7472,21 @@ <id>ATTR_CHIP_EC_FEATURE_HW404391_SCOM</id>> <targetType>TARGET_TYPE_PROC_CHIP,TARGET_TYPE_PROC_CHIP</targetType> <description> - Nimbus DD2.0 + Cumulus: Workaround glxmux xstate issue by applying SCOM - sequence + Nimbus DD2.0: Workaround glxmux xstate issue by applying SCOM sequence </description> <chipEcFeature> <chip> <name>ENUM_ATTR_NAME_NIMBUS</name> <ec> <value>0x20</value> - <test>EQUAL</test> + <test>LESS_THAN_OR_EQUAL</test> </ec> </chip> <chip> <name>ENUM_ATTR_NAME_CUMULUS</name> <ec> <value>0x10</value> - <test>GREATER_THAN_OR_EQUAL</test> - </ec> - </chip> - <chip> - <name>ENUM_ATTR_NAME_AXONE</name> - <ec> - <value>0x10</value> - <test>GREATER_THAN_OR_EQUAL</test> + <test>EQUAL</test> </ec> </chip> </chipEcFeature> @@ -7792,6 +7791,23 @@ </attribute> <!-- ******************************************************************** --> <attribute> + <id>ATTR_CHIP_EC_FEATURE_SW442771</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Adjust scan flush state of NV DL logic to deassert recal abort + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_CUMULUS</name> + <ec> + <value>0x10</value> + <test>GREATER_THAN_OR_EQUAL</test> + </ec> + </chip> + </chipEcFeature> + </attribute> + <!-- ******************************************************************** --> + <attribute> <id>ATTR_CHIP_EC_FEATURE_HW439321_FIXED_IN_P9UDD13</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |