Re: [edk2] [PATCH] SecurityPkg FmpAuthenticationLibRsa2048Sha256: Remove PCD reference

2018-04-16 Thread Yao, Jiewen
l.com>; Zhang, Chao B > <chao.b.zh...@intel.com>; Zeng, Star <star.z...@intel.com> > Subject: [edk2] [PATCH] SecurityPkg FmpAuthenticationLibRsa2048Sha256: > Remove PCD reference > > PcdRsa2048Sha256PublicKeyBuffer is referenced but not used in the > library, that make

[edk2] [PATCH] SecurityPkg FmpAuthenticationLibRsa2048Sha256: Remove PCD reference

2018-04-16 Thread Star Zeng
PcdRsa2048Sha256PublicKeyBuffer is referenced but not used in the library, that makes me a little confusing. Actually, the PublicKeyData should be from the caller of AuthenticateFmpImage() as input parameter, for example EdkiiSystemCapsuleLib. This patch is to remove the PCD reference in this