summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2017-02-08 07:53:13 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-04-19 12:21:31 -0400
commitdf222fe8c32433edce54439c929ee69d5c28dca2 (patch)
tree5778f16152ff53f02f1da180d6e010586e9074e8
parent06353ce8201f07142dc74be3c405a7c5ded73f3c (diff)
downloadtalos-sbe-df222fe8c32433edce54439c929ee69d5c28dca2.tar.gz
talos-sbe-df222fe8c32433edce54439c929ee69d5c28dca2.zip
p9_pstate_param_blk: Define VFRT table and initialize the data
Change-Id: If517d23014f40bc3f07563fc4009ff25b59f7745 RTC:167141 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36131 Dev-Ready: Gregory S. Still <stillgs@us.ibm.com> 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: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.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/38208 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml37
1 files changed, 37 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 b8df2dfb..e865152f 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
@@ -948,6 +948,20 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_WOF_TABLE_DATA</id>
+ <targetType>TARGET_TYPE_SYSTEM</targetType>
+ <description>
+ WOF data from PNOR which contains WOF header data + VFRT data (vfrt header +
+ data for 8 Vdn, 21Vdd and 6 Quads)
+ Consumed by p9_pstate_parameter_block procedure
+ </description>
+ <valueType>uint8</valueType>
+ <initToZero/>
+ <array>131072</array>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
<id>ATTR_DUMP_STOP_INFO_SUPPRESS_ERROR_TRACE</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
@@ -1711,4 +1725,27 @@
<platInit/>
</attribute>
<!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_SYS_VFRT_STATIC_DATA_ENABLE</id>
+ <description>
+
+ Enables pstate parameter block code to use the static system vfrt data
+ Consumer: p9_pstate_parameter_block.C ->
+
+ 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>
+ <initToZero/>
+ <platInit/>
+ </attribute>
+ <!-- ********************************************************************* -->
</attributes>
OpenPOWER on IntegriCloud