public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] ArmPkg: some memory attribute lib followup changes
@ 2023-06-26  8:36 Ard Biesheuvel
  2023-06-26  8:36 ` [PATCH 1/3] StandaloneMmPkg: Include correct MmuLib header Ard Biesheuvel
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ard Biesheuvel @ 2023-06-26  8:36 UTC (permalink / raw)
  To: devel; +Cc: Ard Biesheuvel, Sami Mujawar, Leif Lindholm

A couple of tweaks for the memory attribute handling code to go on top
of the memory attribute PPI changes.

Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>

Ard Biesheuvel (3):
  StandaloneMmPkg: Include correct MmuLib header
  ArmPkg: Drop individual memory permission helpers
  ArmPkg/OpteeLib: Map shared communication buffer non-executable

 ArmPkg/Drivers/CpuDxe/CpuDxe.c                                                                      |   6 +-
 ArmPkg/Include/Library/ArmMmuLib.h                                                                  |  62 ---------
 ArmPkg/Library/ArmMmuLib/AArch64/ArmMmuLibCore.c                                                    | 136 --------------------
 ArmPkg/Library/ArmMmuLib/Arm/ArmMmuLibUpdate.c                                                      | 104 ---------------
 ArmPkg/Library/OpteeLib/Optee.c                                                                     |   7 +-
 StandaloneMmPkg/Library/StandaloneMmCoreEntryPoint/Arm/StandaloneMmCoreEntryPoint.c                 |   2 +-
 StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/AArch64/StandaloneMmPeCoffExtraActionLib.c |   2 +-
 7 files changed, 12 insertions(+), 307 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-06-26 17:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26  8:36 [PATCH 0/3] ArmPkg: some memory attribute lib followup changes Ard Biesheuvel
2023-06-26  8:36 ` [PATCH 1/3] StandaloneMmPkg: Include correct MmuLib header Ard Biesheuvel
2023-06-26  8:36 ` [PATCH 2/3] ArmPkg: Drop individual memory permission helpers Ard Biesheuvel
2023-06-26  8:36 ` [PATCH 3/3] ArmPkg/OpteeLib: Map shared communication buffer non-executable Ard Biesheuvel
2023-06-26 17:46   ` Leif Lindholm

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