summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* ArmPkg/ArmLib: remove NullArmLibArd Biesheuvel2016-09-083-159/+0
* ArmPkg ArmPlatformPkg ArmVirtPkg: ARM GICv2/v3 Base Address width fix-upDennis Chen2016-09-084-8/+8
* ArmPkg/DefaultExceptionHandlerLib AARCH64: add minimal backtrace to crash dumpArd Biesheuvel2016-09-071-0/+21
* ArmPkg/CompilerIntrinsicsLib: use Clang-compatible 'weak' attributeArd Biesheuvel2016-09-061-6/+3
* ArmPkg/CompilerIntrinsicsLib ARM: make memset() weak againArd Biesheuvel2016-09-051-0/+9
* ArmPkg/BaseMemoryLibStm: implement new IsZeroBuffer() API functionArd Biesheuvel2016-09-024-0/+101
* ArmPkg/BaseMemoryLibStm: implement new IsZeroGuid() API functionArd Biesheuvel2016-09-021-0/+29
* ArmPkg: remove BaseMemoryLibVstm implementation of BaseMemoryLibArd Biesheuvel2016-09-0122-1960/+0
* ArmPkg/CompilerIntrinsicsLib: replace memcpy and memset with C codeArd Biesheuvel2016-09-0110-395/+103
* ArmPkg/SemihostLib: switch to ASM_FUNC() asm macroArd Biesheuvel2016-08-112-11/+4
* ArmPkg/CompilerIntrinsicsLib: switch to ASM_FUNC() asm macroArd Biesheuvel2016-08-1125-113/+56
* ArmPkg/BaseMemoryLibVstm: switch to ASM_FUNC() asm macroArd Biesheuvel2016-08-112-11/+6
* ArmPkg/BaseMemoryLibSm: switch to ASM_FUNC() asm macroArd Biesheuvel2016-08-112-9/+6
* ArmPkg/ArmSmcLib: switch to ASM_FUNC() asm macroArd Biesheuvel2016-08-112-10/+5