diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2013-04-11 15:02:20 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-22 17:08:27 -0500 |
| commit | 0245ff11fe0e32f8c72159afa7ddfd10c4ee528d (patch) | |
| tree | 2fceb1924c2f7e983886a0cf659f4c3cb39458bc | |
| parent | 50668cca25d622fa2caa5192d927b9619d164f20 (diff) | |
| download | blackbird-hostboot-0245ff11fe0e32f8c72159afa7ddfd10c4ee528d.tar.gz blackbird-hostboot-0245ff11fe0e32f8c72159afa7ddfd10c4ee528d.zip | |
Add Targ Attribute to indicate if attr-overrides exist in PLCK IPL
This change is just adding the attribute. The code that actually
uses the attribute (HWSV and Hostboot code) will be added later.
Change-Id: I3d368863911c41fd35968916148b00e3c4601663
RTC: 66444
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4019
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: KUMAR V. CHALLA <kvchalla@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
| -rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 13 | ||||
| -rw-r--r-- | src/usr/targeting/common/xmltohb/target_types.xml | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 1ff36becf..0feaa2c87 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -11839,4 +11839,17 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript </hwpfToHbAttrMap> </attribute> +<attribute> + <id>PLCK_IPL_ATTR_OVERRIDES_EXIST</id> + <description> + Set to 1 by HWSV to indicate that attribute overrides exist in a PLCK IPL + (not an IPL by steps). This is read by Hostboot to deterine if it needs + to request the attribute overrides from HWSV before starting its IPL. + </description> + <simpleType><uint8_t><default>0x00</default></uint8_t></simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> +</attribute> + </attributes> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index 5cbde3b91..88f9fe91f 100644 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -178,6 +178,7 @@ <attribute><id>MRW_SAFEMODE_MEM_THROTTLE_DENOMINATOR</id></attribute> <attribute><id>MRW_SAFEMODE_MEM_THROTTLE_NUMERATOR_PER_CHIP</id></attribute> <attribute><id>MRW_THERMAL_MEMORY_POWER_LIMIT</id></attribute> + <attribute><id>PLCK_IPL_ATTR_OVERRIDES_EXIST</id></attribute> </targetType> <targetType> |

