On Thu, 3 Jan 2019 at 07:15, Jagadeesh Ujja <[email protected]> wrote: > > On Thu, Jan 3, 2019 at 6:45 AM Zhang, Chao B <[email protected]> wrote: > > > > Reviewed-by : Chao Zhang <[email protected]> > > Hi Chao Zhang, > > Thanks for the review, I will not be having any new changes with this > specific patch. > Can you please merge this patch, so that I will not resubmit with > other patch set >
Reviewed-by: Ard Biesheuvel <[email protected]> Pushed as 8ef653aa5aad..38f3c1b0d274 > > > > -----Original Message----- > > From: Jagadeesh Ujja [mailto:[email protected]] > > Sent: Wednesday, January 2, 2019 9:14 PM > > To: [email protected]; Gao, Liming <[email protected]>; Zhang, > > Chao B <[email protected]>; [email protected]; > > [email protected]; [email protected]; [email protected]; > > Wang, Jian J <[email protected]> > > Subject: [PATCH v2 10/11] SecurityPkg/AuthVariableLib: allow MM_STANDALONE > > drivers to use this library > > > > “AuthVariableLib” library can be used by MM_STANDALONE drivers as well. > > So add MM_STANDALONE as the module type this library supports. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Jagadeesh Ujja <[email protected]> > > Reviewed-by: Chao Zhang <[email protected]> > > --- > > SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf > > b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf > > index 572ba4e..4294d3b 100644 > > --- a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf > > +++ b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf > > @@ -2,6 +2,7 @@ > > # Provides authenticated variable services. > > # > > # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR> > > +# Copyright (c) 2018, ARM Limited. All rights reserved.<BR> > > # > > # This program and the accompanying materials # are licensed and made > > available under the terms and conditions @@ -21,12 +22,12 @@ > > FILE_GUID = B23CF5FB-6FCC-4422-B145-D855DBC05457 > > MODULE_TYPE = DXE_RUNTIME_DRIVER > > VERSION_STRING = 1.0 > > - LIBRARY_CLASS = AuthVariableLib|DXE_RUNTIME_DRIVER > > DXE_SMM_DRIVER > > + LIBRARY_CLASS = AuthVariableLib|DXE_RUNTIME_DRIVER > > DXE_SMM_DRIVER MM_STANDALONE > > > > # > > # The following information is for reference only and not required by the > > build tools. > > # > > -# VALID_ARCHITECTURES = IA32 X64 > > +# VALID_ARCHITECTURES = IA32 X64 AARCH64 > > # > > > > [Sources] > > -- > > 2.7.4 > > > > _______________________________________________ > > edk2-devel mailing list > > [email protected] > > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

