summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: remove ARMv6 support codeArd Biesheuvel2015-08-199-756/+0
* ArmPkg: cache detected revision in ArmGicArchLibArd Biesheuvel2015-07-283-9/+40
* ArmPkg: copy ArmGicArchLib to ArmGicArchSecLibArd Biesheuvel2015-07-283-0/+135
* ArmPkg: split off ArmGicArchLib from ArmGicLibArd Biesheuvel2015-07-283-0/+135
* ArmPkg/BdsLib: Remove Linux loader from BdsLibOlivier Martin2015-07-149-1865/+1
* ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()Olivier Martin2015-07-141-87/+196
* ArmPkg/ArmLib: Fixed build after recent BaseTools changesOlivier Martin2015-06-151-3/+3
* ArmPkg/BdsLib: Fixed TFTP when there are directories in the nameOlivier Martin2015-05-291-13/+7
* Renamed ArmPlatformPkg/ArmVirtualizationPkg into ArmVirtPkgOlivier Martin2015-05-291-2/+2
* ArmPkg: fix ArmWriteCntkCtl simple code bugHeyi Guo2015-05-131-1/+1
* ArmPkg/BdsLib: Fixed line endingOlivier Martin2015-05-131-1/+1
* ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTIONArd Biesheuvel2015-05-111-10/+12
* ArmPkg: fix pointer indirection bug in BdsFirmwareVolumeLoadImage()Ard Biesheuvel2015-05-071-1/+1
* ArmPkg/BdsLib: Exposed ShutdownUefiBootServices() in the BdsLib interfaceOlivier Martin2015-05-051-5/+0
* ArmPkg: remove cache maintenance by VA operation range size thresholdArd Biesheuvel2015-04-1414-51/+11
* ArmPkg/BaseMemoryLib(Sym|Vstm): Do not post increment returned pointerOlivier Martin2015-04-022-8/+16
* ArmPkg: DebugPeCoffExtraActionLib: debugger commands are not errorsLaszlo Ersek2015-03-021-5/+5
* ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron2015-02-263-48/+63
* ArmPkg/BdsLib: Added support to change the given DevicePath of a Boot EntryOlivier Martin2015-02-252-26/+51
* ArmPkg: ArmArchTimerLib: conditionally rebase to actual timer frequencyLaszlo Ersek2015-02-021-20/+38
* ArmPkg: ArmArchTimerLib: use edk2-conformant (UINT64 * UINT32) / UINT32Laszlo Ersek2015-02-021-1/+7
* ArmPkg: ArmArchTimerLib: clean up commentsLaszlo Ersek2015-02-021-10/+21
* ArmPkg/BdsLib: Close file after reading an ImageRonald Cron2015-01-061-16/+32
* ArmPkg/BdsLib: Fix DHCP4 configurationRonald Cron2015-01-061-17/+39
* ArmPkg/BdsLib: Update the size of the Device Tree before booting LinuxOlivier Martin2014-12-121-0/+3
* ArmPkg/BdsLib: Rework TFTP bootRonald Cron2014-12-123-131/+485
* ArmPkg/ArmArchTimerLib: Promotes 32bit value to prevent overflowOlivier Martin2014-11-111-1/+1
* ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset()Olivier Martin2014-11-115-49/+88
* ArmPkg: Ensured the stack is always quad-word alignedOlivier Martin2014-11-113-12/+12
* ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.Leif Lindholm2014-11-111-3/+3
* ArmPkg/ArmLib: Removed duplicated invalidate TLB functionOlivier Martin2014-10-274-30/+0
* ArmPkg/SemihostLib: Add library functionsRonald Cron2014-10-272-0/+111
* ArmPkg/Semihostlib: Rename semi-hosting open optionRonald Cron2014-10-271-1/+1
* ArmPkg/ArmLib/AArch64: Initialize the new N+1-level page table before registe...Olivier Martin2014-10-101-6/+8
* ArmPkg/UncachedMemoryAllocationLib: Track uncached memory allocationsOlivier Martin2014-10-102-106/+208
* ArmPkg/ArmPsciResetSystemLib: Made the library only using SMCOlivier Martin2014-10-102-36/+7
* ArmPsciResetSystemLib: read PSCI method in constructorArd Biesheuvel2014-09-162-1/+14
* ArmPkg: Introduced ArmPsciResetSystemLibArd Biesheuvel2014-09-102-0/+149
* ArmPkg: Add ArmHvcLibArd Biesheuvel2014-09-104-0/+180
* ArmPkg/ArmSmcLib: fix stack handling in .asm version of SMC wrapperArd Biesheuvel2014-09-101-1/+1
* ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and sizeArd Biesheuvel2014-09-091-1/+2
* ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLibArd Biesheuvel2014-09-094-221/+8
* ArmPkg: add ArmGenericTimerCounterLib implementation using virtual timerArd Biesheuvel2014-09-092-0/+182
* ArmPkg: add ArmGenericTimerCounterLib implementation using physical timerArd Biesheuvel2014-09-092-0/+172
* ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.hArd Biesheuvel2014-09-093-3/+3
* ArmPkg: allow dynamic GIC base addressesArd Biesheuvel2014-09-091-1/+2
* ArmPkg/ArmDisassemblerLib: ARMThumb and AArch64 fixesHarry Liebel2014-09-093-7/+56
* ArmPkg/BdsLib/Arm: Check Linux image and parameters are not overlappingOlivier Martin2014-09-011-2/+8
* ArmPkg/BdsLib/Arm: Clean Data cache before disabling itOlivier Martin2014-09-011-3/+5
* ArmPkg/TimerDxe: Changed calculation to allow 1KHz granularity frequencyOlivier Martin2014-08-271-2/+4