diff options
| author | Nick Klazynski <jklazyns@us.ibm.com> | 2017-07-11 12:26:15 -0500 |
|---|---|---|
| committer | Dean Sanner <dsanner@us.ibm.com> | 2017-07-12 08:37:23 -0400 |
| commit | 545eb2ec77f2dda32ee7ffa838fa1a7f22af068e (patch) | |
| tree | 79c9cd039b0b86f35a042b749e2f4f5374cd9ee1 | |
| parent | 139aad45de8e3685067c38c974a27eb939743937 (diff) | |
| download | talos-hostboot-545eb2ec77f2dda32ee7ffa838fa1a7f22af068e.tar.gz talos-hostboot-545eb2ec77f2dda32ee7ffa838fa1a7f22af068e.zip | |
Add WA for HW415236
Change-Id: I87d525df67248d54a91283429f985e61a43fade2
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42991
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43001
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: Dean Sanner <dsanner@us.ibm.com>
| -rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 17 |
1 files changed, 17 insertions, 0 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 0d192ba73..daa54c47c 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 @@ -2879,6 +2879,23 @@ </attribute> <!-- ******************************************************************** --> <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW415236</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + HW415236 - ISU flush restore problem + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>GREATER_THAN_OR_EQUAL</test> + </ec> + </chip> + </chipEcFeature> + </attribute> + <!-- ******************************************************************** --> + <attribute> <id>ATTR_CHIP_EC_FEATURE_HW415114</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |

