summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers
AgeCommit message (Expand)Author
2010-07-02Remove ArmEbPkg and replace with ArmRealViewEbPkg. Ported ArmRealViewEbPkg to...andrewfish
2010-04-29Update the copyright notice formathhtian
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish
2010-03-17Remove hook for debugger. Should be implemented using the new library scheme.andrewfish
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-02-25Remove svn:executable on *.c, *.h, *.asm, *.S, *.inf and *.asl*jljusten
2010-02-19Sync gcc with armasm. update some memory barriers.andrewfish
2010-02-16Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish
2010-02-03Cleanup to match MdePkg cleanups. More progress on ARM disassembler.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-12Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH
2010-01-12One more header fixAJFISH
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