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::141; helo=mail-it1-x141.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x141.google.com (mail-it1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) (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 BD165211B76C8 for ; Mon, 21 Jan 2019 04:44:01 -0800 (PST) Received: by mail-it1-x141.google.com with SMTP id p197so14922846itp.0 for ; Mon, 21 Jan 2019 04:44:01 -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=3neM+W1bDkzzyjogXa1MgL5xQrqElDEJEY651aJ/rJU=; b=HO+CsNNpNPAo6epQ5RMXvWDQ1FBEAvWzIqm59VGcxk9d+3jLeJ+WlPq113/bachBEf EOhrp8xvRkL0lgF/xDm9wr72FHOOqzD//Sy40rx8kMJD0kpKQx/yGZyLksu0V5pyQeJ+ v2eWrWNik7jY8StXvtb2o13x+aHlCCAYGF+f4= 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=3neM+W1bDkzzyjogXa1MgL5xQrqElDEJEY651aJ/rJU=; b=PBnl3nwTeizboQLWD2JkiN24fOyU+yNYPKWS8FHGzx/rmenKzOx1pgSpbUTxRVRCtf Gklthkdcn2JYx+czYPaEzEbmePAGHRezU1T74is//diaDjPt8fZy6hEck2NT77+YDQl4 cCMWMpvPZEVlRZHL8RfT/zrZ5+IBLAPsz3YoYRXvvXdlMi6CVIcxpE1o/R+5jNUYrfKO Asyxpg9Yvu3bjYnaVUV1JmHmgdyZXw+hfsstmwd5okax8jXoHs7xWTIqEZZ7qzqSgbRb 9092oY4w3T+GWFCKxmCSa1KObDsZwfmh/p6zJnsbHQezaD+skMX2vsIEhB4JG28/doYP Uu0Q== X-Gm-Message-State: AJcUukfOEOJQbUrI/w25fpGTAowxNeUhcLD/ngPPIQp1LspI132sk+l6 ynn+Yg02r94VONlIeS+SNeMp8CaXDfXRSSpmhgNkGgHhoR4= X-Google-Smtp-Source: ALg8bN7oU/RZBN7dYU0ALUAJkFJvVr73GqvJFqxhViREwfwHbRht10SK6n9UwVkynCmbUGheq+b1yS3Yx8l21LYINQY= X-Received: by 2002:a24:edc4:: with SMTP id r187mr18596945ith.158.1548074640708; Mon, 21 Jan 2019 04:44:00 -0800 (PST) MIME-Version: 1.0 References: <20190116212221.7460-1-ard.biesheuvel@linaro.org> In-Reply-To: <20190116212221.7460-1-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Mon, 21 Jan 2019 13:43:49 +0100 Message-ID: To: "edk2-devel@lists.01.org" Cc: Michael D Kinney , Liming Gao , Ting Ye , Gang Wei , Jian Wang , Chao Zhang , Jiewen Yao , Hao Wu , Star Zeng , Achin Gupta , Jagadeesh Ujja Subject: Re: [PATCH 0/4] Various Packages: add MM_STANDALONE support 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: Mon, 21 Jan 2019 12:44:02 -0000 Content-Type: text/plain; charset="UTF-8" On Wed, 16 Jan 2019 at 22:22, Ard Biesheuvel wrote: > > Add MM_STANDALONE to the list of permitted module types of various > libraries that are required to build the standalone MM authenticated > variable stack. > > In some cases, this requires the MODULE_TYPE to be modified to BASE, > given that the constructor prototype is different between DXE/UEFI > and MM_STANDALONE drivers. > > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Ting Ye > Cc: Gang Wei > Cc: Jian Wang > Cc: Chao Zhang > Cc: Jiewen Yao > Cc: Hao Wu > Cc: Star Zeng > Cc: Achin Gupta > Cc: Jagadeesh Ujja > > Ard Biesheuvel (4): > CryptoPkg/SmmCryptLib: permit use by MM_STANDALONE modules > SecurityPkg/PlatformSecureLibNull: permit use by MM_STANDALONE modules > MdeModulePkg/VarCheckLib: permit use by MM_STANDALONE modules > MdePkg/UefiDevicePathLib: permit use by MM_STANDALONE modules > Series pushed as 5c5ca9f1fbf8..f634e32db5b6 Thanks all!