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::144; helo=mail-it1-x144.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x144.google.com (mail-it1-x144.google.com [IPv6:2607:f8b0:4864:20::144]) (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 CC9A8211B6C0E for ; Fri, 18 Jan 2019 03:12:48 -0800 (PST) Received: by mail-it1-x144.google.com with SMTP id g85so6163893ita.3 for ; Fri, 18 Jan 2019 03:12:48 -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; bh=r/Oc4qGJt4RrLltKAsRNnqyDBLB2Xxa081JwTZfsQOQ=; b=R/TIIEO3ZRf5tFDV0327pdJZnDloumB/cS4vJWqTfU2jRqan+Nuyv8PR0GBUlkvESU buMI1zBMyWhqubr24GbOoPKlvZK9VC1cvz8Ih7MIZw4FT9U4J1B/GYF9TKGEra25VO8+ ZWAWjNKK2QRZ89zZLSg0xC6zl5FA01S47GItI= 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; bh=r/Oc4qGJt4RrLltKAsRNnqyDBLB2Xxa081JwTZfsQOQ=; b=lew5VNwPh7Hrpsf17OnP2CAJfH5gDLnnhxFcmEoSk0SjAzqbQuli8gptbtLhnSuwDF SDXyi4uivHeKdWk2+l+MUq6DzwKV6zPPabGhqqO+loyp9bbTFIkbPfupmTmyclyQN4tz kptKxI4SxXrdNcU8nHkOHEoPl+MHNRIguYSqZHFkvjV18jcWq0f9rga8zHnDrB8Z5GoP saxnWvq9JAas+1OFbFlB3vji91MJwmymOWQFadu8HuK3SaZUm7gJ+XU0ffVxr9AJAox5 CgjWsZ5spcEl8RDv1Sz6nz04MCLKg86ZvbosV3VmxR9mYv5lE1zS6/xvOVTK24+VxJsS wuxA== X-Gm-Message-State: AJcUukem+nn8cSQtInn7y0p8tp5bnRdMQPC2MKwEYRHrCgYg3QC97cMe vXmzQzk6ude8UA00QQa1PGlAsgjRFG+FQDgAiFKxZw== X-Google-Smtp-Source: ALg8bN6c1QsKdroVcfkKYKnn0Hg+VdeVeTNzJdTflLOhkijKWBoViu8YVuiPTHC2l/AEcUxnhWR+tPuDBc3gnB4A5fw= X-Received: by 2002:a24:710:: with SMTP id f16mr9436951itf.121.1547809967934; Fri, 18 Jan 2019 03:12:47 -0800 (PST) MIME-Version: 1.0 References: <20190116212221.7460-1-ard.biesheuvel@linaro.org> <20190116212221.7460-2-ard.biesheuvel@linaro.org> In-Reply-To: From: Ard Biesheuvel Date: Fri, 18 Jan 2019 12:12:37 +0100 Message-ID: To: "Wang, Jian J" Cc: "edk2-devel@lists.01.org" , "Kinney, Michael D" , "Gao, Liming" , "Ye, Ting" , "Wei, Gang" , "Zhang, Chao B" , "Yao, Jiewen" , "Wu, Hao A" , "Zeng, Star" , Achin Gupta , Jagadeesh Ujja Subject: Re: [PATCH 1/4] CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules 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, 18 Jan 2019 11:12:49 -0000 Content-Type: text/plain; charset="UTF-8" On Fri, 18 Jan 2019 at 08:08, Wang, Jian J wrote: > > > > Reviewed-by: Jian J Wang > Ting, do you have any objections to this patch? > > > -----Original Message----- > > From: Ard Biesheuvel [mailto:ard.biesheuvel@linaro.org] > > Sent: Thursday, January 17, 2019 5:22 AM > > To: edk2-devel@lists.01.org > > Cc: Ard Biesheuvel ; Kinney, Michael D > > ; Gao, Liming ; Ye, Ting > > ; Wei, Gang ; Wang, Jian J > > ; Zhang, Chao B ; Yao, > > Jiewen ; Wu, Hao A ; Zeng, Star > > ; Achin Gupta ; Jagadeesh Ujja > > > > 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 > > --- > > 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 >