diff options
author | Qiu Shumin <shumin.qiu@intel.com> | 2015-08-27 05:23:46 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-08-27 05:23:46 +0000 |
commit | f194d8733db7c919fed94b2d1ddc67207766d78b (patch) | |
tree | 152815ec6f64e1591b780d1e21a362d68a14f85e | |
parent | cf34f86bc2b630b874df4ff657421942fbf8721b (diff) | |
download | edk2-f194d8733db7c919fed94b2d1ddc67207766d78b.tar.gz edk2-f194d8733db7c919fed94b2d1ddc67207766d78b.tar.bz2 edk2-f194d8733db7c919fed94b2d1ddc67207766d78b.zip |
SecurityPkg: Add missing PCD usage information.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18333 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | SecurityPkg/SecurityPkg.dec | 2 | ||||
-rw-r--r-- | SecurityPkg/SecurityPkg.uni | bin | 37562 -> 39586 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 61bf4c434a..29e81d07b8 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -367,6 +367,7 @@ ## This PCR means the OEM configurated number of PCR banks.
# 0 means dynamic get from supported HASH algorithm
+ # @Prompt OEM configurated number of PCR banks.
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2NumberOfPCRBanks|0x0|UINT32|0x00010015
## Provides one or more SHA 256 Hashes of the RSA 2048 public keys used to verify Recovery and Capsule Update images
@@ -391,6 +392,7 @@ ## This PCD indicated final BIOS supported Hash mask.
# Bios may choose to register a subset of PcdTpm2HashMask.
# So this PCD is final value of how many hash algo is extended to PCR.
+ # @Prompt Hash Algorithm bitmap.
gEfiSecurityPkgTokenSpaceGuid.PcdTcg2HashAlgorithmBitmap|0xFFFFFFFF|UINT32|0x00010016
[UserExtensions.TianoCore."ExtraFiles"]
diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni Binary files differindex 4dc2590a61..4e49008dc6 100644 --- a/SecurityPkg/SecurityPkg.uni +++ b/SecurityPkg/SecurityPkg.uni |