index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ArmPkg
/
Library
Age
Commit message (
Expand
)
Author
2017-02-23
ArmPkg: remove DebugUncachedMemoryAllocationLib
Ard Biesheuvel
2017-02-22
ArmPkg/ArmMmuLib: AARCH64: enable stack alignment checking
Ard Biesheuvel
2017-02-22
ArmPkg/ArmLib: AARCH64: allow the stack aligment (SA) bit to be managed
Ard Biesheuvel
2017-02-22
ArmPkg/ArmLib: AARCH64: set frame pointer in cache maintenance routine
Ard Biesheuvel
2017-02-21
ArmPkg/ArmMmuLib: AARCH64: add support for modifying only permissions
Ard Biesheuvel
2017-02-21
ArmPkg/CpuDxe: Correct EFI_MEMORY_RO usage
Jiewen Yao
2017-01-20
ArmPkg/ArmMmuLib: Revert "use a pool allocation for the root table"
Ard Biesheuvel
2017-01-20
ArmPkg/ArmLib: remove indirection layer from timer register accessors
Ard Biesheuvel
2016-12-01
ArmPkg: fix compilation error in ArmDmaLib
Leif Lindholm
2016-11-30
ArmPkg/ArmDmaLib: add support for fixed host-to-device DMA offset
Ard Biesheuvel
2016-11-30
ArmPkg/ArmDmaLib: clean up abuse of device address
Ard Biesheuvel
2016-11-30
ArmPkg/ArmDmaLib: fix incorrect device address of double buffer
Ard Biesheuvel
2016-11-30
ArmPkg/ArmDmaLib: use DMA buffer alignment from CPU arch protocol
Ard Biesheuvel
2016-11-30
ArmPkg/ArmMmuLib: support page tables in cacheable memory only
Ard Biesheuvel
2016-11-15
ArmPkg/Library/ArmDmaLib: Deallocate Map buffer in case of error
Daniil Egranov
2016-10-28
ArmPkg/BdsLib: eliminate calls to deprecated string functions
Ard Biesheuvel
2016-10-26
ArmPkg/ArmDmaLib: add missing DxeServicesTableLib dependency
Ard Biesheuvel
2016-10-25
ArmPkg/DefaultExceptionHandlerLib: replace AsciiStrCat() with AsciiStrCatS()
Laszlo Ersek
2016-10-25
ArmPkg/ArmDisassemblerLib: replace AsciiStrCat() with AsciiStrCatS()
Laszlo Ersek
2016-10-24
ArmPkg: remove BaseMemoryLibStm
Ard Biesheuvel
2016-10-19
ArmPkg: Fix typos in comments
Gary Lin
2016-09-14
ArmPkg/DefaultExceptionHandlerLib: improve formatting of backtrace
Ard Biesheuvel
2016-09-13
ArmPkg/ArmMmuLib: base page table VA size on GCD memory map size
Ard Biesheuvel
2016-09-13
ArmPkg/ArmMmuLib: use a pool allocation for the root table
Ard Biesheuvel
2016-09-13
ArmPkg/ArmMmuLib: remove bogus alignment of page allocations
Ard Biesheuvel
2016-09-13
ArmPkg/ArmMmuLib: deobfuscate GetRootTranslationTableInfo ()
Ard Biesheuvel
2016-09-09
ArmPkg/DefaultExceptionHandlerLib: trim module name in backtrace output
Ard Biesheuvel
2016-09-08
ArmPkg/ArmBaseLib: clean up directory structure
Ard Biesheuvel
2016-09-08
ArmPkg/ArmBaseLib: remove MemoryAllocationLib.h includes
Ard Biesheuvel
2016-09-08
ArmPkg/ArmLib: remove all ArmLib flavors except ArmBaseLib
Ard Biesheuvel
2016-09-08
ArmPkg/ArmLib: introduce ArmBaseLib
Ard Biesheuvel
2016-09-08
ArmPkg/ArmLib: remove NullArmLib
Ard Biesheuvel
2016-09-07
ArmPkg/DefaultExceptionHandlerLib AARCH64: add minimal backtrace to crash dump
Ard Biesheuvel
2016-09-06
ArmPkg/CompilerIntrinsicsLib: use Clang-compatible 'weak' attribute
Ard Biesheuvel
2016-09-05
ArmPkg/CompilerIntrinsicsLib ARM: make memset() weak again
Ard Biesheuvel
2016-09-02
ArmPkg/BaseMemoryLibStm: implement new IsZeroBuffer() API function
Ard Biesheuvel
2016-09-02
ArmPkg/BaseMemoryLibStm: implement new IsZeroGuid() API function
Ard Biesheuvel
2016-09-01
ArmPkg: remove BaseMemoryLibVstm implementation of BaseMemoryLib
Ard Biesheuvel
2016-09-01
ArmPkg/CompilerIntrinsicsLib: replace memcpy and memset with C code
Ard Biesheuvel
2016-08-11
ArmPkg/SemihostLib: switch to ASM_FUNC() asm macro
Ard Biesheuvel
2016-08-11
ArmPkg/CompilerIntrinsicsLib: switch to ASM_FUNC() asm macro
Ard Biesheuvel
2016-08-11
ArmPkg/BaseMemoryLibVstm: switch to ASM_FUNC() asm macro
Ard Biesheuvel
2016-08-11
ArmPkg/BaseMemoryLibSm: switch to ASM_FUNC() asm macro
Ard Biesheuvel
2016-08-11
ArmPkg/ArmSmcLib: switch to ASM_FUNC() asm macro
Ard Biesheuvel
2016-08-11
ArmPkg/ArmMmuLib: switch to ASM_FUNC() asm macro
Ard Biesheuvel
2016-08-11
ArmPkg/ArmLib: switch to ASM_FUNC() asm macro
Ard Biesheuvel
2016-08-11
ArmPkg/ArmHvcLib: switch to ASM_FUNC() asm macro
Ard Biesheuvel
2016-08-11
ArmPkg/ArmSmcLibNull: move to generic C implementation
Ard Biesheuvel
2016-08-11
ArmLib: remove ArmReplaceLiveTranslationEntry() implementation
Ard Biesheuvel
2016-08-05
ArmPkg/CompilerIntrinsicsLib: make the default memset() weak
Ard Biesheuvel
[next]