summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-02-16 07:18:48 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-24 07:29:26 -0500
commit4b3cf2ee74ed938823783eafdec354ace91a4a2c (patch)
treeca77d29cf89c4756285f2250bc9ae8a02e66b163 /src
parentd2d93b50b7a917710647585d905d3db00f8d59c0 (diff)
downloadtalos-sbe-4b3cf2ee74ed938823783eafdec354ace91a4a2c.tar.gz
talos-sbe-4b3cf2ee74ed938823783eafdec354ace91a4a2c.zip
PM: add ATTR_PGPE_HCODE_FUNCTION_ENABLE attribute to control PGPE ops
- change Bostboot default Change-Id: Id270060b325226215616ac4d17321603d5322e9f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36552 Dev-Ready: Gregory S. Still <stillgs@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36686 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml27
1 files changed, 27 insertions, 0 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 5d6e2cce..3038533b 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
@@ -1541,4 +1541,31 @@
<platInit/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_PGPE_HCODE_FUNCTION_ENABLE</id>
+ <description>
+ Enables the PGPE Hcode to physically perform frequency and voltage operations
+ based on constructed parameters (eg #V VPD, system parameters, biases, WPF
+ VFRTs. etc). If OFF, the PGPE provides an immedicate good response to all
+ Pstate/WOF IPC operations from the OCC for firmware integration testing purposes.
+
+ Consumer: p9_hcode_image_build.c ->
+ PGPE Header field
+
+ Platform default: OFF
+ <!--
+ @todo RTC 169662 at some point in the program, this default may be switched to
+ the opposite setting. However, coordination needs to occur with all CIs
+ as this will enable functions that may not be modeled across the board.
+ -->
+ </description>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <valueType>uint8</valueType>
+ <enum>
+ OFF = 0x00, ON = 0x01
+ </enum>
+ <platInit/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud