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 <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Michael Kubacki <[email protected]>
Cc: Sean Brogan <[email protected]>
Cc: Rebecca Cran <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Taylor Beebe <[email protected]>

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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99700): https://edk2.groups.io/g/devel/message/99700
Mute This Topic: https://groups.io/mt/96795068/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to