diff options
author | Christopher Riedl <cmriedl@us.ibm.com> | 2016-10-17 14:56:20 -0500 |
---|---|---|
committer | spashabk-in <shakeebbk@in.ibm.com> | 2017-09-12 00:12:09 -0500 |
commit | 920c88b5d6f187a64eee9e07cd7bad9e3dc919a9 (patch) | |
tree | 6698c891dd273a3bfec5d8b9279ffaec481529fa /src/import/chips/p9/procedures/xml/attribute_info | |
parent | 728cdddd4c9b488351ab3061dc800cd285fa3c8e (diff) | |
download | talos-sbe-920c88b5d6f187a64eee9e07cd7bad9e3dc919a9.tar.gz talos-sbe-920c88b5d6f187a64eee9e07cd7bad9e3dc919a9.zip |
PPM reg collision (HW389511) work-around: Special Wake-up
- fixed screwed-up/duplicate commits
- addressed code review comments and implemented FAPI_ASSERT conditions
for the error case(s)
Change-Id: I71cbb7cb61e9452c95dba9c24d322603f10baba8
Original-Change-Id: I706b3247f0f9c3ea241ae2841fbce456577c78b6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31379
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: Prem Shanker Jha <premjha2@in.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/attribute_info')
-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 0c660956..b686742f 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 @@ -217,4 +217,21 @@ </chipEcFeature> </attribute> <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW389511</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + DD1 only: enable workarounds for HW389511 (PPM Reg collision) + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN</test> + </ec> + </chip> + </chipEcFeature> + </attribute> + <!-- ******************************************************************** --> </attributes> |