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-03-27
ArmPkg/ArmExceptionLib: use EL0 stack for synchronous exceptions
Ard Biesheuvel
2017-03-22
ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionally
Ard Biesheuvel
2017-03-22
ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .inf
Ard Biesheuvel
2017-03-22
ArmPkg/PlatformBootManagerLib: move to BootLogoLib for boot splash support
Ard Biesheuvel
2017-03-22
ArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID directly
Ard Biesheuvel
2017-03-15
ArmPkg/UncachedMemoryAllocationLib: set XP bit via CPU arch protocol
Ard Biesheuvel
2017-03-14
ArmPkg: Fix modsi3.S compilation across toolchains.
Marvin Häuser
2017-03-08
ArmPkg/UncachedMemoryAllocationLib: map uncached allocations non-executable
Ard Biesheuvel
2017-03-08
ArmPkg/UncachedMemoryAllocationLib: use CWG value to align pool allocations
Ard Biesheuvel
2017-03-08
ArmPkg/UncachedMemoryAllocationLib: restore mapping attributes after free
Ard Biesheuvel
2017-03-07
ArmPkg/ArmMmuLib ARM: implement memory permission control routines
Ard Biesheuvel
2017-03-07
ArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMemoryAttributes
Ard Biesheuvel
2017-03-07
ArmPkg: move ARM version of SetMemoryAttributes to ArmMmuLib
Ard Biesheuvel
2017-03-07
ArmPkg/ArmMmuLib: use correct return type for exported functions
Ard Biesheuvel
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
[next]