summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2018-02-07ArmPkg/Library/CompilerIntrinsicsLib: Enable VS2017/ARM buildsPete Batard7-32/+185
2018-01-15ArmPkg/Library/ArmLib: add ArmWriteSctlrMichael Zimmermann3-0/+16
2017-12-20ArmPkg/ArmMmuLib ARM: fix page size granularity in initial MMU settingMichael Zimmermann1-17/+23
2017-12-11ArmPkg/PlatformBootManagerLib: add missing newlineArd Biesheuvel1-1/+1
2017-12-08ArmPkg/PlatformBootManagerLib: print firmware version to consoleArd Biesheuvel2-0/+26
2017-12-08ArmPkg/ArmExceptionLib: Add implementation of new APIJian J Wang1-0/+33
2017-11-26ArmPkg: remove BdsLib and remaining ARM BDS related PCDsArd Biesheuvel6-2299/+0
2017-11-16ArmPkg: move RVCT PLATFORM_FLAGS override into ArmHvcLib/ArmSmcLibArd Biesheuvel2-0/+6
2017-11-07ArmPkg/ArmMmuLib: Add new attribute WRITE_BACK_NONSHAREABLEPeicong Li1-0/+4
2017-10-06ArmPkg/ArmSvcLib: Add ArmSvcLib implementation.Supreeth Venkatesh4-0/+155
2017-10-06ArmPkg/PlatformBootManagerLib: fix bug in ESRT invocationArd Biesheuvel1-7/+3
2017-10-06ArmPkg/PlatformBootManagerLib: call ESRT hooks at appropriate timesArd Biesheuvel2-2/+22
2017-09-19ArmPkg/PlatformBootManagerLib: process pending capsulesArd Biesheuvel2-0/+18
2017-09-15ArmPkg: ARM v8.2 updates for detecting FPSami Mujawar1-4/+6
2017-09-01ArmPkg: remove ArmDmaLibArd Biesheuvel2-527/+0
2017-08-31ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel2-769/+0
2017-08-29ArmPkg/ArmDmaLib: implement DmaAllocateAlignedBuffer()Ard Biesheuvel1-3/+39
2017-08-24ArmPkg/ArmDmaLib: remove dependency on UncachedMemoryAllocationLibArd Biesheuvel2-30/+112
2017-08-17ArmPkg/ArmDmaLib: use double buffering only for bus master writeArd Biesheuvel1-19/+36
2017-08-01ArmPkg: Move IS_DEVICE_PATH_NODE for sharingJun Nie1-3/+0
2017-07-03ArmPkg: implement ResetSystemLib using PSCI 0.2 callsArd Biesheuvel2-0/+150
2017-05-22ArmPkg: Add CNTHCTL_EL2 support functionsSami Mujawar1-0/+10
2017-04-13ArmPkg: copy/paste fixes in ARM ArmHvcLib/ArmSmcLibLeif Lindholm2-2/+2
2017-03-27ArmPkg/ArmExceptionLib: use EL0 stack for synchronous exceptionsArd Biesheuvel3-38/+82
2017-03-22ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionallyArd Biesheuvel1-25/+31
2017-03-22ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .infArd Biesheuvel2-0/+6
2017-03-22ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash supportArd Biesheuvel3-689/+28
2017-03-22ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directlyArd Biesheuvel2-4/+4
2017-03-15ArmPkg/UncachedMemoryAllocationLib: set XP bit via CPU arch protocolArd Biesheuvel2-8/+42
2017-03-14ArmPkg: Fix modsi3.S compilation across toolchains.Marvin Häuser1-1/+1
2017-03-08ArmPkg/UncachedMemoryAllocationLib: map uncached allocations non-executableArd Biesheuvel1-1/+2
2017-03-08ArmPkg/UncachedMemoryAllocationLib: use CWG value to align pool allocationsArd Biesheuvel1-1/+1
2017-03-08ArmPkg/UncachedMemoryAllocationLib: restore mapping attributes after freeArd Biesheuvel1-9/+7
2017-03-07ArmPkg/ArmMmuLib ARM: implement memory permission control routinesArd Biesheuvel1-4/+6
2017-03-07ArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMemoryAttributesArd Biesheuvel2-19/+5
2017-03-07ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLibArd Biesheuvel2-1/+398
2017-03-07ArmPkg/ArmMmuLib: use correct return type for exported functionsArd Biesheuvel2-34/+35
2017-02-23ArmPkg: remove DebugUncachedMemoryAllocationLibArd Biesheuvel2-703/+0
2017-02-22ArmPkg/ArmMmuLib: AARCH64: enable stack alignment checkingArd Biesheuvel1-0/+1
2017-02-22ArmPkg/ArmLib: AARCH64: allow the stack aligment (SA) bit to be managedArd Biesheuvel1-0/+34
2017-02-22ArmPkg/ArmLib: AARCH64: set frame pointer in cache maintenance routineArd Biesheuvel1-2/+3
2017-02-21ArmPkg/ArmMmuLib: AARCH64: add support for modifying only permissionsArd Biesheuvel1-28/+63
2017-02-21ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usageJiewen Yao1-1/+2
2017-01-20ArmPkg/ArmMmuLib: Revert "use a pool allocation for the root table"Ard Biesheuvel1-23/+6
2017-01-20ArmPkg/ArmLib: remove indirection layer from timer register accessorsArd Biesheuvel5-392/+28
2016-12-01ArmPkg: fix compilation error in ArmDmaLibLeif Lindholm1-1/+1
2016-11-30ArmPkg/ArmDmaLib: add support for fixed host-to-device DMA offsetArd Biesheuvel2-2/+19
2016-11-30ArmPkg/ArmDmaLib: clean up abuse of device addressArd Biesheuvel1-7/+8
2016-11-30ArmPkg/ArmDmaLib: fix incorrect device address of double bufferArd Biesheuvel1-1/+1
2016-11-30ArmPkg/ArmDmaLib: use DMA buffer alignment from CPU arch protocolArd Biesheuvel2-12/+8