summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/BdsLib: Fixed memory leakoliviermartin2012-02-091-2/+8
* ArmPkg/BdsLib: Fixed incorrect typecastingoliviermartin2012-02-091-2/+2
* ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the me...oliviermartin2012-02-091-2/+11
* ArmPkg/BdsLib: Added support to start uImageoliviermartin2012-02-092-3/+11
* ArmPkg/RvdPeCoffExtraActionLib: Add quotes in RVD command line for RVD under ...oliviermartin2011-11-011-2/+2
* ArmPkg/DefaultExceptionHandlerLib: Replace the Print() by SerialOutputWrite()...oliviermartin2011-11-011-1/+8
* ArmPkg/ArmArchTimerLib: Fix TimerLib when the security extension is not imple...oliviermartin2011-11-011-1/+1
* ArmPkg/ArmCpuLib: Fix GCC/XCode buildsoliviermartin2011-11-012-2/+2
* Arm Packages: Fix builds for XCODE32 toolchainoliviermartin2011-10-041-1/+1
* ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in...oliviermartin2011-09-291-38/+38
* ArmPkg/BdsLib: Fix incorrect pointer castingoliviermartin2011-09-273-12/+12
* ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4oliviermartin2011-09-271-0/+2
* ArmPkg: Add ARM Architectural Timer supportoliviermartin2011-09-278-0/+762
* ArmPkg/ArmLib: Update Arm11 portoliviermartin2011-09-276-138/+349
* ArmPkg/ArmLib: Clean ArmV7Liboliviermartin2011-09-2715-1468/+1293
* ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin2011-09-276-301/+0
* ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin2011-09-222-70/+0
* ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin2011-09-222-3/+3
* ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate...oliviermartin2011-09-224-147/+175
* ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin2011-09-223-91/+138
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-223-35/+58
* ArmPkg/ArmDisassemblerLib: Comment out unused variableoliviermartin2011-09-131-3/+3
* ArmPkg/BdsLib: Add missing BdsLoadOption.c fileoliviermartin2011-09-121-0/+264
* ArmPkg/BdsLib: Fix MemMap Device Path node supportoliviermartin2011-09-091-4/+8
* ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin2011-09-093-11/+70
* ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin2011-09-092-4/+21
* ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCToliviermartin2011-09-073-1/+112
* ArmPlatformPkg: Fix ARM RealView EB and VE buildsoliviermartin2011-08-301-2/+2
* ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin2011-08-221-2/+4
* ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin2011-08-191-2/+2
* BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin2011-08-181-0/+2
* ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin2011-08-181-4/+20
* ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin2011-08-182-3/+27
* ArmPkg: Fix ARMGCC buildoliviermartin2011-08-181-1/+1
* ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the...oliviermartin2011-08-151-1/+1
* ArmPkg/ArmDmaLib: Fix coherency issues in DmaLiboliviermartin2011-08-151-32/+42
* ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break'oliviermartin2011-08-151-0/+2
* ArmPkg: Fix ARM builds for XCode32oliviermartin2011-07-283-110/+104
* ArmPkg/SemiHostingSerialPortLib: Return number of written bytes in SerialPort...oliviermartin2011-07-191-1/+1
* ArmPkg/UncachedMemoryAllocationLib: Use gDS function to set memory attributesoliviermartin2011-07-181-4/+3
* ArmPkg/DebugAgentSymbolsOnlyLib: Add library to print loaded address of the S...oliviermartin2011-07-182-0/+373
* ArmPkg: Minor coding style changesoliviermartin2011-07-063-0/+5
* ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2011-07-061-15/+15
* ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin2011-07-041-7/+11
* ArmPlatformPkg: Fix buildsoliviermartin2011-07-011-0/+1
* ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2011-07-012-57/+0
* ArmPkg/BdsLib: Check if the performance timer is counting down or up in Print...oliviermartin2011-06-281-2/+8
* ArmPlatformPkg/Bds: Fix various bugs in the new BDSoliviermartin2011-06-152-1/+28
* ArmPkg: Fix warnings raised by ARMGCColiviermartin2011-06-153-80/+12
* ArmPkg/BdsLib: Upgrade the library to use natively the Device Patholiviermartin2011-06-1110-1133/+1549