summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)Author
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
2010-01-30Remove out of date comment and fix gcc warning.andrewfish
2010-01-29Update execption handler to print out DFSR & IFSR info.andrewfish
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish
2010-01-17Fix RVCT compiler warnings, and a bug in the GdbStubAJFISH
2010-01-17Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH
2010-01-15Minor update to move array into function to dead strip better on release buildsAJFISH
2010-01-15Updated ARM Exception handler to print out text values for CPSR registerAJFISH
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH
2010-01-14Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH
2010-01-13Adding a Debug version of the UncachedMemoryAllocationLib that will make the ...AJFISH
2010-01-12Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH
2010-01-12One more header fixAJFISH
2010-01-12Fix some more headers. Add some missing library classes in .dec file and upda...AJFISH
2010-01-12Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH
2010-01-12Need to add some extra functions to the libraries to support paging in the Cp...AJFISH
2010-01-12Add some missing 64-bit math functions for gccAJFISH
2010-01-08Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...AJFISH
2010-01-08Fix stray charcter in comment.AJFISH
2010-01-08Adding support for a single stack, GCC check in will followAJFISH
2009-12-22Working on having a single stack for all modes. This code currently has an is...AJFISH
2009-12-06Adding support for BeagleBoard. AJFISH