diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2017-07-06 09:26:11 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:07:43 -0400 |
commit | 02e1726c49628666837b1f38b688ef4f7a597a8b (patch) | |
tree | 9d2b3caf2a868e81360ad4c30d6599cde0572931 /src/import | |
parent | 00c730b5ebefe74c919776049400138e322f394b (diff) | |
download | talos-hostboot-02e1726c49628666837b1f38b688ef4f7a597a8b.tar.gz talos-hostboot-02e1726c49628666837b1f38b688ef4f7a597a8b.zip |
TP, Nest FIR updates -- DD2 updates to match RAS XML
TP Pervasive LFIR
- mark bit 21 recoverable to match XML specification
- add Nimbus-only workaround for XBUS PLL lock reporting
- adjust MEM PLL reset,setup routines to avoid generating spurious attention
from MEM PLL
FBC IOE TL FIR
- mask bits 9,12,15 to match XML specification
- mark bits 56..58 checkstop to match XML specification
FBC IOO DL FIR
- mask bits 56..59, 62..63 to match XML specification
- mark bits 60..61 recoverable to match XML specification
IO OBUS FIR
- mark bit 2 recoverable to match XML specification
CXA FIR
- update initfile to handle change in number of implemented bits from
Nimbus DD1 to DD2
NX CQ FIR
- mark bits 6,16,20..21,23..24,28,39 checkstop to match XML specification
- mark bit 11 recoverable to match XML specification changes
Change-Id: Ic2bdf913ef98b6ad1ae6b94fe1e8a2ae8dacad70
Original-Change-Id: Ic954b2281d1d86ad91e7cd4952923af8c0fa0d8b
CQ: HW415692
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42905
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: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55552
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-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 | 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 f81146384..fdb72aa77 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 @@ -3606,6 +3606,23 @@ </chipEcFeature> </attribute> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW415692</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Nimbus DD[12] -- XB PLL lock reporting is unreliable + based on unused x0 instance + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x21</value> + <test>LESS_THAN_OR_EQUAL</test> + </ec> + </chip> + </chipEcFeature> + </attribute> <!-- ******************************************************************** --> <!-- Memory Section --> |