diff options
author | Christopher M. Riedl <cmriedl@us.ibm.com> | 2017-04-06 16:57:06 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-04-14 17:23:55 -0400 |
commit | dee13f38e1cb01069492bb084bbb22e2141e89ec (patch) | |
tree | ece8b40b260088c11b80e501f3ae0fca5de01d7b /src/usr | |
parent | ef59f97ba2c92ff824667e9ad20500c28e9353be (diff) | |
download | talos-hostboot-dee13f38e1cb01069492bb084bbb22e2141e89ec.tar.gz talos-hostboot-dee13f38e1cb01069492bb084bbb22e2141e89ec.zip |
PM: Resonant Clocking Enablement - Infrastructure
- update/implement resonant clocking pstate parameter block procedure
- implement a function to initialize resclk attributes to defaults from
a header file (header to be updated by clocking team)
- update/fix resclk attributes in xml
Change-Id: I0bb83303cdc5452931a72fb970931c6aff43c03b
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38954
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: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com>
Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38959
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')
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 6096ed292..4a7995c2c 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -31891,11 +31891,12 @@ Measured in GB</description> </description> <simpleType> - <uint8_t></uint8_t> + <uint16_t></uint16_t> <array>8</array> </simpleType> - <persistency>non-volatile</persistency> + <persistency>volatile-zeroed</persistency> <readable/> + <writeable/> <hwpfToHbAttrMap> <id>ATTR_SYSTEM_RESCLK_FREQ_REGIONS</id> <macro>DIRECT</macro> @@ -31919,8 +31920,9 @@ Measured in GB</description> <uint8_t></uint8_t> <array>8</array> </simpleType> - <persistency>non-volatile</persistency> + <persistency>volatile-zeroed</persistency> <readable/> + <writeable/> <hwpfToHbAttrMap> <id>ATTR_SYSTEM_RESCLK_FREQ_REGION_INDEX</id> <macro>DIRECT</macro> @@ -31940,8 +31942,9 @@ Measured in GB</description> <uint16_t></uint16_t> <array>64</array> </simpleType> - <persistency>non-volatile</persistency> + <persistency>volatile-zeroed</persistency> <readable/> + <writeable/> <hwpfToHbAttrMap> <id>ATTR_SYSTEM_RESCLK_VALUE</id> <macro>DIRECT</macro> @@ -31977,8 +31980,9 @@ Measured in GB</description> <uint8_t></uint8_t> <array>4</array> </simpleType> - <persistency>non-volatile</persistency> + <persistency>volatile-zeroed</persistency> <readable/> + <writeable/> <hwpfToHbAttrMap> <id>ATTR_SYSTEM_RESCLK_L3_VALUE</id> <macro>DIRECT</macro> @@ -32001,8 +32005,9 @@ Measured in GB</description> <simpleType> <uint16_t></uint16_t> </simpleType> - <persistency>non-volatile</persistency> + <persistency>volatile-zeroed</persistency> <readable/> + <writeable/> <hwpfToHbAttrMap> <id>ATTR_SYSTEM_RESCLK_L3_VOLTAGE_THRESHOLD_MV</id> <macro>DIRECT</macro> |