summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types_hb.xml13
-rw-r--r--src/usr/targeting/common/xmltohb/target_types_hb.xml1
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/xmltohb.pl4
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
OpenPOWER on IntegriCloud