SecurityPkg: Fix spelling errors
https://bugzilla.tianocore.org/show_bug.cgi?id=2265 Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
committed by
Michael D Kinney
parent
6e7e9b9578
commit
d6b926e76e
@ -26,10 +26,10 @@ typedef struct _HASH_INFO {
|
||||
//
|
||||
// This PPI carries prehashsed data for one FV. Platform should ensure 1:1 mapping between pre-hashed PPI and corresponding FV.
|
||||
// The Count field in PPI is followed by Count number of FV hash info entries, which can be extended to PCR and logged to TCG event log directly by TCG modules.
|
||||
// TCG module checks TPM required hash algorithms(PcdTpm2HashMask) with each pre-hased PPIs
|
||||
// TCG module checks TPM required hash algorithms(PcdTpm2HashMask) with each pre-hashed PPIs
|
||||
// For each pre-hashed PPI
|
||||
// If PPI carries hash generated by equivalent or larger algorithm set than TPM required, directly use PPI
|
||||
// else, drops PPI data and cacluate all hash again
|
||||
// else, drops PPI data and calculate all hash again
|
||||
//
|
||||
typedef struct {
|
||||
UINT32 FvBase;
|
||||
|
Reference in New Issue
Block a user