summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/pm_plat_attributes.xml27
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml5
2 files changed, 32 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 6a0bd7466..da76d2257 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>
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
index 274f55078..127f8ccbc 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
@@ -87,6 +87,11 @@
<id>ATTR_PERF_24x7_INVOCATION_TIME_MS</id>
<default>0x1</default>
</attribute>
+ <attribute>
+ <id>ATTR_PGPE_HCODE_FUNCTION_ENABLE</id>
+ <!-- this setting enables the OCC Immediate Resp Mode Only -->
+ <default>0x0</default>
+ </attribute>
<attribute>
<id>ATTR_IO_OBUS_DCCAL_FLAGS</id>
<default>0x0</default>
OpenPOWER on IntegriCloud