From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::143; helo=mail-it1-x143.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x143.google.com (mail-it1-x143.google.com [IPv6:2607:f8b0:4864:20::143]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C17702119FF4E for ; Fri, 4 Jan 2019 02:41:14 -0800 (PST) Received: by mail-it1-x143.google.com with SMTP id z7so1054389iti.0 for ; Fri, 04 Jan 2019 02:41:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=4bfSnRl9s2fHLNv2WcThQ/TIesKUnxV9xmZAp8WspcM=; b=S77UVlMfenyBS/CQbst5LCvvwAv2S2MBeISFhL2sqsO/VJLE+wRUcqRJTMB8UK4axK EMeGibSohC8oO/4DMd54TWSTNq+DGeIEuDajRugReJ/c7T/AQoyGXlR1FUfL1agLFXzo KDOr6jlQ4CMLkd/GbvT0zMO7MVQjmkcX2W/l8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=4bfSnRl9s2fHLNv2WcThQ/TIesKUnxV9xmZAp8WspcM=; b=jAOKuWCHHDcZ1Y88Z+DoTchDWMFtCwDGPZ3G7KfM/+e7BgtNMipbJu1JAvkssqNWHb Dr1iUR/kV1zALSZVUJNmf1iSiZcgU6+0pvEAT+l9UGdE0K2OVE+9JzwrmtoI0wHpf0km SrEUtdN+IWCgsTEro2fxUeltWxHKTfj4ETx3XXLgTzOeCpKXxvVttvJFe2Mih7R7zxIB Wwp5/AodTQdKgmvZ6yrYd/AYHfkewh6DVEl8ETUhy6Eb1b8zM3tdANFxQvwTSLGSp4+H 3HrDHvO+G11LNYSpHR5W1SfzMGYaKbh0q0YlQTBeFHbB6JAxXPOGGF3kETZtEUZI5kkR DnyA== X-Gm-Message-State: AA+aEWZpuyU5GgBRkD7bufa9ab4n6BAuJooS84wtbLXHuyvb+zoO9cSm dZOjQIXQqh/SnIyHZRUK/MPUm0C8/fGIxJ5XLhxZzQ== X-Google-Smtp-Source: AFSGD/Um5vSIJycg4txpLAhAssKQLDJ8B5yPHJmvf2iTxrwmNo/2aB0uKWPqqwWevvjR/FESvnzifgZD1Jn+T3NzxfU= X-Received: by 2002:a02:183:: with SMTP id 3mr34700194jak.130.1546598473668; Fri, 04 Jan 2019 02:41:13 -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: Ard Biesheuvel Date: Fri, 4 Jan 2019 11:41:02 +0100 Message-ID: To: Jagadeesh Ujja Cc: "Zhang, Chao B" , "edk2-devel@lists.01.org" , "Gao, Liming" , "leif.lindholm@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: Fri, 04 Jan 2019 10:41:15 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 3 Jan 2019 at 07:15, Jagadeesh Ujja wrote: > > On Thu, Jan 3, 2019 at 6:45 AM Zhang, Chao B wro= te: > > > > 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 > Reviewed-by: Ard Biesheuvel Pushed as 8ef653aa5aad..38f3c1b0d274 > > > > -----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,= Chao B ; leif.lindholm@linaro.org; ard.biesheuvel@= linaro.org; Achin.Gupta@arm.com; Supreeth.Venkatesh@arm.com; Wang, Jian J <= jian.j.wang@intel.com> > > Subject: [PATCH v2 10/11] SecurityPkg/AuthVariableLib: allow MM_STANDAL= ONE drivers to use this library > > > > =E2=80=9CAuthVariableLib=E2=80=9D 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 > > 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/= 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.
> > # > > # This program and the accompanying materials # are licensed and ma= de available under the terms and conditions @@ -21,12 +22,12 @@ > > FILE_GUID =3D B23CF5FB-6FCC-4422-B145-D855DBC05= 457 > > MODULE_TYPE =3D DXE_RUNTIME_DRIVER > > VERSION_STRING =3D 1.0 > > - LIBRARY_CLASS =3D AuthVariableLib|DXE_RUNTIME_DRIVE= R DXE_SMM_DRIVER > > + LIBRARY_CLASS =3D AuthVariableLib|DXE_RUNTIME_DRIVE= R DXE_SMM_DRIVER MM_STANDALONE > > > > # > > # The following information is for reference only and not required by = the 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