summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2012-05-02ArmPkg/ArmLib: Added new functions to access ARM coprocessorsoliviermartin5-9/+82
2012-05-02ARM Packages: Fixed th 'NS' (Non Secure) bit in the MMU page Table Descriptoroliviermartin3-18/+18
2012-05-02ArmPkg/PeCoffExtraActionLib: Enabled DS-5 command line when using ARM Toolcha...oliviermartin2-0/+13
2012-05-02ArmPkg/ArmCpuLib: Replaced complex functions ArmCpuSynchronizeWait & ArmCpuSy...oliviermartin2-1/+21
2012-05-02ARM Packages: Minor changes (fixed mispelling, line endings, incorrect comments)oliviermartin1-219/+219
2012-03-26ArmLib/ArmV7: Add ISB to ArmEnableVFPoliviermartin4-0/+4
2012-02-28ArmPkg/Library/SemihostLib: Removed depenencies on Uefi.h (Base library)oliviermartin1-25/+25
2012-02-28ArmPkg/ArmLib: Fixed 'ArmConfigureMmu()' to avoid overflow when an entry is m...oliviermartin1-2/+2
2012-02-28ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg...oliviermartin2-137/+0
2012-02-27ArmPkg/ArmArchTimerLib: Renamed the constructor to 'TimerConstructor()'oliviermartin2-4/+4
2012-02-24ArmPkg/BdsLib: Added support for using uInitrdoliviermartin1-0/+14
2012-02-24ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei formatoliviermartin1-0/+1
2012-02-14ArmPkg/ArmV7Lib: Add support for Invalid Instruction Cache to Point of Unific...oliviermartin6-14/+148
2012-02-09ArmPkg/BdsLib: Fixed memory leakoliviermartin1-2/+8
2012-02-09ArmPkg/BdsLib: Fixed incorrect typecastingoliviermartin1-2/+2
2012-02-09ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the me...oliviermartin1-2/+11
2012-02-09ArmPkg/BdsLib: Added support to start uImageoliviermartin2-3/+11
2011-11-01ArmPkg/RvdPeCoffExtraActionLib: Add quotes in RVD command line for RVD under ...oliviermartin1-2/+2
2011-11-01ArmPkg/DefaultExceptionHandlerLib: Replace the Print() by SerialOutputWrite()...oliviermartin1-1/+8
2011-11-01ArmPkg/ArmArchTimerLib: Fix TimerLib when the security extension is not imple...oliviermartin1-1/+1
2011-11-01ArmPkg/ArmCpuLib: Fix GCC/XCode buildsoliviermartin2-2/+2
2011-10-04Arm Packages: Fix builds for XCODE32 toolchainoliviermartin1-1/+1
2011-09-29ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in...oliviermartin1-38/+38
2011-09-27ArmPkg/BdsLib: Fix incorrect pointer castingoliviermartin3-12/+12
2011-09-27ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4oliviermartin1-0/+2
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin8-0/+762
2011-09-27ArmPkg/ArmLib: Update Arm11 portoliviermartin6-138/+349
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin15-1468/+1293
2011-09-27ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin6-301/+0
2011-09-22ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin2-70/+0
2011-09-22ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2-3/+3
2011-09-22ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate...oliviermartin4-147/+175
2011-09-22ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin3-91/+138
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin3-35/+58
2011-09-13ArmPkg/ArmDisassemblerLib: Comment out unused variableoliviermartin1-3/+3
2011-09-12ArmPkg/BdsLib: Add missing BdsLoadOption.c fileoliviermartin1-0/+264
2011-09-09ArmPkg/BdsLib: Fix MemMap Device Path node supportoliviermartin1-4/+8
2011-09-09ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin3-11/+70
2011-09-09ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin2-4/+21
2011-09-07ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCToliviermartin3-1/+112
2011-08-30ArmPlatformPkg: Fix ARM RealView EB and VE buildsoliviermartin1-2/+2
2011-08-22ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin1-2/+4
2011-08-19ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin1-2/+2
2011-08-18BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin1-0/+2
2011-08-18ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin1-4/+20
2011-08-18ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin2-3/+27
2011-08-18ArmPkg: Fix ARMGCC buildoliviermartin1-1/+1
2011-08-15ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the...oliviermartin1-1/+1
2011-08-15ArmPkg/ArmDmaLib: Fix coherency issues in DmaLiboliviermartin1-32/+42
2011-08-15ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break'oliviermartin1-0/+2