[edk2-devel] [PATCH 0/4] ArmPkg: implement EFI memory attributes protocol

Ard Biesheuvel posted 4 patches 1 year, 2 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c       |   5 +-
ArmPkg/Drivers/CpuDxe/Arm/Mmu.c           |  46 ++--
ArmPkg/Drivers/CpuDxe/CpuDxe.c            |   2 +
ArmPkg/Drivers/CpuDxe/CpuDxe.h            |   8 +
ArmPkg/Drivers/CpuDxe/CpuDxe.inf          |   2 +
ArmPkg/Drivers/CpuDxe/MemoryAttribute.c   | 242 ++++++++++++++++++++
MdePkg/Include/Protocol/MemoryAttribute.h | 131 +++++++++++
MdePkg/Include/Uefi/UefiSpec.h            |   4 +-
MdePkg/MdePkg.dec                         |   3 +
9 files changed, 418 insertions(+), 25 deletions(-)
create mode 100644 ArmPkg/Drivers/CpuDxe/MemoryAttribute.c
create mode 100644 MdePkg/Include/Protocol/MemoryAttribute.h
[edk2-devel] [PATCH 0/4] ArmPkg: implement EFI memory attributes protocol
Posted by Ard Biesheuvel 1 year, 2 months ago
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>

Ard Biesheuvel (3):
  MdePkg: Bump implemented UEFI version to v2.10
  ArmPkg/CpuDxe: Unify PageAttributeToGcdAttribute helper
  ArmPkg/CpuDxe: Implement EFI memory attributes protocol

Sean Brogan (1):
  MdePkg: Add Memory Attribute Protocol definition

 ArmPkg/Drivers/CpuDxe/AArch64/Mmu.c       |   5 +-
 ArmPkg/Drivers/CpuDxe/Arm/Mmu.c           |  46 ++--
 ArmPkg/Drivers/CpuDxe/CpuDxe.c            |   2 +
 ArmPkg/Drivers/CpuDxe/CpuDxe.h            |   8 +
 ArmPkg/Drivers/CpuDxe/CpuDxe.inf          |   2 +
 ArmPkg/Drivers/CpuDxe/MemoryAttribute.c   | 242 ++++++++++++++++++++
 MdePkg/Include/Protocol/MemoryAttribute.h | 131 +++++++++++
 MdePkg/Include/Uefi/UefiSpec.h            |   4 +-
 MdePkg/MdePkg.dec                         |   3 +
 9 files changed, 418 insertions(+), 25 deletions(-)
 create mode 100644 ArmPkg/Drivers/CpuDxe/MemoryAttribute.c
 create mode 100644 MdePkg/Include/Protocol/MemoryAttribute.h

-- 
2.39.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#99368): https://edk2.groups.io/g/devel/message/99368
Mute This Topic: https://groups.io/mt/96664065/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-