summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-28ArmPkg: Fix ARM builds for XCode32oliviermartin3-110/+104
2011-07-19ArmPkg/SemiHostingSerialPortLib: Return number of written bytes in SerialPort...oliviermartin1-1/+1
2011-07-18ArmPkg/UncachedMemoryAllocationLib: Use gDS function to set memory attributesoliviermartin1-4/+3
2011-07-18ArmPkg/DebugAgentSymbolsOnlyLib: Add library to print loaded address of the S...oliviermartin2-0/+373
2011-07-06ArmPkg: Minor coding style changesoliviermartin3-0/+5
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin1-15/+15
2011-07-04ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin1-7/+11
2011-07-01ArmPlatformPkg: Fix buildsoliviermartin1-0/+1
2011-07-01ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2-57/+0
2011-06-28ArmPkg/BdsLib: Check if the performance timer is counting down or up in Print...oliviermartin1-2/+8
2011-06-15ArmPlatformPkg/Bds: Fix various bugs in the new BDSoliviermartin2-1/+28
2011-06-15ArmPkg: Fix warnings raised by ARMGCColiviermartin3-80/+12
2011-06-11ArmPkg/BdsLib: Upgrade the library to use natively the Device Patholiviermartin10-1133/+1549
2011-06-03ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin4-0/+127
2011-06-03ArmPkg/CompilerIntrinsincsLib: Add div and mullu functions to ARMGCColiviermartin3-1/+205
2011-06-03ArmPkg/PeCoffExtraActionLib: Add the return carriage character after printing...oliviermartin2-4/+4
2011-06-03ArmPkg: Add comments to ArmEnableVFPoliviermartin2-8/+14
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2-0/+42
2011-06-03ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-1/+6
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin4-12/+25
2011-03-31ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin1-0/+3
2011-03-31ArmPkg: Fix InternalMemCopyMem()oliviermartin2-94/+212
2011-03-31ArmPkg/ArmDisassemblerLib: Fix register listoliviermartin1-0/+1
2011-03-31ArmPkg/BdsLib: Fix GetSystemMemoryResources()oliviermartin1-67/+107
2011-03-31ArmPkg/BdsLib: Prevent application to hang the platform using watchdogoliviermartin1-0/+9
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin1-10/+130
2011-02-03Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish1-3/+7
2011-02-02Fix issue with fixing tabs.andrewfish42-1072/+1072
2011-02-02Remove tabs from all text files in the package.andrewfish42-1074/+1076
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish70-464/+2767
2011-01-06Fix typo in __switchiu8() to use r0 in place of r3. andrewfish1-4/+4
2010-12-15Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish1-1/+7
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish34-6/+126