diff options
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/chip_ec_attributes.xml | 7 | ||||
-rw-r--r-- | src/usr/fapi2/target.C | 2 |
2 files changed, 7 insertions, 2 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 dfffafe2c..7ca4cc1c1 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> <!-- ******************************************************************** --> diff --git a/src/usr/fapi2/target.C b/src/usr/fapi2/target.C index 46338c65f..39a23d99b 100644 --- a/src/usr/fapi2/target.C +++ b/src/usr/fapi2/target.C @@ -31,8 +31,6 @@ #include <target.H> -#error "Preventing CI from running" - namespace PLAT_TARGET { |