Re: [edk2-devel] [Patch] SecurityPkg Tcg2Dxe: Add Variable Arch protocol dependency

2019-10-16 Thread Yao, Jiewen
reviewed-by: jiewen Yao thank you! Yao, Jiewen > 在 2019年10月17日,上午7:47,Gao, Liming 写道: > > commit a7e2d20193e853020a1415c25b53280955055394 introduces the code to > get PcdTpm2AcpiTableRev in the driver entry point. This PCD is designed as > DynamicHii or DynamicHiiEx PCD. So, this PCD depends

[edk2-devel] [Patch] SecurityPkg Tcg2Dxe: Add Variable Arch protocol dependency

2019-10-16 Thread Liming Gao
commit a7e2d20193e853020a1415c25b53280955055394 introduces the code to get PcdTpm2AcpiTableRev in the driver entry point. This PCD is designed as DynamicHii or DynamicHiiEx PCD. So, this PCD depends on Variable service. To make sure PcdTpm2AcpiTableRev value be got, add Variable service as Depex.