diff options
author | Yue Du <daviddu@us.ibm.com> | 2016-10-06 14:59:16 -0500 |
---|---|---|
committer | spashabk-in <shakeebbk@in.ibm.com> | 2017-09-12 00:12:03 -0500 |
commit | 844735a20aeab79a395bae2c5aa37157de3f222b (patch) | |
tree | 07d53599d752f2d2fd3d8fb6b46a0b69a60b4c37 /src/import | |
parent | d5844a72024e38f23299604db749d3e0441d96e0 (diff) | |
download | talos-sbe-844735a20aeab79a395bae2c5aa37157de3f222b.tar.gz talos-sbe-844735a20aeab79a395bae2c5aa37157de3f222b.zip |
Cache HWP: DD1 VCS Workaround
Change-Id: Ie1539ac675d2c66568feff5ad181005a4caec561
Original-Change-Id: I9634a767878904f810cb1e6a0767ba4bbad241cb
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30827
Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@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 6eaeeb8e..bad27f93 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 @@ -181,4 +181,22 @@ </chip> </chipEcFeature> </attribute> + <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_VCS_POWER_ON_IN_CHIPLET_RESET</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + DD1 only: enable VCS workaround in istep4 cache hwp. This is used by + the procedure for p9_hcd_cache_poweron and p9_hcd_cache_chiplet_reset. + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN</test> + </ec> + </chip> + </chipEcFeature> + </attribute> </attributes> |