summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
* Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.andrewfish2011-02-033-16/+20
* Fix issue with fixing tabs.andrewfish2011-02-0251-1291/+1291
* Remove tabs from all text files in the package.andrewfish2011-02-0251-1293/+1295
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-02113-964/+7979
* 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-1535-6/+131
* Add support for semihosting with GCC. Still needs more testing.andrewfish2010-12-153-1/+59
* Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish2010-12-141-1/+4
* Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish2010-12-082-0/+9
* 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
* Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish2010-07-022-0/+170
* Add DMA Lib for generic ARM cache coherency model.andrewfish2010-05-292-0/+319
* Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish2010-05-291-0/+1
* Set the default compilers arch flags for these packagesandrewfish2010-05-281-4/+18
* Remove obsolete DebugSupport Driverandrewfish2010-05-181-1/+0
* Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish2010-05-182-60/+0
* Update the copyright notice formathhtian2010-04-29172-434/+360
* 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-138-46/+141
* Cleanup Cache an MMU operations.andrewfish2010-04-072-29/+15
* Remove hook for debugger. Should be implemented using the new library scheme.andrewfish2010-03-173-320/+17
* 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-056-4/+118
* Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish2010-03-051-11/+21
* 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-254-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-247-1/+148
* Clean up some externsandrewfish2010-02-192-1/+3
* Fix typoandrewfish2010-02-191-2/+2
* Sync gcc with armasm. update some memory barriers.andrewfish2010-02-1910-153/+570
* 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-188-26/+26
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-165-8/+13
* 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-053-18/+64
* 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-034-18/+124