summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/ArmMmuLib: Add new attribute WRITE_BACK_NONSHAREABLEPeicong Li2017-11-071-0/+4
* ArmPkg/ArmSvcLib: Add ArmSvcLib implementation.Supreeth Venkatesh2017-10-064-0/+155
* ArmPkg/PlatformBootManagerLib: fix bug in ESRT invocationArd Biesheuvel2017-10-061-7/+3
* ArmPkg/PlatformBootManagerLib: call ESRT hooks at appropriate timesArd Biesheuvel2017-10-062-2/+22
* ArmPkg/PlatformBootManagerLib: process pending capsulesArd Biesheuvel2017-09-192-0/+18
* ArmPkg: ARM v8.2 updates for detecting FPSami Mujawar2017-09-151-4/+6
* ArmPkg: remove ArmDmaLibArd Biesheuvel2017-09-012-527/+0
* ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel2017-08-312-769/+0
* ArmPkg/ArmDmaLib: implement DmaAllocateAlignedBuffer()Ard Biesheuvel2017-08-291-3/+39
* ArmPkg/ArmDmaLib: remove dependency on UncachedMemoryAllocationLibArd Biesheuvel2017-08-242-30/+112
* ArmPkg/ArmDmaLib: use double buffering only for bus master writeArd Biesheuvel2017-08-171-19/+36
* ArmPkg: Move IS_DEVICE_PATH_NODE for sharingJun Nie2017-08-011-3/+0
* ArmPkg: implement ResetSystemLib using PSCI 0.2 callsArd Biesheuvel2017-07-032-0/+150
* ArmPkg: Add CNTHCTL_EL2 support functionsSami Mujawar2017-05-221-0/+10
* ArmPkg: copy/paste fixes in ARM ArmHvcLib/ArmSmcLibLeif Lindholm2017-04-132-2/+2
* ArmPkg/ArmExceptionLib: use EL0 stack for synchronous exceptionsArd Biesheuvel2017-03-273-38/+82
* ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionallyArd Biesheuvel2017-03-221-25/+31
* ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .infArd Biesheuvel2017-03-222-0/+6
* ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash supportArd Biesheuvel2017-03-223-689/+28
* ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directlyArd Biesheuvel2017-03-222-4/+4
* ArmPkg/UncachedMemoryAllocationLib: set XP bit via CPU arch protocolArd Biesheuvel2017-03-152-8/+42
* ArmPkg: Fix modsi3.S compilation across toolchains.Marvin Häuser2017-03-141-1/+1
* ArmPkg/UncachedMemoryAllocationLib: map uncached allocations non-executableArd Biesheuvel2017-03-081-1/+2
* ArmPkg/UncachedMemoryAllocationLib: use CWG value to align pool allocationsArd Biesheuvel2017-03-081-1/+1
* ArmPkg/UncachedMemoryAllocationLib: restore mapping attributes after freeArd Biesheuvel2017-03-081-9/+7
* ArmPkg/ArmMmuLib ARM: implement memory permission control routinesArd Biesheuvel2017-03-071-4/+6
* ArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMemoryAttributesArd Biesheuvel2017-03-072-19/+5
* ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLibArd Biesheuvel2017-03-072-1/+398
* ArmPkg/ArmMmuLib: use correct return type for exported functionsArd Biesheuvel2017-03-072-34/+35
* ArmPkg: remove DebugUncachedMemoryAllocationLibArd Biesheuvel2017-02-232-703/+0
* ArmPkg/ArmMmuLib: AARCH64: enable stack alignment checkingArd Biesheuvel2017-02-221-0/+1
* ArmPkg/ArmLib: AARCH64: allow the stack aligment (SA) bit to be managedArd Biesheuvel2017-02-221-0/+34
* ArmPkg/ArmLib: AARCH64: set frame pointer in cache maintenance routineArd Biesheuvel2017-02-221-2/+3
* ArmPkg/ArmMmuLib: AARCH64: add support for modifying only permissionsArd Biesheuvel2017-02-211-28/+63
* ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usageJiewen Yao2017-02-211-1/+2
* ArmPkg/ArmMmuLib: Revert "use a pool allocation for the root table"Ard Biesheuvel2017-01-201-23/+6
* ArmPkg/ArmLib: remove indirection layer from timer register accessorsArd Biesheuvel2017-01-205-392/+28
* ArmPkg: fix compilation error in ArmDmaLibLeif Lindholm2016-12-011-1/+1
* ArmPkg/ArmDmaLib: add support for fixed host-to-device DMA offsetArd Biesheuvel2016-11-302-2/+19
* ArmPkg/ArmDmaLib: clean up abuse of device addressArd Biesheuvel2016-11-301-7/+8
* ArmPkg/ArmDmaLib: fix incorrect device address of double bufferArd Biesheuvel2016-11-301-1/+1
* ArmPkg/ArmDmaLib: use DMA buffer alignment from CPU arch protocolArd Biesheuvel2016-11-302-12/+8
* ArmPkg/ArmMmuLib: support page tables in cacheable memory onlyArd Biesheuvel2016-11-301-25/+24
* ArmPkg/Library/ArmDmaLib: Deallocate Map buffer in case of errorDaniil Egranov2016-11-151-5/+11
* ArmPkg/BdsLib: eliminate calls to deprecated string functionsArd Biesheuvel2016-10-281-3/+5
* ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependencyArd Biesheuvel2016-10-261-0/+1
* ArmPkg/DefaultExceptionHandlerLib: replace AsciiStrCat() with AsciiStrCatS()Laszlo Ersek2016-10-251-4/+14
* ArmPkg/ArmDisassemblerLib: replace AsciiStrCat() with AsciiStrCatS()Laszlo Ersek2016-10-252-23/+19
* ArmPkg: remove BaseMemoryLibStmArd Biesheuvel2016-10-2424-2439/+0
* ArmPkg: Fix typos in commentsGary Lin2016-10-193-4/+4