diff options
Diffstat (limited to 'src')
| -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> |

