diff options
author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2017-07-03 12:30:01 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-13 10:05:07 -0400 |
commit | e86fa9f6d5a9b9cd06332b9fa445d18433628014 (patch) | |
tree | bd7d53dbce30864e1121e5ae95f77eb4338123d7 /src/import | |
parent | 908eda4b38455ecb7115759253a7c6530bc3dbee (diff) | |
download | talos-hostboot-e86fa9f6d5a9b9cd06332b9fa445d18433628014.tar.gz talos-hostboot-e86fa9f6d5a9b9cd06332b9fa445d18433628014.zip |
PSTATE_PARAMETER_BLOCK structure alignment and error handling
- Add VDM EC attribute to generally disable VDMs on Nimbus DD1
Change-Id: Ie9abb25033c514456cf93fa9fc23c873aa2553bc
Original-Change-Id: I7743bbff9c8f975074068d760373b8b9b8294d32
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42714
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: Adam S. Hale <adam.samuel.hale@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/55542
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 8264ef441..b81847ed4 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 @@ -3907,6 +3907,23 @@ </chip> </chipEcFeature> </attribute> + <!-- ******************************************************************** --> + <attribute> + <id>ATTR_CHIP_EC_FEATURE_VDM_NOT_SUPPORTED</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description> + Voltage Droop Monitor non-support in manufacturing. + </description> + <chipEcFeature> + <chip> + <name>ENUM_ATTR_NAME_NIMBUS</name> + <ec> + <value>0x20</value> + <test>LESS_THAN</test> + </ec> + </chip> + </chipEcFeature> + </attribute> <!-- ******************************************************************** --> <attribute> <id>ATTR_CHIP_EC_FEATURE_DD1_ANALOG</id> |