]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/CpuDxe: ARM: ignore page table updates that only change permissions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 15 Feb 2017 17:11:55 +0000 (17:11 +0000)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 21 Feb 2017 17:23:03 +0000 (17:23 +0000)
commit0a9d732c91d99dcd06432722f76b170592b71abc
tree33b2e4210acde4c4c83922f882d2918ad4f8bb35
parentce82984fe77cd6583f5e8bf2f6fd98262834f834
ArmPkg/CpuDxe: ARM: ignore page table updates that only change permissions

Currently, we have not implemented support on 32-bit ARM for managing
permission bits in the page tables. Since the new DXE page protection
for PE/COFF images may invoke EFI_CPU_ARCH_PROTOCOL.SetMemoryAttributes()
with only permission attributes set, let's simply ignore those for now.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/Drivers/CpuDxe/Arm/Mmu.c