audk/ArmPkg/Drivers/CpuDxe
Ard Biesheuvel 521f3cedac ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLib
... where it belongs, since AARCH64 already keeps it there, and
non DXE users of ArmMmuLib (such as DxeIpl, for the non-executable
stack) may need its functionality as well.

While at it, rename SetMemoryAttributes to ArmSetMemoryAttributes,
and make any functions that are not exported STATIC. Also, replace
an explicit gBS->AllocatePages() call [which is DXE specific] with
MemoryAllocationLib::AllocatePages().

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
2017-03-07 09:38:08 +01:00
..
AArch64 ArmPkg/CpuDxe: translate invalid memory types in EfiAttributeToArmAttribute 2017-02-21 17:23:03 +00:00
Arm ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLib 2017-03-07 09:38:08 +01:00
CpuDxe.c ArmPkg/CpuDxe: ignore attribute changes during SyncCacheConfig() 2017-02-28 14:59:50 +00:00
CpuDxe.h ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLib 2017-03-07 09:38:08 +01:00
CpuDxe.inf ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementation 2017-02-23 17:57:55 +00:00
CpuMmuCommon.c ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLib 2017-03-07 09:38:08 +01:00
CpuMpCore.c ARM Packages: Fixed missing braces (the warning was disabled by GCC) 2014-06-20 18:24:51 +00:00
Exception.c ArmPkg/CpuDxe: unmask SErrors in DEBUG builds 2016-07-01 13:24:50 +02:00