summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)Author
2010-12-15Fix semihosting on gcc. We need to save lr as svc instruction will change it. andrewfish
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish
2010-12-15Add support for semihosting with GCC. Still needs more testing.andrewfish
2010-12-14Fix build break on Apple Xcode, caused by fixing normal gcc build break.andrewfish
2010-12-08Add vpush/vpop to the exception handler as we added CopyMem/SetMem that can u...andrewfish
2010-09-08update copyright formathhtian
2010-07-31Add a temp BasePeCoffLib that deals with MOVT instruction. At this point we d...andrewfish
2010-07-29Fix Xcode build break.andrewfish
2010-07-25Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish
2010-07-15Fix issue in DmaMap with buffers that are smaller than a cache line. Also mak...andrewfish
2010-07-02Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish
2010-05-29Add DMA Lib for generic ARM cache coherency model.andrewfish
2010-05-29Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abst...andrewfish
2010-05-28Set the default compilers arch flags for these packagesandrewfish
2010-05-18Remove obsolete DebugSupport Driverandrewfish
2010-05-18Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish
2010-04-29Update the copyright notice formathhtian
2010-04-21Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish
2010-04-14Add a PE/COFF extra action lib that DEBUG prints the debugger command to load...andrewfish
2010-04-13Make sure FIQ debugger stuff can work.andrewfish
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish
2010-04-07Cleanup Cache an MMU operations.andrewfish
2010-03-17Remove hook for debugger. Should be implemented using the new library scheme.andrewfish
2010-03-17Fix bugandrewfish
2010-03-17Update intrinsics for code sourcery gccandrewfish
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish
2010-03-05Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish
2010-03-03Syncing GCC and ARMASM assembly. Made chunks of the ARMASM lowercase to make ...andrewfish
2010-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten
2010-02-24Move ARMv5 (ARM9) barrier instructions into assembler filesandrewfish
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish
2010-02-19Clean up some externsandrewfish
2010-02-19Fix typoandrewfish
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish
2010-02-18Hack in some DSB, ISB syncronization primatives. Need to do it a little cleaner.andrewfish
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish
2010-02-16Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish
2010-02-16After the ASSERT adjust the PC so you skip the faulting instruction. Lets you...andrewfish
2010-02-10Clean up UncachedMemoryAllocationLib to use CPU AP.andrewfish
2010-02-07Added CWD to EfiFileLib. Fix some X64 warnings.andrewfish
2010-02-05Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish
2010-02-04More disasm work.andrewfish
2010-02-04More updatedandrewfish
2010-02-03Fix GCC warningsandrewfish
2010-02-03Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish
2010-02-03Added Thumb2 loads and stores to Disassmeblerandrewfish
2010-02-02Fix thumb2 Branch instruction in disassemblerandrewfish
2010-02-02More progress on the disassebler libandrewfish
2010-02-01Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish
2010-02-01Move ARM disassembler into a library.andrewfish