diff options
author | Joe McGill <jmcgill@us.ibm.com> | 2017-01-23 08:56:53 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-01-30 11:38:27 -0500 |
commit | b07177bb4bf07adde1bc693fb90fbcafd75a5f61 (patch) | |
tree | 4add0db376a14d714017c10441c6c10ce1bb0815 /src | |
parent | 9055d62baf47daacab1c8dc8ab84c3382dba7b4d (diff) | |
download | talos-hostboot-b07177bb4bf07adde1bc693fb90fbcafd75a5f61.tar.gz talos-hostboot-b07177bb4bf07adde1bc693fb90fbcafd75a5f61.zip |
p9.core.scan.initfile -- mask local error from CC in EC perv LFIR
Change-Id: I1176cf9eba88a9f4f0b0309d15a44c45caf73ef9
CQ: HW401249
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35231
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: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35250
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')
-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 8e764d87f..39177fe6c 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 @@ -1884,6 +1884,23 @@ </chip> </chipEcFeature> </attribute> + <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_HW401249</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Nimbus DD1: mask EC local error from CC + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN</test> + </ec> + </chip> + </chipEcFeature> + </attribute> <!-- ******************************************************************** --> <!-- Memory Section --> |