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::d32; helo=mail-io1-xd32.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) (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 D4A17211D941A for ; Mon, 11 Mar 2019 04:48:30 -0700 (PDT) Received: by mail-io1-xd32.google.com with SMTP id b6so3742313iog.0 for ; Mon, 11 Mar 2019 04:48:30 -0700 (PDT) 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=Sqi6bbLa1KAsA4EXW23VoxBv48eWooxuk+IcRoQUSGs=; b=bqQQ7cY2CO6bZPwvvfRKL+/zxsPzJHuImHNzsVrVPDF64f1kv91pyZyYNYqVx7x/hd DJOg586/ZkGLvl79waitzJoxwsVQR7onCVpFbvg0l9O3mN1fXvWzqMh2hgKO40dvD9M4 AeuRzBTZ12QI+Tr4qfPYv/1H96rJbaT0rNofIamGokQNIWt337cedHp4hbzSpWPFmb9V gYp6iiXdh3P7hb3X9MpHFySg2XnpIzeSsUGf02ZvLqPBxWDF30mkAqAlDPweP6BHejaj dVs8ZaNXdF/xLve1q5nPoYBrgGy0JPIAt7WPRbUUVAhz6bc41pyftW0reuV5TqvnahXt DSoA== 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=Sqi6bbLa1KAsA4EXW23VoxBv48eWooxuk+IcRoQUSGs=; b=HzElxbqmqguFIVuHK6DUShX1rkFdF7ojxvOzd8ALe+UDhRihki1xlvqLvgWNqvyImn fsiJxzMLrc9nUFIy7HOsmyMQj8dinWyO742/3rSH51jTdnxkcQHx/OL7ZPWall3bREeC JUvYtk/ZAVCUnTec8PEs2ew1bnbZjR1yMmpYux1pAAIDdmBAY/XPyXOsJEyFpYR93Omv C/MRG4cISPIquA2iq56YKWCIMezW552grH60KejliCAXWBse07ihck6EMgu1uEW3mR6G Zas3IR3sxbpnN+qwwcKjp0xh1/fsW3hJqzKITgQiUj87sXLH8mPv9plYswnAg9fv8KAf MmKw== X-Gm-Message-State: APjAAAWKtdqbD+uVZLStA1gWLujUDRoLc6eCJD7WOCbEIrju26byq1/0 RJfAkXOIr/6sWvYS9XCMN3fmnS+RSGp/CDLiXE7CoA== X-Google-Smtp-Source: APXvYqwWPNEv7l/aDI1AjOWCiwefrccW5L5ucxyzzqPUIHZmVAQWTEBDeI6+ZDg2OXJdO4jxpeFycuBgl177rfglz60= X-Received: by 2002:a5e:d609:: with SMTP id w9mr16021950iom.170.1552304909215; Mon, 11 Mar 2019 04:48:29 -0700 (PDT) MIME-Version: 1.0 References: <1551689639-21446-1-git-send-email-jagadeesh.ujja@arm.com> <74D8A39837DF1E4DA445A8C0B3885C503F54FA39@shsmsx102.ccr.corp.intel.com> In-Reply-To: From: Ard Biesheuvel Date: Mon, 11 Mar 2019 12:48:17 +0100 Message-ID: To: "Yao, Jiewen" Cc: Jagadeesh Ujja , Achin Gupta , "Gao, Liming" , "edk2-devel@lists.01.org" , "Zhang, Chao B" , "Kinney, Michael D" , "Zeng, Star" Subject: Re: [PATCH v3] StandaloneMmPkg/Library: Install Variable Arch Protocol 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, 11 Mar 2019 11:48:31 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 5 Mar 2019 at 17:16, Ard Biesheuvel wro= te: > > On Tue, 5 Mar 2019 at 17:15, Yao, Jiewen wrote: > > > > I look at the patch. I don=E2=80=99t have concern. > > > > Please go ahead. > > > > Thank you Jiewen, > > I will take that as a reviewed-by and proceed with merging the patch > once the hard freeze is over. > > Pushed as 690d60c0ada5..326598e9b759 Thanks.