summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/CpuDxe
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup to match MdePkg cleanups. More progress on ARM disassembler.andrewfish2010-02-032-0/+2
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-276-188/+37
* Fix RVCT compiler warnings, and a bug in the GdbStubAJFISH2010-01-171-0/+2
* Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2010-01-172-14/+24
* Minor update to move array into function to dead strip better on release buildsAJFISH2010-01-151-17/+16
* Updated ARM Exception handler to print out text values for CPSR registerAJFISH2010-01-151-10/+83
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-142-50/+9
* Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH2010-01-141-55/+57
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-145-61/+445
* Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH2010-01-121-0/+750
* Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...AJFISH2010-01-082-13/+3
* Fix stray charcter in comment.AJFISH2010-01-081-1/+1
* Adding support for a single stack, GCC check in will followAJFISH2010-01-085-102/+214
* Working on having a single stack for all modes. This code currently has an is...AJFISH2009-12-221-0/+225
* Adding support for BeagleBoard. AJFISH2009-12-067-0/+1090