Re: [edk2] [PATCH 2/2] SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB

2016-11-17 Thread Yao, Jiewen
kg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB On 2016/11/17 20:19, Yao, Jiewen wrote: > Hi Star > 1) I am a little confused on below description. > + @param[in,out] Buffer Buffer to hold TPML_DIGEST_VALUES. > > I think the buffer is the *TPML_DIGEST_VALUE

Re: [edk2] [PATCH 2/2] SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB

2016-11-17 Thread Zeng, Star
On 2016/11/17 20:19, Yao, Jiewen wrote: Hi Star 1) I am a little confused on below description. + @param[in,out] Buffer Buffer to hold TPML_DIGEST_VALUES. I think the buffer is the *TPML_DIGEST_VALUES compact binary buffer*, instead of *TPML_DIGEST_VALUES*, right? I suggest we

Re: [edk2] [PATCH 2/2] SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB

2016-11-17 Thread Yao, Jiewen
Hi Star 1) I am a little confused on below description. + @param[in,out] Buffer Buffer to hold TPML_DIGEST_VALUES. I think the buffer is the *TPML_DIGEST_VALUES compact binary buffer*, instead of *TPML_DIGEST_VALUES*, right? I suggest we describe it clearly. 2) I think the FILTER

[edk2] [PATCH 2/2] SecurityPkg Tcg2Dxe: Filter inactive digest in event2 log from PEI HOB

2016-11-17 Thread Star Zeng
Cc: Jiewen Yao Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng --- SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c | 80 +-- 1 file changed, 76