summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg/Arm9Lib: Assert if memory region size is TT_DESCRIPTOR_SECTION_SIZE al...oliviermartin2011-03-311-0/+3
* ArmPkg: Fix InternalMemCopyMem()oliviermartin2011-03-312-94/+212
* ArmPkg/ArmDisassemblerLib: Fix register listoliviermartin2011-03-311-0/+1
* ArmPkg/BdsLib: Fix GetSystemMemoryResources()oliviermartin2011-03-311-67/+107
* ArmPkg/BdsLib: Prevent application to hang the platform using watchdogoliviermartin2011-03-311-0/+9
* ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin2011-03-311-10/+130
* Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish2011-02-031-3/+7
* Fix issue with fixing tabs.andrewfish2011-02-0242-1072/+1072
* Remove tabs from all text files in the package.andrewfish2011-02-0242-1074/+1076
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-0270-464/+2767
* Fix typo in __switchiu8() to use r0 in place of r3. andrewfish2011-01-061-4/+4
* Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish2010-12-151-1/+7
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-1534-6/+126
* Add support for semihosting with GCC. Still needs more testing.andrewfish2010-12-153-1/+59
* update copyright formathhtian2010-09-081-3/+3
* Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish2010-07-316-0/+2451
* Fix Xcode build break.andrewfish2010-07-292-21/+21
* Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish2010-07-254-4/+336
* Fix issue in DmaMap with buffers that are smaller than a cache line. Also mak...andrewfish2010-07-151-3/+6
* Add DMA Lib for generic ARM cache coherency model.andrewfish2010-05-292-0/+319
* Update the copyright notice formathhtian2010-04-29144-378/+297
* Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish2010-04-2142-0/+3939
* Add a PE/COFF extra action lib that DEBUG prints the debugger command to load...andrewfish2010-04-142-0/+161
* Make sure FIQ debugger stuff can work.andrewfish2010-04-131-1/+1
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-134-23/+81
* Cleanup Cache an MMU operations.andrewfish2010-04-072-29/+15
* Fix bugandrewfish2010-03-171-3/+2
* Update intrinsics for code sourcery gccandrewfish2010-03-1721-94/+178
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-054-0/+86
* Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make ...andrewfish2010-03-032-110/+111
* Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten2010-02-251-0/+0
* Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish2010-02-244-51/+37
* Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish2010-02-246-0/+129
* Clean up some externsandrewfish2010-02-192-1/+3
* Fix typoandrewfish2010-02-191-2/+2
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-197-151/+285
* Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish2010-02-185-5/+307
* Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish2010-02-186-20/+20
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-164-8/+12
* After the ASSERT adjust the PC so you skip the faulting instruction. Lets you...andrewfish2010-02-161-0/+17
* Clean up UncachedMemoryAllocationLib to use CPU AP.andrewfish2010-02-103-165/+168
* Added CWD to EfiFileLib. Fix some X64 warnings.andrewfish2010-02-071-1/+1
* Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish2010-02-052-18/+62
* More disasm work.andrewfish2010-02-041-11/+80
* More updatedandrewfish2010-02-041-14/+142
* Fix GCC warningsandrewfish2010-02-031-0/+2
* Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish2010-02-032-18/+122
* Added Thumb2 loads and stores to Disassmeblerandrewfish2010-02-031-54/+239
* Fix thumb2 Branch instruction in disassemblerandrewfish2010-02-021-25/+25
* More progress on the disassebler libandrewfish2010-02-021-96/+152