summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2015-02-25ArmPkg/BdsLib: Added support to change the given DevicePath of a Boot EntryOlivier Martin2-26/+51
2015-02-02ArmPkg: ArmArchTimerLib: conditionally rebase to actual timer frequencyLaszlo Ersek1-20/+38
2015-02-02ArmPkg: ArmArchTimerLib: use edk2-conformant (UINT64 * UINT32) / UINT32Laszlo Ersek1-1/+7
2015-02-02ArmPkg: ArmArchTimerLib: clean up commentsLaszlo Ersek1-10/+21
2015-01-06ArmPkg/BdsLib: Close file after reading an ImageRonald Cron1-16/+32
2015-01-06ArmPkg/BdsLib: Fix DHCP4 configurationRonald Cron1-17/+39
2014-12-12ArmPkg/BdsLib: Update the size of the Device Tree before booting LinuxOlivier Martin1-0/+3
2014-12-12ArmPkg/BdsLib: Rework TFTP bootRonald Cron3-131/+485
2014-11-11ArmPkg/ArmArchTimerLib: Promotes 32bit value to prevent overflowOlivier Martin1-1/+1
2014-11-11ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset()Olivier Martin5-49/+88
2014-11-11ArmPkg: Ensured the stack is always quad-word alignedOlivier Martin3-12/+12
2014-11-11ArmPlatformPkg: Increase more ARM address Pcd entries to 64-bit.Leif Lindholm1-3/+3
2014-10-27ArmPkg/ArmLib: Removed duplicated invalidate TLB functionOlivier Martin4-30/+0
2014-10-27ArmPkg/SemihostLib: Add library functionsRonald Cron2-0/+111
2014-10-27ArmPkg/Semihostlib: Rename semi-hosting open optionRonald Cron1-1/+1
2014-10-10ArmPkg/ArmLib/AArch64: Initialize the new N+1-level page table before registe...Olivier Martin1-6/+8
2014-10-10ArmPkg/UncachedMemoryAllocationLib: Track uncached memory allocationsOlivier Martin2-106/+208
2014-10-10ArmPkg/ArmPsciResetSystemLib: Made the library only using SMCOlivier Martin2-36/+7
2014-09-16ArmPsciResetSystemLib: read PSCI method in constructorArd Biesheuvel2-1/+14
2014-09-10ArmPkg: Introduced ArmPsciResetSystemLibArd Biesheuvel2-0/+149
2014-09-10ArmPkg: Add ArmHvcLibArd Biesheuvel4-0/+180
2014-09-10ArmPkg/ArmSmcLib: fix stack handling in .asm version of SMC wrapperArd Biesheuvel1-1/+1
2014-09-09ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and sizeArd Biesheuvel1-1/+2
2014-09-09ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLibArd Biesheuvel4-221/+8
2014-09-09ArmPkg: add ArmGenericTimerCounterLib implementation using virtual timerArd Biesheuvel2-0/+182
2014-09-09ArmPkg: add ArmGenericTimerCounterLib implementation using physical timerArd Biesheuvel2-0/+172
2014-09-09ArmPkg: Renamed ArmArchTimerLib.h to ArmArchTimer.hArd Biesheuvel3-3/+3
2014-09-09ArmPkg: allow dynamic GIC base addressesArd Biesheuvel1-1/+2
2014-09-09ArmPkg/ArmDisassemblerLib: ARMThumb and AArch64 fixesHarry Liebel3-7/+56
2014-09-01ArmPkg/BdsLib/Arm: Check Linux image and parameters are not overlappingOlivier Martin1-2/+8
2014-09-01ArmPkg/BdsLib/Arm: Clean Data cache before disabling itOlivier Martin1-3/+5
2014-08-27ArmPkg/TimerDxe: Changed calculation to allow 1KHz granularity frequencyOlivier Martin1-2/+4
2014-08-26ArmPkg/ArmArchTimerLib: Remove non required [depex] and IoLibOlivier Martin1-10/+1
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron4-4/+4
2014-08-20ArmPkg/ArmLib/ArmV7: Fixed ArmIsMpCore()Olivier Martin2-4/+8
2014-08-19ArmPkg/ArmLib: Set again TCR after getting the Translation Table attributesOlivier Martin1-0/+3
2014-08-19ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device pat...Olivier Martin3-9/+22
2014-08-19ARM Packages: Removed trailing spacesRonald Cron147-1106/+1104
2014-08-19ARM Packages: Corrected non-DOS line endingsRonald Cron2-50/+50
2014-08-04ArmPkg/ArmSmcLib: Fixed SMC helper functionsOlivier Martin6-198/+77
2014-07-29ArmPkg: Remove BasePeCoffLibHarry Liebel7-2584/+0
2014-07-15ARM Packages: Force the SEC modules to be 2K aligned for AArch64Olivier Martin1-4/+5
2014-07-15ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loaderOlivier Martin3-101/+22
2014-07-09ArmPkg/ArmLib: Improved ArmConfigureMmu PerformanceEugene Cohen1-12/+12
2014-07-01ArmPkg/BdsLib: Prevent memory leak whith TFTPOlivier Martin1-1/+3
2014-07-01ArmPkg/ArmCacheMaintenanceLib: Fixed comment (and coding style)Olivier Martin1-4/+3
2014-06-03ArmPkg: Added new ARM Processor Feature Register definitionsOlivier Martin1-3/+3
2014-06-03ArmPkg/ArmLib: Drain Write Buffer before DCache maintenance operations.Olivier Martin3-1/+12
2014-06-03ArmPkg/DefaultExceptionHandlerLib/Aarch64: Added friendly debug messageOlivier Martin1-4/+79
2014-05-19ArmPkg/BdsLib: Added support for TFTP servers without 'tsize' extensionOlivier Martin2-29/+73