diff options
| author | Andrew Geissler <andrewg@us.ibm.com> | 2013-10-05 13:34:09 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-10-06 14:34:54 -0500 |
| commit | e1c3e07fbc9f0a4e8c2dd9e67bd7157abccd034b (patch) | |
| tree | 30f24eec45e936ed97c41a7d3f9ef595ccb2709a /src | |
| parent | 287b33ee0d0d72a2108ff10b3aec9283b88c8523 (diff) | |
| download | blackbird-hostboot-e1c3e07fbc9f0a4e8c2dd9e67bd7157abccd034b.tar.gz blackbird-hostboot-e1c3e07fbc9f0a4e8c2dd9e67bd7157abccd034b.zip | |
Make ATTR_CPM_TURBO_BOOST_PERCENT writeable.
This attribute definition comes from the TMGT def file so the TMGT
team needs to be able to write it.
Change-Id: I3ec8008f3818fbd5160d2192fb4bc62b29f3ed17
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6504
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 7aba1e146..f93bb1b89 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -12249,6 +12249,7 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript </simpleType> <persistency>non-volatile</persistency> <readable/> + <writeable/> <hwpfToHbAttrMap> <id>ATTR_CPM_TURBO_BOOST_PERCENT</id> <macro>DIRECT</macro> |

