summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-15Add support for semihosting with GCC. Still needs more testing.andrewfish3-1/+59
2010-09-08update copyright formathhtian1-3/+3
2010-07-31Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish6-0/+2451
2010-07-29Fix Xcode build break.andrewfish2-21/+21
2010-07-25Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish4-4/+336
2010-07-15Fix issue in DmaMap with buffers that are smaller than a cache line. Also mak...andrewfish1-3/+6
2010-05-29Add DMA Lib for generic ARM cache coherency model.andrewfish2-0/+319
2010-04-29Update the copyright notice formathhtian144-378/+297
2010-04-21Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish42-0/+3939
2010-04-14Add a PE/COFF extra action lib that DEBUG prints the debugger command to load...andrewfish2-0/+161
2010-04-13Make sure FIQ debugger stuff can work.andrewfish1-1/+1
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish4-23/+81
2010-04-07Cleanup Cache an MMU operations.andrewfish2-29/+15
2010-03-17Fix bugandrewfish1-3/+2
2010-03-17Update intrinsics for code sourcery gccandrewfish21-94/+178
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish4-0/+86
2010-03-03Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make ...andrewfish2-110/+111
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten1-0/+0
2010-02-24Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish4-51/+37