diff options
author | Liming Gao <liming.gao@intel.com> | 2015-05-14 05:03:55 +0000 |
---|---|---|
committer | lgao4 <lgao4@Edk2> | 2015-05-14 05:03:55 +0000 |
commit | 99d9ade85aad554a0fa08fff8586b0fd40570ac3 (patch) | |
tree | 82b18fbc29c9c93a53a50638fd5740d760911b9f /SecurityPkg | |
parent | c24001450b0fcac86fde6d10c1564246e432e1f9 (diff) | |
download | edk2-99d9ade85aad554a0fa08fff8586b0fd40570ac3.tar.gz edk2-99d9ade85aad554a0fa08fff8586b0fd40570ac3.tar.bz2 edk2-99d9ade85aad554a0fa08fff8586b0fd40570ac3.zip |
SecurityPkg: Add more comments for PcdTpmInstanceGuid
When PcdTpmInstanceGuid is configured to other value,
it means other TPM 2.0 device.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: "Yao, Jiewen" <Jiewen.Yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17446 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/SecurityPkg.dec | 1 | ||||
-rw-r--r-- | SecurityPkg/SecurityPkg.uni | bin | 35500 -> 35774 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 11c1d84dc7..25ec7d0d1c 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -346,6 +346,7 @@ # TPM_DEVICE_INTERFACE_NONE means disable.<BR>
# TPM_DEVICE_INTERFACE_TPM12 means TPM 1.2 DTPM.<BR>
# TPM_DEVICE_INTERFACE_DTPM2 means TPM 2.0 DTPM.<BR>
+ # Other GUID value means other TPM 2.0 device.<BR>
# @Prompt TPM device type identifier
gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid |{ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }|VOID*|0x0001000F
diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni Binary files differindex de496043ff..0a13827c8d 100644 --- a/SecurityPkg/SecurityPkg.uni +++ b/SecurityPkg/SecurityPkg.uni |