diff options
-rw-r--r-- | src/usr/targeting/common/xmltohb/attribute_types.xml | 52 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/target_types.xml | 3 |
2 files changed, 55 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml index 6a4abb475..8c4df5a04 100644 --- a/src/usr/targeting/common/xmltohb/attribute_types.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types.xml @@ -28600,4 +28600,56 @@ DEPRECATED!!!! </hwpfToHbAttrMap> </attribute> +<attribute> + <id>PIBMEM_REPAIR0</id> + <description> + Pibmem repair attribute 0 + </description> + <simpleType> + <uint64_t></uint64_t> + </simpleType> + <persistency>non-volatile</persistency> + <readable/> + <writeable/> + <hwpfToHbAttrMap> + <id>ATTR_PIBMEM_REPAIR0</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + +<attribute> + <id>PIBMEM_REPAIR1</id> + <description> + Pibmem repair attribute 1 + </description> + <simpleType> + <uint64_t></uint64_t> + </simpleType> + <persistency>non-volatile</persistency> + <readable/> + <writeable/> + <hwpfToHbAttrMap> + <id>ATTR_PIBMEM_REPAIR1</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + +<attribute> + <id>PIBMEM_REPAIR2</id> + <description> + Pibmem repair attribute 2 + </description> + <simpleType> + <uint64_t></uint64_t> + </simpleType> + <persistency>non-volatile</persistency> + <readable/> + <writeable/> + <hwpfToHbAttrMap> + <id>ATTR_PIBMEM_REPAIR2</id> + <macro>DIRECT</macro> + </hwpfToHbAttrMap> +</attribute> + + </attributes> diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml index a36212ba9..d2a9ef988 100755 --- a/src/usr/targeting/common/xmltohb/target_types.xml +++ b/src/usr/targeting/common/xmltohb/target_types.xml @@ -2106,6 +2106,9 @@ <attribute><id>DISABLE_HBBL_VECTORS</id></attribute> <attribute><id>SECURITY_ENABLE</id></attribute> <attribute><id>SECURITY_MODE</id></attribute> + <attribute><id>PIBMEM_REPAIR0</id></attribute> + <attribute><id>PIBMEM_REPAIR1</id></attribute> + <attribute><id>PIBMEM_REPAIR2</id></attribute> </targetType> <!-- enc-node-power9 --> |