From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=217.140.101.70; helo=foss.arm.com; envelope-from=jagadeesh.ujja@arm.com; receiver=edk2-devel@lists.01.org Received: from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id ABB0C211AD378 for ; Wed, 2 Jan 2019 22:15:50 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F1FBB15AB for ; Wed, 2 Jan 2019 22:15:49 -0800 (PST) Received: from mail-it1-f171.google.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D6C263F909 for ; Wed, 2 Jan 2019 22:15:49 -0800 (PST) Received: by mail-it1-f171.google.com with SMTP id m62so43982077ith.5 for ; Wed, 02 Jan 2019 22:15:49 -0800 (PST) X-Gm-Message-State: AJcUukdWwM1hjM9WkEG7JcRIEgFP/kDJtXesqgeeBviFL1HLRFwaEqL9 9Enq+AuL3CcnlbCpv7XG2+Upyy2WbYg8f/oVyHM= X-Google-Smtp-Source: ALg8bN7fe5H6oIUmGd7Ztqp2UKgOpdAQT9sBcERbOKB2To25Uv3tayApV9ryM6m2DwzupqBIMZBRFp5jgb3Ll/OviKI= X-Received: by 2002:a05:660c:781:: with SMTP id h1mr784892itk.52.1546496148972; Wed, 02 Jan 2019 22:15:48 -0800 (PST) MIME-Version: 1.0 References: <1546434828-24405-1-git-send-email-jagadeesh.ujja@arm.com> <1546434828-24405-11-git-send-email-jagadeesh.ujja@arm.com> In-Reply-To: From: Jagadeesh Ujja Date: Thu, 3 Jan 2019 11:45:37 +0530 X-Gmail-Original-Message-ID: Message-ID: To: "Zhang, Chao B" Cc: "edk2-devel@lists.01.org" , "Gao, Liming" , "leif.lindholm@linaro.org" , "ard.biesheuvel@linaro.org" , "Achin.Gupta@arm.com" , "Supreeth.Venkatesh@arm.com" , "Wang, Jian J" Subject: Re: [PATCH v2 10/11] SecurityPkg/AuthVariableLib: allow MM_STANDALONE drivers to use this library X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2019 06:15:51 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Jan 3, 2019 at 6:45 AM Zhang, Chao B wrote= : > > Reviewed-by : Chao Zhang 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 Thanks Jagadeesh > > -----Original Message----- > From: Jagadeesh Ujja [mailto:jagadeesh.ujja@arm.com] > Sent: Wednesday, January 2, 2019 9:14 PM > To: edk2-devel@lists.01.org; Gao, Liming ; Zhang, C= hao B ; leif.lindholm@linaro.org; ard.biesheuvel@li= naro.org; Achin.Gupta@arm.com; Supreeth.Venkatesh@arm.com; Wang, Jian J > Subject: [PATCH v2 10/11] SecurityPkg/AuthVariableLib: allow MM_STANDALON= E drivers to use this library > > =E2=80=9CAuthVariableLib=E2=80=9D library can be used by MM_STANDALONE dr= ivers 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 > Reviewed-by: Chao Zhang > --- > SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf b/Se= curityPkg/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. > +# Copyright (c) 2018, ARM Limited. All rights reserved.
> # > # This program and the accompanying materials # are licensed and made= available under the terms and conditions @@ -21,12 +22,12 @@ > FILE_GUID =3D B23CF5FB-6FCC-4422-B145-D855DBC0545= 7 > MODULE_TYPE =3D DXE_RUNTIME_DRIVER > VERSION_STRING =3D 1.0 > - LIBRARY_CLASS =3D AuthVariableLib|DXE_RUNTIME_DRIVER = DXE_SMM_DRIVER > + LIBRARY_CLASS =3D AuthVariableLib|DXE_RUNTIME_DRIVER = DXE_SMM_DRIVER MM_STANDALONE > > # > # The following information is for reference only and not required by th= e build tools. > # > -# VALID_ARCHITECTURES =3D IA32 X64 > +# VALID_ARCHITECTURES =3D IA32 X64 AARCH64 > # > > [Sources] > -- > 2.7.4 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel