summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
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...AJFISH7-97/+91
2010-01-14Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH4-55/+213
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH12-79/+461
2010-01-13Adding a Debug version of the UncachedMemoryAllocationLib that will make the ...AJFISH3-0/+702
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-12Fix some more headers. Add some missing library classes in .dec file and upda...AJFISH3-5/+47
2010-01-12Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2-0/+72
2010-01-12Need to add some extra functions to the libraries to support paging in the Cp...AJFISH21-14/+200
2010-01-12Add some missing 64-bit math functions for gccAJFISH4-1/+151
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. AJFISH107-0/+11280