summaryrefslogtreecommitdiff
path: root/ArmPkg/Library
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish6-0/+129
2010-02-19Clean up some externsandrewfish2-1/+3
2010-02-19Fix typoandrewfish1-2/+2
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish7-151/+285
2010-02-18Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish5-5/+307
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish6-20/+20
2010-02-16Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish4-8/+12
2010-02-16After the ASSERT adjust the PC so you skip the faulting instruction. Lets you...andrewfish1-0/+17
2010-02-10Clean up UncachedMemoryAllocationLib to use CPU AP.andrewfish3-165/+168
2010-02-07Added CWD to EfiFileLib. Fix some X64 warnings.andrewfish1-1/+1
2010-02-05Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish2-18/+62
2010-02-04More disasm work.andrewfish1-11/+80
2010-02-04More updatedandrewfish1-14/+142
2010-02-03Fix GCC warningsandrewfish1-0/+2
2010-02-03Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish2-18/+122
2010-02-03Added Thumb2 loads and stores to Disassmeblerandrewfish1-54/+239
2010-02-02Fix thumb2 Branch instruction in disassemblerandrewfish1-25/+25
2010-02-02More progress on the disassebler libandrewfish1-96/+152
2010-02-01Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish3-8/+35
2010-02-01Move ARM disassembler into a library.andrewfish5-47/+137
2010-01-30Remove out of date comment and fix gcc warning.andrewfish1-1/+1
2010-01-29Update execption handler to print out DFSR & IFSR info.andrewfish1-3/+47
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish4-0/+1169
2010-01-17Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2-3/+3
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH5-47/+82
2010-01-14Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH2-0/+154
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH4-16/+12
2010-01-13Adding a Debug version of the UncachedMemoryAllocationLib that will make the ...AJFISH2-0/+701
2010-01-12Need to add some extra functions to the libraries to support paging in the Cp...AJFISH21-14/+200
2010-01-12Add some missing 64-bit math functions for gccAJFISH4-1/+151
2009-12-06Adding support for BeagleBoard. AJFISH84-0/+7542