summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPkg: remove the LinuxLoader applicationArd Biesheuvel2016-11-2514-2873/+0
* ArmPkg/Library/ArmDmaLib: Deallocate Map buffer in case of errorDaniil Egranov2016-11-151-5/+11
* ArmPkg/CpuDxe: set DmaBufferAlignment according to CWGArd Biesheuvel2016-11-021-1/+12
* ArmPkg: remove LoadConstantXxx() asm macrosArd Biesheuvel2016-10-283-73/+0
* ArmPkg RVCT: add ADRL/LDRL macro equivalentsArd Biesheuvel2016-10-281-0/+20
* ArmPkg: enable -DDISABLE_NEW_DEPRECATED_INTERFACESArd Biesheuvel2016-10-281-0/+2
* ArmPkg/BdsLib: eliminate calls to deprecated string functionsArd Biesheuvel2016-10-281-3/+5
* ArmPkg/SemihostFs: eliminate calls to deprecated string functionsArd Biesheuvel2016-10-281-8/+12
* ArmPkg/LinuxLoader: eliminate calls to deprecated string functionsArd Biesheuvel2016-10-282-3/+5
* ArmPkg/ArmCortexA9Lib RVCT: remove incompatible GCC includeArd Biesheuvel2016-10-281-4/+0
* ArmPkg: add missing componentsArd Biesheuvel2016-10-281-0/+11
* 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-2425-2440/+0
* ArmPkg: Fix typos in commentsGary Lin2016-10-193-4/+4
* ArmPkg/LinuxLoader: Reference Shell protocols in MdePkgRuiyu Ni2016-10-191-2/+2
* ArmPkg/CpuDxe: Fix MMU initialization problemKurt Kennett2016-09-261-0/+5
* ArmPkg/AsmMacroIoLib: force word alignment for functionsArd Biesheuvel2016-09-211-0/+1
* ArmPkg/DefaultExceptionHandlerLib: improve formatting of backtraceArd Biesheuvel2016-09-141-19/+37
* ArmPkg/ArmMmuLib: base page table VA size on GCD memory map sizeArd Biesheuvel2016-09-133-12/+10
* ArmPkg/ArmMmuLib: use a pool allocation for the root tableArd Biesheuvel2016-09-131-5/+22
* ArmPkg/ArmMmuLib: remove bogus alignment of page allocationsArd Biesheuvel2016-09-131-6/+4
* ArmPkg/ArmMmuLib: deobfuscate GetRootTranslationTableInfo ()Ard Biesheuvel2016-09-131-31/+4
* ArmPkg/ArmGicLib: use correct loop variableArd Biesheuvel2016-09-091-1/+1
* ArmPkg/DefaultExceptionHandlerLib: trim module name in backtrace outputArd Biesheuvel2016-09-091-3/+23
* ArmPkg/ArmBaseLib: clean up directory structureArd Biesheuvel2016-09-0815-12/+12
* ArmPkg/ArmBaseLib: remove MemoryAllocationLib.h includesArd Biesheuvel2016-09-082-2/+0
* ArmPkg/ArmLib: remove all ArmLib flavors except ArmBaseLibArd Biesheuvel2016-09-089-405/+0
* ArmPkg/ArmLib: introduce ArmBaseLibArd Biesheuvel2016-09-082-0/+60