diff options
Diffstat (limited to 'src/usr/targeting')
-rwxr-xr-x | src/usr/targeting/common/xmltohb/attribute_types_hb.xml | 13 | ||||
-rw-r--r-- | src/usr/targeting/common/xmltohb/target_types_hb.xml | 1 | ||||
-rwxr-xr-x | src/usr/targeting/common/xmltohb/xmltohb.pl | 4 |
3 files changed, 16 insertions, 2 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml index 972c2f01e..e1cebe965 100755 --- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml @@ -1128,4 +1128,17 @@ <writeable/> </attribute> +<attribute> + <id>CENTAUR_REGISTER_CACHE_PTR</id> + <description> + Pointer to Secure Boot Centaur SCOM register cache + </description> + <simpleType> + <uint64_t></uint64_t> + </simpleType> + <persistency>volatile-zeroed</persistency> + <readable/> + <writeable/> +</attribute> + </attributes> diff --git a/src/usr/targeting/common/xmltohb/target_types_hb.xml b/src/usr/targeting/common/xmltohb/target_types_hb.xml index 5f43f0a7a..46c145c75 100644 --- a/src/usr/targeting/common/xmltohb/target_types_hb.xml +++ b/src/usr/targeting/common/xmltohb/target_types_hb.xml @@ -186,6 +186,7 @@ <attribute> <id>HBRT_HYP_ID</id> </attribute> + <attribute><id>CENTAUR_REGISTER_CACHE_PTR</id></attribute> </targetTypeExtension> <targetTypeExtension> diff --git a/src/usr/targeting/common/xmltohb/xmltohb.pl b/src/usr/targeting/common/xmltohb/xmltohb.pl index 8d8ac765b..78b28e227 100755 --- a/src/usr/targeting/common/xmltohb/xmltohb.pl +++ b/src/usr/targeting/common/xmltohb/xmltohb.pl @@ -4366,8 +4366,8 @@ sub getAttributeIdEnumeration { # attribute_types_hb.xml or attributes_types_fsp. else { - croak("Error: AttributeId $attribute->{id} " - . "defined multiple times"); + croak("Error: AttributeId $attribute->{id} " + . "defined multiple times"); } } else |