summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml21
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml19
2 files changed, 39 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
index f5efc884..d8f7af45 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/pm_hwp_attributes.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER sbe Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2017,2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2017,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -361,6 +361,25 @@
</attribute>
<!-- ********************************************************************* -->
<attribute>
+ <id>ATTR_PMCR_MOST_RECENT_MODE</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>Enables the platform mode where the most recent PMCR update
+ will be the controlling value for Pstate changes. If disabled,
+ the legacy "fastest one wins" algorithm is used.
+
+ Producer: p9_build_pstate_datablock
+
+ Consumers: p9_hcode_image_build ->
+ PGPE Header
+ CME Header
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <initToZero/>
+ </attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
<id>ATTR_VDM_ENABLED</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>Indicator that all relevant attributes and required data for
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 e35db500..729d2b4c 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
@@ -2617,4 +2617,23 @@
<mrwHide/>
<default>1024</default>
</attribute>
+ <!-- ********************************************************************* -->
+ <attribute>
+ <id>ATTR_PMCR_MOST_RECENT_MODE</id>
+ <targetType>TARGET_TYPE_PROC_CHIP</targetType>
+ <description>Enables the platform mode where the most recent PMCR update
+ will be the controlling value for Pstate changes. If disabled,
+ the legacy "fastest one wins" algorithm is used.
+
+ Producer: p9_build_pstate_datablock
+
+ Consumers: p9_hcode_image_build ->
+ PGPE Header
+ CME Header
+ </description>
+ <valueType>uint8</valueType>
+ <enum>FALSE=0, TRUE=1</enum>
+ <writeable/>
+ <initToZero/>
+ </attribute>
</attributes>
OpenPOWER on IntegriCloud