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::d44; helo=mail-io1-xd44.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd44.google.com (mail-io1-xd44.google.com [IPv6:2607:f8b0:4864:20::d44]) (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 79B1521A07A82 for ; Fri, 4 Jan 2019 02:35:39 -0800 (PST) Received: by mail-io1-xd44.google.com with SMTP id g8so17865273iok.4 for ; Fri, 04 Jan 2019 02:35:39 -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=SI8XThi/2/AbKxjC0/RxHQKFXmy9D8+lI/lHuoDLIoQ=; b=HDva+Wod30zqcoNtnDrmzKdIvC3gg/GhH8kB86tTLPeGQCC0rIsom3g1q7KTvCDXDh QcwpG8uUd5p1/ythviY8nkutyeWU+KISPNKzFN+/aXzdtcpRUCOvPRk8FcWEr7Nl4BXi pxX1tqds9/u2KLv5fmIuEH50jtIQAuRO1NLYo= 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=SI8XThi/2/AbKxjC0/RxHQKFXmy9D8+lI/lHuoDLIoQ=; b=cqjIgqq7KV4wAlfLP/JlK7y2FgUvcSCqtR5q9iT4pKagEUheoFMx/w1yzpJ38vWepe QcZgANr4ToomzyixANC9LfOWEKEO0Y3zdCPQNgNNXB3eJMo20td9/BdAhTSXAyQaSxMl RQxYwVIYTyRwb96Xi2BaN3/RVOO81nnc1x/r2VkP7EqC/F/U71iJeMVLsiyCBQnF1XI8 x/KWhtTCABT33B7ZtpC6cRdc/G4JZQ0El7WiD/958x2FYZRAovsdKecJYbcJPEf3lVwt UPPot8MXC6XuimIucuqjxfBF9zcQpczI8DnOFT+Vzbq+T1Bd01R4rasBGbmW0xdPpcd2 PrMQ== X-Gm-Message-State: AJcUukfrbviaang5vhj9roKRwVPnqSFoEK1KZZceKoPu+O9o2AFYh7QN WXF8ommVoFRuvFnA7Zc9p6WSSf0gNQdDPdCtQtcQzQ== X-Google-Smtp-Source: ALg8bN79Sel6KzxPnKayQBDTFhzZ/M4S2VPbPJWDjtLVrxZA4ixAETfgJHRsAAAkU/+VkI4zWBjdSb6mVyjoOyEgw1Q= X-Received: by 2002:a5e:c206:: with SMTP id v6mr19336162iop.60.1546598138178; Fri, 04 Jan 2019 02:35:38 -0800 (PST) MIME-Version: 1.0 References: <1546434828-24405-1-git-send-email-jagadeesh.ujja@arm.com> <1546434828-24405-12-git-send-email-jagadeesh.ujja@arm.com> In-Reply-To: <1546434828-24405-12-git-send-email-jagadeesh.ujja@arm.com> From: Ard Biesheuvel Date: Fri, 4 Jan 2019 11:35:27 +0100 Message-ID: To: Jagadeesh Ujja , Ting Ye Cc: "edk2-devel@lists.01.org" , "Gao, Liming" , "Zhang, Chao B" , Leif Lindholm , Achin Gupta , Supreeth Venkatesh , Jian J Wang Subject: Re: [PATCH v2 11/11] CryptoPkg/BaseCryptLib: 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:35:39 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable (add the CryptoPkg maintainer) On Wed, 2 Jan 2019 at 14:14, Jagadeesh Ujja wrote: > > =E2=80=9CSmmCryptLib=E2=80=9D library can be used by MM_STANDALONE driver= s 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 The subject is a bit misleading, please change it to CryptoPkg/BaseCryptLib: allow MM_STANDALONE drivers to use SmmCryptLib With that, Reviewed-by: Ard Biesheuvel > --- > CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/L= ibrary/BaseCryptLib/SmmCryptLib.inf > index 4829669..9a63419 100644 > --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf > +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf > @@ -30,7 +30,7 @@ > MODULE_TYPE =3D DXE_SMM_DRIVER > VERSION_STRING =3D 1.0 > PI_SPECIFICATION_VERSION =3D 0x0001000A > - LIBRARY_CLASS =3D BaseCryptLib|DXE_SMM_DRIVER SMM_COR= E > + LIBRARY_CLASS =3D BaseCryptLib|DXE_SMM_DRIVER SMM_COR= E MM_STANDALONE > > # > # The following information is for reference only and not required by th= e build tools. > -- > 2.7.4 >