summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: remove ArmDmaLibArd Biesheuvel2017-09-013-529/+0
* ArmPkg: remove UncachedMemoryAllocationLibArd Biesheuvel2017-08-315-1440/+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
* edk2: Move License.txt file to rootMichael D Kinney2017-08-031-26/+0
* edk2: Move TianoCore Contribution Agreement to rootMichael D Kinney2017-08-031-218/+0
* ArmPkg: Move IS_DEVICE_PATH_NODE for sharingJun Nie2017-08-012-3/+3
* ArmPkg: implement ResetSystemLib using PSCI 0.2 callsArd Biesheuvel2017-07-032-0/+150
* ArmPkg: Add CNTHCTL_EL2 support functionsSami Mujawar2017-05-222-1/+21
* ArmPkg: copy/paste fixes in ARM ArmHvcLib/ArmSmcLibLeif Lindholm2017-04-132-2/+2
* ArmPkg: remove ArmCpuLib header and implementationsArd Biesheuvel2017-04-0615-592/+0
* 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/CpuDxe: handle implied attributes in EfiAttributeToArmAttributeArd Biesheuvel2017-03-081-3/+7
* 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-074-22/+7
* ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLibArd Biesheuvel2017-03-077-425/+414
* ArmPkg/ArmMmuLib: use correct return type for exported functionsArd Biesheuvel2017-03-072-34/+35
* ArmPkg/CpuDxe ARM: honour RO/XP attributes in SetMemoryAttributes()Ard Biesheuvel2017-03-071-92/+86
* ArmPkg/CpuDxe ARM: avoid unnecessary cache/TLB maintenanceArd Biesheuvel2017-03-071-26/+34
* ArmPkg/CpuDxe ARM: avoid splitting page table sections unnecessarilyArd Biesheuvel2017-03-071-8/+43
* ArmPkg/CpuDxe: ignore attribute changes during SyncCacheConfig()Ard Biesheuvel2017-02-283-0/+8
* ArmPkg: remove unused PcdArmUncachedMemoryMask PCDArd Biesheuvel2017-02-271-1/+0
* ArmPkg/CpuDxe: remove VirtualUncachedPages protocol and implementationArd Biesheuvel2017-02-236-138/+0
* ArmPkg: remove DebugUncachedMemoryAllocationLibArd Biesheuvel2017-02-233-704/+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-222-0/+46
* 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-213-36/+67
* ArmPkg/CpuDxe: ARM: ignore page table updates that only change permissionsArd Biesheuvel2017-02-211-0/+7
* ArmPkg/CpuDxe: translate invalid memory types in EfiAttributeToArmAttributeArd Biesheuvel2017-02-212-6/+1
* ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usageJiewen Yao2017-02-214-12/+13
* ArmPkg/GenericWatchdogDxe: Declare MMIO PCDs as UINT64Alexei2017-02-072-8/+8
* 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-2011-589/+156
* ArmPkg: fix compilation error in ArmDmaLibLeif Lindholm2016-12-011-1/+1
* ArmPkg/ArmDmaLib: add support for fixed host-to-device DMA offsetArd Biesheuvel2016-11-303-2/+27
* 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