summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers
AgeCommit message (Expand)AuthorFilesLines
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish6-188/+37
2010-01-17Fix RVCT compiler warnings, and a bug in the GdbStubAJFISH1-0/+2
2010-01-17Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2-14/+24
2010-01-15Minor update to move array into function to dead strip better on release buildsAJFISH1-17/+16
2010-01-15Updated ARM Exception handler to print out text values for CPSR registerAJFISH1-10/+83
2010-01-14Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2-50/+9
2010-01-14Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH1-55/+57
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH5-61/+445
2010-01-12Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH1-0/+750
2010-01-12One more header fixAJFISH1-1/+15
2010-01-08Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...AJFISH2-13/+3
2010-01-08Fix stray charcter in comment.AJFISH1-1/+1
2010-01-08Adding support for a single stack, GCC check in will followAJFISH5-102/+214
2009-12-22Working on having a single stack for all modes. This code currently has an is...AJFISH1-0/+225
2009-12-06Adding support for BeagleBoard. AJFISH9-0/+1239