Re: [edk2] [PATCH] SecurityPkg: TcgConfigDxe: Move TPM state string update to CallBack function

2016-02-01 Thread Bi, Dandan
Reviewed-by: Dandan Bi -Original Message- From: Zhang, Chao B Sent: Friday, January 29, 2016 4:47 PM To: edk2-de...@ml01.01.org Cc: Yao, Jiewen; Bi, Dandan; Zhang, Chao B Subject: [PATCH] SecurityPkg: TcgConfigDxe: Move TPM state string update to CallBack function

[edk2] [PATCH] SecurityPkg: TcgConfigDxe: Move TPM state string update to CallBack function

2016-01-29 Thread Zhang, Chao B
TPM state string update requires HiiHandle which may not be ready when calling ExtractConfig. Move this logic to CallBack function. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chao Zhang --- SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDriver.c | 10