public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/5] ArmPkg: implement EFI memory attributes protocol
@ 2023-02-06 22:20 Ard Biesheuvel
  2023-02-06 22:20 ` [PATCH v3 1/5] MdePkg: Add Memory Attribute Protocol definition Ard Biesheuvel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ard Biesheuvel @ 2023-02-06 22:20 UTC (permalink / raw)
  To: devel
  Cc: Ard Biesheuvel, Michael Kinney, Liming Gao, Jiewen Yao,
	Michael Kubacki, Sean Brogan, Rebecca Cran, Leif Lindholm,
	Sami Mujawar, Taylor Beebe

v3:
- fix ARM32 bug in attribute conversion
- add Liming's ack to patch #1
- include draft patch (NOT FOR MERGE) used to test the changes

v2:
- drop patch to bump exposed UEFI revision to v2.10
- add missing permitted return values to protocol definition

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Rebecca Cran <quic_rcran@quicinc.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Taylor Beebe <t@taylorbeebe.com>

Ard Biesheuvel (5):
  MdePkg: Add Memory Attribute Protocol definition
  ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversion
  ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversion
  ArmPkg/CpuDxe: Implement EFI memory attributes protocol
  (NOT FOR MERGE) MdeModulePkg/DxeCore: add DEBUG code for memory attribute handling

 ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c           |   8 +
 ArmPkg/Drivers/CpuDxe/Arm/Mmu.c               |  16 ++
 ArmPkg/Drivers/CpuDxe/CpuDxe.c                |   2 +
 ArmPkg/Drivers/CpuDxe/CpuDxe.h                |   8 +
 ArmPkg/Drivers/CpuDxe/CpuDxe.inf              |   2 +
 ArmPkg/Drivers/CpuDxe/MemoryAttribute.c       | 252 ++++++++++++++++++++
 ArmPkg/Include/Chipset/ArmV7Mmu.h             |   2 +
 MdeModulePkg/Core/Dxe/DxeMain.inf             |   1 +
 MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c |  79 +++++-
 MdePkg/Include/Protocol/MemoryAttribute.h     | 142 +++++++++++
 MdePkg/MdePkg.dec                             |   3 +
 11 files changed, 512 insertions(+), 3 deletions(-)
 create mode 100644 ArmPkg/Drivers/CpuDxe/MemoryAttribute.c
 create mode 100644 MdePkg/Include/Protocol/MemoryAttribute.h

-- 
2.39.1


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

end of thread, other threads:[~2023-02-06 22:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-06 22:20 [PATCH v3 0/5] ArmPkg: implement EFI memory attributes protocol Ard Biesheuvel
2023-02-06 22:20 ` [PATCH v3 1/5] MdePkg: Add Memory Attribute Protocol definition Ard Biesheuvel
2023-02-06 22:20 ` [PATCH v3 2/5] ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversion Ard Biesheuvel
2023-02-06 22:20 ` [PATCH v3 3/5] ArmPkg/CpuDxe: Expose unified region-to-EFI " Ard Biesheuvel
2023-02-06 22:20 ` [PATCH v3 4/5] ArmPkg/CpuDxe: Implement EFI memory attributes protocol Ard Biesheuvel
2023-02-06 22:21 ` [NOT FOR MERGE v3 5/5] MdeModulePkg/DxeCore: add DEBUG code for memory attribute handling Ard Biesheuvel

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