diff options
author | Jenny Huynh <jhuynh@us.ibm.com> | 2017-04-13 07:55:49 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-27 09:50:54 -0400 |
commit | 6eeadb3b13e9201cab7bb947cfc53b3e9acc0912 (patch) | |
tree | 13ba0c23406e1013fbb264ded82ffd3bb24a7d41 /src/import | |
parent | ce07bf4734c377c5ece096b49a0b4981a25ff458 (diff) | |
download | blackbird-hostboot-6eeadb3b13e9201cab7bb947cfc53b3e9acc0912.tar.gz blackbird-hostboot-6eeadb3b13e9201cab7bb947cfc53b3e9acc0912.zip |
INT scan initfile change to add workaround for HW408972
Change-Id: Ice09a8348e121a0cfbed458807486e46d2957813
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39390
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: DAVID M. KAUER <dmkauer@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39393
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: 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 | 18 |
1 files changed, 18 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 19b5d4225..107ff9bc0 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 @@ -1811,6 +1811,24 @@ </attribute> <!-- ******************************************************************** --> <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW408972</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Nimbus DD1,DD2: enable workarounds for HW408972 in INT initfile + Workaround for missing escalation bug with group interrupts + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN_OR_EQUAL</test> + </ec> + </chip> + </chipEcFeature> + </attribute> + <!-- ******************************************************************** --> + <attribute> <id>ATTR_CHIP_EC_FEATURE_HW397255</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description> |