diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2018-03-01 15:29:41 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-05 19:18:08 -0500 |
commit | 36766721c03077a64a0622f74debb95ba9bda3b2 (patch) | |
tree | e07a3e5d0b935c14535cd9884d389deabf178d53 /src | |
parent | 36573c1d29c94ef206979e1ef019e7a21bac18da (diff) | |
download | talos-hostboot-36766721c03077a64a0622f74debb95ba9bda3b2.tar.gz talos-hostboot-36766721c03077a64a0622f74debb95ba9bda3b2.zip |
Disable WOF for Cumulus DD1.0
Change-Id: I4d4704098f92004f5a6a141e16b80a2b2dd2a3ff
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54925
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+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: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54933
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-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 | 7 |
1 files changed, 7 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 1e850250f..0b39d9fe8 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 @@ -6464,6 +6464,13 @@ <test>LESS_THAN_OR_EQUAL</test> </ec> </chip> + <chip> + <name>ENUM_ATTR_NAME_CUMULUS</name> + <ec> + <value>0x10</value> + <test>LESS_THAN_OR_EQUAL</test> + </ec> + </chip> </chipEcFeature> </attribute> <!-- ******************************************************************** --> |