summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2016-07-23 20:30:32 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-04 11:13:33 -0400
commit00dad14c9961bde038cffc153f163451934cad28 (patch)
treeda5df3a86d6e7547b7f4011c84b624ed501241db
parente0ba35ff9e494b805a1db2fe4879963f1275a173 (diff)
downloadtalos-hostboot-00dad14c9961bde038cffc153f163451934cad28.tar.gz
talos-hostboot-00dad14c9961bde038cffc153f163451934cad28.zip
add values for ATTR_DPLL_VDM_RESPONSE enumerations
Cronus XML parser appears to require specification of values Change-Id: Id4b9c62151c37efc1f263a97241ec4ec84bd2e80 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27410 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: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27412 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
index fd10b8809..53457dbef 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml
@@ -1272,10 +1272,10 @@
</description>
<valueType>uint8</valueType>
<enum>
- STATIC_FREQ,
- STATIC_DROOP_PROTECT,
- DROOP_PROTECT_OVERVOLT,
- DYNAMIC_FREQ
+ STATIC_FREQ = 0x00,
+ STATIC_DROOP_PROTECT = 0x01,
+ DROOP_PROTECT_OVERVOLT = 0x02,
+ DYNAMIC_FREQ = 0x04
</enum>
<initToZero/>
<platInit/>
OpenPOWER on IntegriCloud