On Mon, 21 Jan 2019 at 13:40, Gao, Liming <[email protected]> wrote: > > Ard: > Wang, Jian is the reviewer of CryptoPkg. I think that his review-by is > enough. >
OK, thanks! > Thanks > Liming > > -----Original Message----- > > From: Ard Biesheuvel [mailto:[email protected]] > > Sent: Monday, January 21, 2019 8:36 PM > > To: Wang, Jian J <[email protected]>; Ye, Ting <[email protected]> > > Cc: [email protected]; Kinney, Michael D > > <[email protected]>; Gao, Liming <[email protected]>; Wei, Gang > > <[email protected]>; Zhang, Chao B <[email protected]>; Yao, Jiewen > > <[email protected]>; Wu, Hao A > > <[email protected]>; Zeng, Star <[email protected]>; Achin Gupta > > <[email protected]>; Jagadeesh Ujja > > <[email protected]> > > Subject: Re: [PATCH 1/4] CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE > > modules > > > > On Fri, 18 Jan 2019 at 12:12, Ard Biesheuvel <[email protected]> > > wrote: > > > > > > On Fri, 18 Jan 2019 at 08:08, Wang, Jian J <[email protected]> wrote: > > > > > > > > > > > > > > > > Reviewed-by: Jian J Wang <[email protected]> > > > > > > > > > > Ting, do you have any objections to this patch? > > > > > > > Ping? > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Ard Biesheuvel [mailto:[email protected]] > > > > > Sent: Thursday, January 17, 2019 5:22 AM > > > > > To: [email protected] > > > > > Cc: Ard Biesheuvel <[email protected]>; Kinney, Michael D > > > > > <[email protected]>; Gao, Liming <[email protected]>; Ye, > > > > > Ting > > > > > <[email protected]>; Wei, Gang <[email protected]>; Wang, Jian J > > > > > <[email protected]>; Zhang, Chao B <[email protected]>; Yao, > > > > > Jiewen <[email protected]>; Wu, Hao A <[email protected]>; Zeng, > > > > > Star > > > > > <[email protected]>; Achin Gupta <[email protected]>; Jagadeesh > > > > > Ujja > > > > > <[email protected]> > > > > > Subject: [PATCH 1/4] CryptoPkg/SmmCryptLib: permit use by > > > > > MM_STANDALONE > > > > > modules > > > > > > > > > > Permit SmmCryptLib to be used by MM_STANDALONE modules > > > > > > > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > > > > Signed-off-by: Ard Biesheuvel <[email protected]> > > > > > --- > > > > > CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 2 +- > > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > > > diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf > > > > > b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf > > > > > index c34699cd62bf..a681fe2f36b8 100644 > > > > > --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf > > > > > +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf > > > > > @@ -30,7 +30,7 @@ [Defines] > > > > > MODULE_TYPE = DXE_SMM_DRIVER > > > > > VERSION_STRING = 1.0 > > > > > PI_SPECIFICATION_VERSION = 0x0001000A > > > > > - LIBRARY_CLASS = BaseCryptLib|DXE_SMM_DRIVER > > > > > SMM_CORE > > > > > + LIBRARY_CLASS = BaseCryptLib|DXE_SMM_DRIVER > > > > > SMM_CORE > > > > > MM_STANDALONE > > > > > > > > > > # > > > > > # The following information is for reference only and not required > > > > > by the build > > > > > tools. > > > > > -- > > > > > 2.17.1 > > > > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

