summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/common/xmltohb/attribute_types_hb.xml')
-rwxr-xr-xsrc/usr/targeting/common/xmltohb/attribute_types_hb.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
index 349d04273..c0cd729ed 100755
--- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml
@@ -1189,6 +1189,23 @@
<hbOnly/>
</attribute>
+ <attribute>
+ <id>TPM_MODEL</id>
+ <description>
+ Indicates TPM Model (or family) for a TPM Target
+ 0x00 = Undetermined (reserved if actively detected in the future)
+ 0x01 = Nuvoton 65x (default)
+ 0x02 = Nuvoton 75x
+ </description>
+ <simpleType>
+ <uint8_t>
+ <default>1</default>
+ </uint8_t>
+ </simpleType>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ </attribute>
+
<enumerationType>
<id>TPM_ROLE</id>
<description>
OpenPOWER on IntegriCloud