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::d34; helo=mail-io1-xd34.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd34.google.com (mail-io1-xd34.google.com [IPv6:2607:f8b0:4864:20::d34]) (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 32BA4211B7F6D for ; Mon, 21 Jan 2019 06:39:56 -0800 (PST) Received: by mail-io1-xd34.google.com with SMTP id c2so16519729iom.12 for ; Mon, 21 Jan 2019 06:39:56 -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=s4JNKAA93PGdqh7fCwA1D/sXq4t4VB8GjYCYCcuwFoc=; b=e9+AZjoMoTICQ/VownMyyoUgkfzgm0ZoKPLqoVmSdUtTf56WWjL0RKGz6Tyhl65W1e CYGtSd2UaBzl+vNTJ3C62c19X1djQ97ZfQ/xlfX/9Ww4IQQ0NU8n/aefyh14QPatuwQL gkj+k9kz7YcOfI6BA3YI4b8iW9XulXCzHKHTA= 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=s4JNKAA93PGdqh7fCwA1D/sXq4t4VB8GjYCYCcuwFoc=; b=UCxcYlZe2Vt8liIWP1fDccY+u7350KTHzMsGvUQ8YVofzunUxz7+qUoS8vUyuEOEkU yNq4ejBT+EX+Aq+FosP2Ypx6mI2MjWImcUq3tAGLnFoQSMV71MvRZckS/JWu2sCdKRWF 0CqIYkK83XGNREVmPqK75sL47bWq3LbvdkNKdNGx8mo14rMv3QXWFGsT1k+WNREzmshg 5kyI7Ats4JbGfdF2An3uW2owTqTl8NOkrBtH4FYtIXpeWtvNhdcXofCQEbC7vkvAEd58 +9IeoZ2nvBklx607uaJjAJpvoKl36CHiAzYJjTMk356WD07ZsC34PCP5Rdz64v7gd8ww zbaw== X-Gm-Message-State: AJcUukdfjXTpSa7hAbm4LiCMUgxYtUrwYnSkHCDJx00/TaYfYVBBvlb3 iL77+/UBHSj97zN+xbT8IQQbXvSq0oJxTXr0RfxVEg== X-Google-Smtp-Source: ALg8bN5qR76kdNQdQ2tcOJoNcN8mhmWrntS/T0PXljeHZ3MFVLoNKybsxSz360ePmEDjxkpXncbppe/N2ZNrq13J8Ys= X-Received: by 2002:a5d:8410:: with SMTP id i16mr16813635ion.173.1548081595368; Mon, 21 Jan 2019 06:39:55 -0800 (PST) MIME-Version: 1.0 References: <20190116202236.6977-1-ard.biesheuvel@linaro.org> <74D8A39837DF1E4DA445A8C0B3885C503F4B1A81@shsmsx102.ccr.corp.intel.com> In-Reply-To: <74D8A39837DF1E4DA445A8C0B3885C503F4B1A81@shsmsx102.ccr.corp.intel.com> From: Ard Biesheuvel Date: Mon, 21 Jan 2019 15:39:44 +0100 Message-ID: To: "Yao, Jiewen" Cc: Achin Gupta , "edk2-devel@lists.01.org" , Supreeth Venkatesh , Leif Lindholm , Jagadeesh Ujja , Thomas Abraham , Sami Mujawar , nd Subject: Re: [PATCH v2 00/11] StandaloneMmPkg: assorted fixes and improvements 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 14:39:57 -0000 Content-Type: text/plain; charset="UTF-8" On Fri, 18 Jan 2019 at 16:42, Yao, Jiewen wrote: > > Thanks to remind me. > I took a look at all patches. > > I skipped all ARM specific patches, and reviewed rest of them. > All my feedback is provided in the individual patch. > > Thank you > Yao Jiewen > > > -----Original Message----- > > From: Achin Gupta [mailto:Achin.Gupta@arm.com] > > Sent: Friday, January 18, 2019 1:27 AM > > To: Ard Biesheuvel ; edk2-devel@lists.01.org; > > Yao, Jiewen > > Cc: Supreeth Venkatesh ; Leif Lindholm > > ; Jagadeesh Ujja ; > > Thomas Abraham ; Sami Mujawar > > ; nd > > Subject: Re: [PATCH v2 00/11] StandaloneMmPkg: assorted fixes and > > improvements > > > > Hi Ard, > > > > For all the patches... > > > > Reviewed-by: Achin Gupta > > > > Jiewen. There are changes to the generic Standalone MM code in this series. > > Do you want to have a look as well? > > Thanks all I pushed most of this series 380148b685b7 StandaloneMmPkg: add HobLib implementation for MM_STANDALONE modules 66dde0c7516b StandaloneMmPkg: add MM_STANDALONE MemoryAllocationLib implementation 2cc186178bfd StandaloneMmPkg/StandaloneMmCoreHobLib: restrict to MM_CORE_STANDALONE c8102727edb0 StandaloneMmPkg/StandaloneMmCpu: fix typo Standlone -> Standalone 41915a19a772 StandaloneMmPkg/StandaloneMmCoreEntryPoint: use %a modifier for ASCII strings d2f438bf6a51 StandaloneMmPkg/StandaloneMmCoreEntryPoint: remove bogus ASSERT_EFI_ERROR()s 77746e70807d StandaloneMmPkg/StandaloneMmPeCoffExtraActionLib: ignore runtime attribute 877013d0a58f StandaloneMmPkg/Core/Dispatcher: don't copy dispatched image twice 4b28452d9863 StandaloneMmPkg/StandaloneMmCoreEntryPoint: permit the use of TE images The remaining two patches will be included in the next batch of StandaloneMmPkg work.