diff options
Diffstat (limited to 'src/usr/targeting')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 21 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 0dc196474..140c4b009 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -32910,6 +32910,27 @@ Measured in GB</description> </attribute> <attribute> + <id>POUND_W_STATIC_DATA_ENABLE</id> + <description> + Enables pstate parameter block code to use the static #W data + Consumer: p9_pstate_parameter_block.C -> + + Platform default: OFF=0 + </description> + <simpleType> + <uint8_t> + <default>0</default> + </uint8_t> + </simpleType> + <persistency>non-volatile</persistency> + <readable/> + <hwpfToHbAttrMap> + <id>ATTR_POUND_W_STATIC_DATA_ENABLE</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + +<attribute> <id>PGPE_HCODE_FUNCTION_ENABLE</id> <description> Enables the PGPE Hcode to physically perform frequency and voltage diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index efe4dee33..61f3fec4f 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -915,6 +915,7 @@ <attribute><id>SYSTEM_RING_DBG_MODE</id></attribute> <attribute><id>NEST_LEAKAGE_PERCENT</id></attribute> <attribute><id>MSS_MRW_DRAM_WRITE_CRC</id></attribute> + <attribute><id>POUND_W_STATIC_DATA_ENABLE</id></attribute> <attribute><id>PGPE_HCODE_FUNCTION_ENABLE</id></attribute> <attribute><id>SYSTEM_DISABLE_QUEUED_SCAN</id></attribute> </targetType> |