public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/6] ArmPkg related changes for StandaloneMM package
@ 2018-10-25  7:32 Sughosh Ganu
  2018-10-25  7:32 ` [PATCH v3 1/6] ArmPkg: Add PCDs needed for MM communication driver Sughosh Ganu
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Sughosh Ganu @ 2018-10-25  7:32 UTC (permalink / raw)
  To: edk2-devel

The following patch series adds support for Management Mode related
changes for aarch64 based platforms.

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.


Achin Gupta (5):
  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.

Sughosh Ganu (1):
  ArmPkg/Include: Fix the SPM version SVC ID

 ArmPkg/ArmPkg.dec                                                            |   3 +
 ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf                        |  56 +++
 ArmPkg/Library/ArmMmuLib/{ArmMmuPeiLib.inf => ArmMmuStandaloneMmCoreLib.inf} |  23 +-
 ArmPkg/Drivers/MmCommunicationDxe/MmCommunicate.h                            |  28 ++
 ArmPkg/Include/IndustryStandard/ArmMmSvc.h                                   |   9 +-
 ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c                          | 395 ++++++++++++++++++++
 ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuStandaloneMmCoreLib.c                 | 204 ++++++++++
 7 files changed, 704 insertions(+), 14 deletions(-)
 create mode 100644 ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf
 copy ArmPkg/Library/ArmMmuLib/{ArmMmuPeiLib.inf => ArmMmuStandaloneMmCoreLib.inf} (51%)
 create mode 100644 ArmPkg/Drivers/MmCommunicationDxe/MmCommunicate.h
 create mode 100644 ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.c
 create mode 100644 ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuStandaloneMmCoreLib.c

-- 
2.7.4



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-11-25  5:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25  7:32 [PATCH v3 0/6] ArmPkg related changes for StandaloneMM package Sughosh Ganu
2018-10-25  7:32 ` [PATCH v3 1/6] ArmPkg: Add PCDs needed for MM communication driver Sughosh Ganu
2018-10-25  7:32 ` [PATCH v3 2/6] ArmPkg/Drivers: Add EFI_MM_COMMUNICATION_PROTOCOL DXE driver Sughosh Ganu
2018-11-23 18:20   ` Ard Biesheuvel
2018-10-25  7:32 ` [PATCH v3 3/6] ArmPkg/Include: Fix the SPM version SVC ID Sughosh Ganu
2018-10-25  7:32 ` [PATCH v3 4/6] ArmPkg/Include: Add MM interface SVC return codes Sughosh Ganu
2018-10-25  7:32 ` [PATCH v3 5/6] ArmPkg/ArmMmuLib: Add MMU Library suitable for use in S-EL0 Sughosh Ganu
2018-10-25  7:32 ` [PATCH v3 6/6] ArmPkg/ArmMmuLib: Add MMU library inf file " Sughosh Ganu
2018-11-23 18:28   ` Ard Biesheuvel
2018-11-25  5:58     ` Sughosh Ganu
2018-11-19  4:48 ` [PATCH v3 0/6] ArmPkg related changes for StandaloneMM package Sughosh Ganu
2018-11-19  5:00 ` Sughosh Ganu
2018-11-21 16:01   ` Thomas Abraham
2018-11-21 22:17     ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox