]> git.proxmox.com Git - mirror_edk2.git/history - ArmPkg/Library
ArmPkg/TimerDxe: Add ISB for timer compare value reload
[mirror_edk2.git] / ArmPkg / Library /
2018-02-07 Pete BatardArmPkg/Library/CompilerIntrinsicsLib: Enable VS2017...
2018-01-15 Michael ZimmermannArmPkg/Library/ArmLib: add ArmWriteSctlr
2017-12-20 Michael ZimmermannArmPkg/ArmMmuLib ARM: fix page size granularity in...
2017-12-11 Ard BiesheuvelArmPkg/PlatformBootManagerLib: add missing newline
2017-12-08 Ard BiesheuvelArmPkg/PlatformBootManagerLib: print firmware version...
2017-12-08 Jian J WangArmPkg/ArmExceptionLib: Add implementation of new API
2017-11-26 Ard BiesheuvelArmPkg: remove BdsLib and remaining ARM BDS related...
2017-11-16 Ard BiesheuvelArmPkg: move RVCT PLATFORM_FLAGS override into ArmHvcLi...
2017-11-07 Peicong LiArmPkg/ArmMmuLib: Add new attribute WRITE_BACK_NONSHAREABLE
2017-10-06 Supreeth VenkateshArmPkg/ArmSvcLib: Add ArmSvcLib implementation.
2017-10-06 Ard BiesheuvelArmPkg/PlatformBootManagerLib: fix bug in ESRT invocation
2017-10-06 Ard BiesheuvelArmPkg/PlatformBootManagerLib: call ESRT hooks at appro...
2017-09-19 Ard BiesheuvelArmPkg/PlatformBootManagerLib: process pending capsules
2017-09-15 Sami MujawarArmPkg: ARM v8.2 updates for detecting FP
2017-09-01 Ard BiesheuvelArmPkg: remove ArmDmaLib
2017-08-31 Ard BiesheuvelArmPkg: remove UncachedMemoryAllocationLib
2017-08-29 Ard BiesheuvelArmPkg/ArmDmaLib: implement DmaAllocateAlignedBuffer()
2017-08-24 Ard BiesheuvelArmPkg/ArmDmaLib: remove dependency on UncachedMemoryAl...
2017-08-17 Ard BiesheuvelArmPkg/ArmDmaLib: use double buffering only for bus...
2017-08-01 Jun NieArmPkg: Move IS_DEVICE_PATH_NODE for sharing
2017-07-03 Ard BiesheuvelArmPkg: implement ResetSystemLib using PSCI 0.2 calls
2017-05-22 Sami MujawarArmPkg: Add CNTHCTL_EL2 support functions
2017-04-13 Leif LindholmArmPkg: copy/paste fixes in ARM ArmHvcLib/ArmSmcLib
2017-03-27 Ard BiesheuvelArmPkg/ArmExceptionLib: use EL0 stack for synchronous...
2017-03-22 Ard BiesheuvelArmPkg/DefaultExceptionHandlerLib: walk call stack...
2017-03-22 Ard BiesheuvelArmPkg/DefaultExceptionHandlerLib: add missing GUID...
2017-03-22 Ard BiesheuvelArmPkg/PlatformBootManagerLib: move to BootLogoLib...
2017-03-22 Ard BiesheuvelArmPkg/PlatformBootManagerLib: refer to Shell FILE_GUID...
2017-03-15 Ard BiesheuvelArmPkg/UncachedMemoryAllocationLib: set XP bit via...
2017-03-14 Marvin HäuserArmPkg: Fix modsi3.S compilation across toolchains.
2017-03-08 Ard BiesheuvelArmPkg/UncachedMemoryAllocationLib: map uncached alloca...
2017-03-08 Ard BiesheuvelArmPkg/UncachedMemoryAllocationLib: use CWG value to...
2017-03-08 Ard BiesheuvelArmPkg/UncachedMemoryAllocationLib: restore mapping...
2017-03-07 Ard BiesheuvelArmPkg/ArmMmuLib ARM: implement memory permission contr...
2017-03-07 Ard BiesheuvelArmPkg/ArmMmuLib: remove VirtualMask arg from ArmSetMem...
2017-03-07 Ard BiesheuvelArmPkg: move ARM version of SetMemoryAttributes to...
2017-03-07 Ard BiesheuvelArmPkg/ArmMmuLib: use correct return type for exported...
2017-02-23 Ard BiesheuvelArmPkg: remove DebugUncachedMemoryAllocationLib
2017-02-22 Ard BiesheuvelArmPkg/ArmMmuLib: AARCH64: enable stack alignment checking
2017-02-22 Ard BiesheuvelArmPkg/ArmLib: AARCH64: allow the stack aligment (SA...
2017-02-22 Ard BiesheuvelArmPkg/ArmLib: AARCH64: set frame pointer in cache...
2017-02-21 Ard BiesheuvelArmPkg/ArmMmuLib: AARCH64: add support for modifying...
2017-02-21 Jiewen YaoArmPkg/CpuDxe: Correct EFI_MEMORY_RO usage
2017-01-20 Ard BiesheuvelArmPkg/ArmMmuLib: Revert "use a pool allocation for...
2017-01-20 Ard BiesheuvelArmPkg/ArmLib: remove indirection layer from timer...
2016-12-01 Leif LindholmArmPkg: fix compilation error in ArmDmaLib
2016-11-30 Ard BiesheuvelArmPkg/ArmDmaLib: add support for fixed host-to-device...
2016-11-30 Ard BiesheuvelArmPkg/ArmDmaLib: clean up abuse of device address
2016-11-30 Ard BiesheuvelArmPkg/ArmDmaLib: fix incorrect device address of doubl...
2016-11-30 Ard BiesheuvelArmPkg/ArmDmaLib: use DMA buffer alignment from CPU...
2016-11-30 Ard BiesheuvelArmPkg/ArmMmuLib: support page tables in cacheable...
2016-11-15 Daniil EgranovArmPkg/Library/ArmDmaLib: Deallocate Map buffer in...
2016-10-28 Ard BiesheuvelArmPkg/BdsLib: eliminate calls to deprecated string...
2016-10-26 Ard BiesheuvelArmPkg/ArmDmaLib: add missing DxeServicesTableLib depen...
2016-10-25 Laszlo ErsekArmPkg/DefaultExceptionHandlerLib: replace AsciiStrCat...
2016-10-25 Laszlo ErsekArmPkg/ArmDisassemblerLib: replace AsciiStrCat() with...
2016-10-24 Ard BiesheuvelArmPkg: remove BaseMemoryLibStm
2016-10-19 Gary LinArmPkg: Fix typos in comments
2016-09-14 Ard BiesheuvelArmPkg/DefaultExceptionHandlerLib: improve formatting...
2016-09-13 Ard BiesheuvelArmPkg/ArmMmuLib: base page table VA size on GCD memory...
2016-09-13 Ard BiesheuvelArmPkg/ArmMmuLib: use a pool allocation for the root...
2016-09-13 Ard BiesheuvelArmPkg/ArmMmuLib: remove bogus alignment of page alloca...
2016-09-13 Ard BiesheuvelArmPkg/ArmMmuLib: deobfuscate GetRootTranslationTableIn...
2016-09-09 Ard BiesheuvelArmPkg/DefaultExceptionHandlerLib: trim module name...
2016-09-08 Ard BiesheuvelArmPkg/ArmBaseLib: clean up directory structure
2016-09-08 Ard BiesheuvelArmPkg/ArmBaseLib: remove MemoryAllocationLib.h includes
2016-09-08 Ard BiesheuvelArmPkg/ArmLib: remove all ArmLib flavors except ArmBaseLib
2016-09-08 Ard BiesheuvelArmPkg/ArmLib: introduce ArmBaseLib
2016-09-08 Ard BiesheuvelArmPkg/ArmLib: remove NullArmLib
2016-09-07 Ard BiesheuvelArmPkg/DefaultExceptionHandlerLib AARCH64: add minimal...
2016-09-06 Ard BiesheuvelArmPkg/CompilerIntrinsicsLib: use Clang-compatible...
2016-09-05 Ard BiesheuvelArmPkg/CompilerIntrinsicsLib ARM: make memset() weak...
2016-09-02 Ard BiesheuvelArmPkg/BaseMemoryLibStm: implement new IsZeroBuffer...
2016-09-02 Ard BiesheuvelArmPkg/BaseMemoryLibStm: implement new IsZeroGuid(...
2016-09-01 Ard BiesheuvelArmPkg: remove BaseMemoryLibVstm implementation of...
2016-09-01 Ard BiesheuvelArmPkg/CompilerIntrinsicsLib: replace memcpy and memset...
2016-08-11 Ard BiesheuvelArmPkg/SemihostLib: switch to ASM_FUNC() asm macro
2016-08-11 Ard BiesheuvelArmPkg/CompilerIntrinsicsLib: switch to ASM_FUNC()...
2016-08-11 Ard BiesheuvelArmPkg/BaseMemoryLibVstm: switch to ASM_FUNC() asm...
2016-08-11 Ard BiesheuvelArmPkg/BaseMemoryLibSm: switch to ASM_FUNC() asm macro
2016-08-11 Ard BiesheuvelArmPkg/ArmSmcLib: switch to ASM_FUNC() asm macro
2016-08-11 Ard BiesheuvelArmPkg/ArmMmuLib: switch to ASM_FUNC() asm macro
2016-08-11 Ard BiesheuvelArmPkg/ArmLib: switch to ASM_FUNC() asm macro
2016-08-11 Ard BiesheuvelArmPkg/ArmHvcLib: switch to ASM_FUNC() asm macro
2016-08-11 Ard BiesheuvelArmPkg/ArmSmcLibNull: move to generic C implementation
2016-08-11 Ard BiesheuvelArmLib: remove ArmReplaceLiveTranslationEntry() impleme...
2016-08-05 Ard BiesheuvelArmPkg/CompilerIntrinsicsLib: make the default memset...
2016-08-05 Ard BiesheuvelArmPkg/ArmSoftFloatLib: disable LTO build for GCC
2016-08-02 Ard BiesheuvelArmPkg: add prebuilt glue binaries for GCC5 LTO support
2016-08-01 Supreeth VenkateshArmPkg/Library: Add ArmReadSctlr for AArch64
2016-07-07 Ard BiesheuvelArmPkg/ArmMmuLib: add PEI specific version of ArmMmuLib
2016-07-07 Ard BiesheuvelArmPkg ArmVirtPkg MdeModulePkg: switch to separate...
2016-07-07 Ard BiesheuvelArmPkg: introduce base ArmMmuLib implementation
2016-07-01 Ard BiesheuvelArmPkg/DefaultExceptionHandlerLib: put ASSERT (FALSE...
2016-06-15 Ard BiesheuvelArmPkg/ArmLib: avoid cache maintenance in PEIMs when...
2016-05-12 Ard BiesheuvelArmPkg/PlatformBootManagerLib: implement new generic...
2016-05-12 Ard BiesheuvelArmPkg/ArmLib: don't invalidate entire I-cache on range...
2016-05-11 Zhang, Chao BMerge branch 'master' of github.com:tianocore/edk2
2016-05-10 Ard BiesheuvelArmPkg/AArch64Mmu: don't let table entries inherit...
2016-05-10 Ard BiesheuvelArmPkg/ArmDmaLib: assert that consistent mappings are...
next