]> git.proxmox.com Git - mirror_edk2.git/commit - MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c
MdeModulePkg: Add New Memory Attributes
authorOleksiy Yakovlev <oleksiyy@ami.com>
Thu, 2 Jul 2020 20:50:37 +0000 (16:50 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 15 Jul 2020 14:58:25 +0000 (14:58 +0000)
commit3bd5c994c879f78e8e3d5346dc3b627f199291aa
treeb835c171aabf2d1da423b2431a47624ec16acfaa
parent82d0007750002837f91d96753b5a82e9b71c99b1
MdeModulePkg: Add New Memory Attributes

Add usage of EFI_MEMORY_SP and EFI_MEMORY_CPU_CRYPTO
attributes introduced in UEFI 2.8
(UEFI 2.8, mantis 1919 and 1872)
Use attributes bitmasks, defined in MdePkg.

Signed-off-by: Oleksiy Yakovlev <oleksiyy@ami.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20200702205039.52400-3-oleksiyy@ami.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
MdeModulePkg/Core/Dxe/Gcd/Gcd.c
MdeModulePkg/Core/Dxe/Mem/Page.c
MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c
MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c