From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c06::244; helo=mail-io0-x244.google.com; envelope-from=sng.lists@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::244]) (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 E48722112998B for ; Wed, 6 Jun 2018 04:20:24 -0700 (PDT) Received: by mail-io0-x244.google.com with SMTP id t5-v6so7144975ioa.8 for ; Wed, 06 Jun 2018 04:20:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=t4c/WgtZkFiU5jiPOnN8foxE1XhMPdKWCALaUQn++Qg=; b=Hz+wy+8bnd4mHVftwHApkVZALbr3lFu3MCvNaRp0p3pm5wynRielrb3NPZdKPRgHE7 RJO+id37Gf1MarMqtaNG/CcHr3wi4QmEimxVcB4Gls6gerDUZzu2xthVMBzQhM9tAVnC NxO5idfTJeyFvNzY8jnrzkDYk9Rl2duODmuA3D8+jMlsenmj2GTRirqREvIsOhcFg2SP obWiLxZHKTnz+/3PbS/JbDYRuwS8xCw3aO9dzxi0/RLeUcgOK8kDlsYFgRFVd2og/4de TSeNvCZJe206tthwLv544YmIX0UelcbSkKCOCPVf7G2EGG6Qw2Sm9HDK7Jr9htSKtmZT 9ePw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=t4c/WgtZkFiU5jiPOnN8foxE1XhMPdKWCALaUQn++Qg=; b=Ijh5aqVUTBvcTXrcKN4l8BrcfyfOwvhWvuN1BISefj5n5cgBCyAC28NSZoV3x5Fimc QAttzNjWG1hncXN7xw5nRZixv62YZ53JUL044XsknUPAZDAvQiAlXe6IciZzhUyE782l 3yMYP4YAZx/ULBH6Z46Q7TKbK1i8LHXO7qQF2LbX1WoI7iT0aJc6SHvSpyUy+4YEWu5Z kdZqLEzoCS61HdZloU5oq8udo9MU+ifjMlHwye6fy1CqMGMVOVo/daYe6SdSR4ysYZuC iYzo8OASOxOet1hFghv9gjvij+BJ2bjfSPTKiiQO1p9jZgTGjYVTeW+ZsCmAVkzw4ZhX zT4w== X-Gm-Message-State: APt69E0TBKYhNvXtlH0UmtWEiIxiW0HfiA4GNP1BNmvZt4ghaTHysCHi sBmx+zIkebbk3c7GHueEbZjrVyNV1unmd8Dljwk= X-Google-Smtp-Source: ADUXVKKR8xUUgLYHNts65JMbpcCZJFKCMer4YFuKzjhsf4etlwYX9i0AQltFYY5Rc1ERLrWgxkiDXMmR8xWUeewvxSI= X-Received: by 2002:a6b:bbc3:: with SMTP id l186-v6mr2353536iof.200.1528284024170; Wed, 06 Jun 2018 04:20:24 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:4fcd:0:0:0:0:0 with HTTP; Wed, 6 Jun 2018 04:20:23 -0700 (PDT) In-Reply-To: <20180604221351.34760-1-supreeth.venkatesh@arm.com> References: <20180604221351.34760-1-supreeth.venkatesh@arm.com> From: Sughosh Ganu Date: Wed, 6 Jun 2018 16:50:23 +0530 Message-ID: To: Supreeth Venkatesh Cc: edk2-devel@lists.01.org, jiewen.yao@intel.com, liming.gao@intel.com Subject: Re: [PATCH v3 00/17] *** Standalone Management Mode Core Interface for AARCH64 Platforms *** X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 11:20:25 -0000 Content-Type: text/plain; charset="UTF-8" On Tue, Jun 5, 2018 at 3:43 AM, Supreeth Venkatesh wrote: > *** > This patchset v3 contains only the patches that got feedback/comments frome the previous revision v2. > The patches are > [PATCH v3 06/17] StandaloneMmPkg: Delete StandaloneMmPkg file. > [PATCH v3 13/17] StandaloneMmPkg: Add an AArch64 specific entry point library. > [PATCH v3 17/17] BaseTools/AutoGen: Update header file for MM modules. > > Changes Since v2: > (*) Address feedback provided for the commit "BaseTools/AutoGen: Update header file for MM modules." > (*) Edit parameters for the StandaloneMmCpu Driver in the commit "StandaloneMmPkg: Add an AArch64 specific entry point library." > > Changes Since v1: > (*) Reorder and Reword commits. > (*) Reorganize structure of StandaloneMmPkg and rename libraries. > (*) Address Review Comments from Achin, Jiewen and Daniil. > *** > Supreeth Venkatesh (17): > ArmPkg: Add PCDs needed for MM communication driver. > ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver. > ArmPkg/Include: Add MM interface SVC return codes. > ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0. > ArmPkg/ArmMmuLib: Add MMU library inf file suitable for use in S-EL0. > StandaloneMmPkg: Delete StandaloneMmPkg file. > StandaloneMmPkg/FvLib: Add a common FV Library for management mode. > StandaloneMmPkg/MemLib: Add Standalone MM instance of memory check > library. > StandaloneMmPkg/MemoryAllocationLib: Add MM memory allocation library. > StandaloneMmPkg/HobLib: Add HOB Library for management mode. > StandaloneMmPkg: MM driver entry point library. > StandaloneMmPkg/Core: Implementation of Standalone MM Core Module. > StandaloneMmPkg: Add an AArch64 specific entry point library. > StandaloneMmPkg: Add CPU driver suitable for ARM Platforms. > StandaloneMmPkg: Describe the declaration and definition files. > ArmPkg: Extra action to update permissions for S-ELO MM Image. > BaseTools/AutoGen: Update header file for MM modules. Tested all changes for RAS error injection and error handling on SGI575 platform. Tested-by: Sughosh Ganu -sughosh