]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/BaseMemoryLibOptDxe: add accelerated AARCH64 routines
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 2 Sep 2016 11:34:22 +0000 (12:34 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 13 Sep 2016 15:28:15 +0000 (16:28 +0100)
commitc86cd1e175fb3f3b545521c53fa751141abd1b2d
tree052047055b1060c0a7708e3b979d33ab0ab18235
parenta37f660599e8aefabf29a1ac9bef02ce55a3130c
MdePkg/BaseMemoryLibOptDxe: add accelerated AARCH64 routines

This adds AARCH64 support to BaseMemoryLibOptDxe, based on the cortex-strings
library. All string routines are accelerated except ScanMem16, ScanMem32,
ScanMem64 and IsZeroBuffer, which can wait for another day. (Very few
occurrences exist in the codebase)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Library/BaseMemoryLibOptDxe/AArch64/CompareMem.S [new file with mode: 0644]
MdePkg/Library/BaseMemoryLibOptDxe/AArch64/CopyMem.S [new file with mode: 0644]
MdePkg/Library/BaseMemoryLibOptDxe/AArch64/ScanMem.S [new file with mode: 0644]
MdePkg/Library/BaseMemoryLibOptDxe/AArch64/SetMem.S [new file with mode: 0644]
MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.inf