diff options
author | Greg Still <stillgs@us.ibm.com> | 2015-11-11 09:24:59 -0600 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2016-01-21 11:19:51 -0600 |
commit | c173baf64a8de289207a268b58cc335be1ea3062 (patch) | |
tree | d3d2b9339c3db93290fb28bc5b086b95d90dc375 /import/chips/p9/procedures | |
parent | 1f958970cb34f02a2f7c862240e5c25737f347a9 (diff) | |
download | talos-sbe-c173baf64a8de289207a268b58cc335be1ea3062.tar.gz talos-sbe-c173baf64a8de289207a268b58cc335be1ea3062.zip |
Power Management Platform and Frequency Attributes
- Focus on AVSBus and I2C VRM location attributes
- Reference clock attributes
- Initial frequency and voltage biasing attributes that will be used
by the Pstate Parameter Block code in time.
- Consolodate voltage attributes in on place
- Added PBAX topology attributes per OCC interlock
- Rebase
Change-Id: I444eed215b2951ca7d5d053a0b5644652102c690
Original-Change-Id: I3c6817b5240587aaa84d57a78443453ff140aaf7
RTC: 141323
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/21953
Tested-by: Jenkins Server
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23468
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures')
-rw-r--r-- | import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml index 4107ea30..1696f1f0 100644 --- a/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml +++ b/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml @@ -301,26 +301,6 @@ </attribute> <attribute> - <id>ATTR_VCS_BOOT_VOLTAGE</id> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> - <description>Boot Voltages - VCS</description> - <valueType>uint32</valueType> - <persistRuntime/> - <platInit/> - <writeable/> -</attribute> - -<attribute> - <id>ATTR_VDD_BOOT_VOLTAGE</id> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> - <description>Boot Voltages - VDD</description> - <valueType>uint32</valueType> - <persistRuntime/> - <platInit/> - <writeable/> -</attribute> - -<attribute> <id>ATTR_WAIT_N0</id> <targetType>TARGET_TYPE_PROC_CHIP</targetType> <description></description> |