summaryrefslogtreecommitdiffstats
path: root/ArmPkg
Commit message (Expand)AuthorAgeFilesLines
...
* Added Thumb2 loads and stores to Disassmeblerandrewfish2010-02-031-54/+239
* Fix thumb2 Branch instruction in disassemblerandrewfish2010-02-021-25/+25
* More progress on the disassebler libandrewfish2010-02-021-96/+152
* Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish2010-02-014-8/+37
* Move ARM disassembler into a library.andrewfish2010-02-018-48/+179
* Remove out of date comment and fix gcc warning.andrewfish2010-01-302-13/+1
* Update execption handler to print out DFSR & IFSR info.andrewfish2010-01-291-3/+47
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-2714-189/+1247
* 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-174-17/+27
* 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-147-97/+91
* Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH2010-01-144-55/+213
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-1412-79/+461
* Adding a Debug version of the UncachedMemoryAllocationLib that will make the ...AJFISH2010-01-133-0/+702
* Working on adding paging to the CpuDxe driver so it can update cachablity. At...AJFISH2010-01-121-0/+750
* One more header fixAJFISH2010-01-121-1/+15
* Fix some more headers. Add some missing library classes in .dec file and upda...AJFISH2010-01-123-5/+47
* Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2010-01-122-0/+72
* Need to add some extra functions to the libraries to support paging in the Cp...AJFISH2010-01-1221-14/+200
* Add some missing 64-bit math functions for gccAJFISH2010-01-124-1/+151
* 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-06107-0/+11280