Jim Yuan | f5da1de | 2019-03-25 09:49:24 -0700 | [diff] [blame] | 1 | From db0d855457974d520d829259f56488e6c896be0e Mon Sep 17 00:00:00 2001 |
| 2 | From: Jim Yuan <jim.yuan@supermicro.com> |
| 3 | Date: Thu, 27 Oct 2016 10:42:48 -0700 |
| 4 | Subject: [PATCH 13/14] enable TPM required sensor. |
| 5 | |
| 6 | Signed-off-by: Jim Yuan <jim.yuan@supermicro.com> |
| 7 | --- |
| 8 | src/usr/targeting/common/xmltohb/attribute_types_hb.xml | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | diff --git a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml |
| 12 | index 3cfdb9aa0..84536fbb4 100644 |
| 13 | --- a/src/usr/targeting/common/xmltohb/attribute_types_hb.xml |
| 14 | +++ b/src/usr/targeting/common/xmltohb/attribute_types_hb.xml |
| 15 | @@ -1200,7 +1200,7 @@ |
| 16 | </enumerator> |
| 17 | <enumerator> |
| 18 | <name>TPM_REQUIRED</name> |
| 19 | - <value>0xFFFF</value> |
| 20 | + <value>0xCC03</value> |
| 21 | </enumerator> |
| 22 | </enumerationType> |
| 23 | |
| 24 | -- |
| 25 | 2.16.2.windows.1 |
| 26 | |