diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2018-03-01 15:29:41 -0600 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2018-03-05 20:25:13 -0500 |
commit | c821b84e4ff5c52b058f61c282ca94eb2f155349 (patch) | |
tree | bc72bb77f42caef19a0da1804bd3cc919ddc583d /src/import/chips | |
parent | b51252885ec68bc58b2d4c8368d49d21e320da87 (diff) | |
download | talos-sbe-c821b84e4ff5c52b058f61c282ca94eb2f155349.tar.gz talos-sbe-c821b84e4ff5c52b058f61c282ca94eb2f155349.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/54932
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips')
-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 d974fcc6..1d416aff 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 @@ -6471,6 +6471,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> <!-- ******************************************************************** --> |