public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
To: Sughosh Ganu <sughosh.ganu@arm.com>
Cc: "edk2-devel@lists.01.org" <edk2-devel@lists.01.org>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	 Achin Gupta <achin.gupta@arm.com>
Subject: Re: [PATCH v5 0/5] ArmPkg related changes for StandaloneMM package
Date: Tue, 27 Nov 2018 13:08:33 +0100	[thread overview]
Message-ID: <CAKv+Gu_8M5W4KPZFcaP3EFZAYGTUCPSzag8HoA94n=JCoMyaiQ@mail.gmail.com> (raw)
In-Reply-To: <1543315437-17774-1-git-send-email-sughosh.ganu@arm.com>

On Tue, 27 Nov 2018 at 11:44, Sughosh Ganu <sughosh.ganu@arm.com> wrote:
>
>
> Changes since v4:
> Based on comments from Ard
>  - Removed now superfluous call to FreePages from MmCommunication.c
>  - Removed Chipset/AArch64.h header file from ArmMmuStandaloneMmLib.c
>
> Changes since v3:
> Based on review comments from Ard, moved the MMU attribute changing
> functions for StandaloneMM image into a new library class.
>
> Moved the addition of memory space used as a MM_COMMUNICATE buffer to
> memory type 'EfiGcdMemoryTypeReserved' and removed the call to
> AllocatgePages.
>
> Changes since v2:
> Based on review comments from Ard, moved the memory attribute updation
> changes out of DebugPeCoffExtraActionLib into an extra action library
> added in StandaloneMM package. The patch for setting the memory
> attributes, now under StandaloneMmPkg directory, will be submitted
> separately from this series.
>
> Changes since v1: Handled review comments from Leif
>
>
> Achin Gupta (4):
>   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.
>
> Sughosh Ganu (1):
>   ArmPkg/Include: Fix the SPM version SVC ID
>

Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

Pushed as 13d5d0a56e48..eed947be0b05

Thanks! I'm very happy we will finally have the pieces in place to
implement UEFI secure boot on ARM in a sane way.


>  ArmPkg/ArmPkg.dec                                                                                                                                       |   4 +
>  ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf                                                                                                   |  56 +++
>  ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/XenArmGenericTimerVirtCounterLib.inf => ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf |  23 +-
>  ArmPkg/Drivers/MmCommunicationDxe/MmCommunicate.h                                                                                                       |  28 ++
>  ArmPkg/Include/IndustryStandard/ArmMmSvc.h                                                                                                              |   9 +-
>  ArmPkg/Include/Library/{ArmMmuLib.h => StandaloneMmMmuLib.h}                                                                                            |  38 +-
>  ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c                                                                                                     | 372 ++++++++++++++++++++
>  ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c                                                                                       | 184 ++++++++++
>  8 files changed, 669 insertions(+), 45 deletions(-)
>  create mode 100644 ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
>  copy ArmVirtPkg/Library/XenArmGenericTimerVirtCounterLib/XenArmGenericTimerVirtCounterLib.inf => ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf (56%)
>  create mode 100644 ArmPkg/Drivers/MmCommunicationDxe/MmCommunicate.h
>  copy ArmPkg/Include/Library/{ArmMmuLib.h => StandaloneMmMmuLib.h} (55%)
>  create mode 100644 ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c
>  create mode 100644 ArmPkg/Library/StandaloneMmMmuLib/Aarch64/ArmMmuStandaloneMmLib.c
>
> --
> 2.7.4
>
>


  parent reply	other threads:[~2018-11-27 12:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-27 10:43 [PATCH v5 0/5] ArmPkg related changes for StandaloneMM package Sughosh Ganu
2018-11-27 10:43 ` [PATCH v5 1/5] ArmPkg: Add PCDs needed for MM communication driver Sughosh Ganu
2018-11-27 10:43 ` [PATCH v5 2/5] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver Sughosh Ganu
2018-11-27 10:43 ` [PATCH v5 3/5] ArmPkg/Include: Fix the SPM version SVC ID Sughosh Ganu
2018-11-27 10:43 ` [PATCH v5 4/5] ArmPkg/Include: Add MM interface SVC return codes Sughosh Ganu
2018-11-27 10:43 ` [PATCH v5 5/5] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0 Sughosh Ganu
2018-11-27 12:08 ` Ard Biesheuvel [this message]
2018-11-28  4:15   ` [PATCH v5 0/5] ArmPkg related changes for StandaloneMM package Sughosh Ganu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKv+Gu_8M5W4KPZFcaP3EFZAYGTUCPSzag8HoA94n=JCoMyaiQ@mail.gmail.com' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox