diff options
author | Prasad Bg Ranganath <prasadbgr@in.ibm.com> | 2017-02-01 04:25:08 -0600 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-03-17 11:32:03 -0400 |
commit | c02404bc31d5e1772ed2688f22535633f11f7356 (patch) | |
tree | c8081496c047f9da9646af1f121235707eec6484 /src/usr/targeting | |
parent | f1f81170d75cfbbc44d7f7d11b63f24367ddf7a7 (diff) | |
download | talos-hostboot-c02404bc31d5e1772ed2688f22535633f11f7356.tar.gz talos-hostboot-c02404bc31d5e1772ed2688f22535633f11f7356.zip |
p9_pstate_parameter_block: access #W and populate parameter block stucture
Change-Id: I2d996c848d893074cec0eb74408b3300b60ff1d9
RTC:167146
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35721
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: RAHUL BATRA <rbatra@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35723
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
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> |