audk/ArmPkg/Drivers/CpuDxe
AJFISH 235605b5c7 Updated ARM Exception handler to print out text values for CPSR register
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9777 6f19259b-4bc3-4df7-8a09-765794883524
2010-01-15 17:30:25 +00:00
..
CpuDxe.c Added support for L2 (4K) page tables and made the CPU driver change cachability attributes on request. Also got the DebugUncache infrastructure working for the first time. Looks like it works for the simple case. Checking in so we can get more eyes looking at the code. 2010-01-14 03:25:08 +00:00
CpuDxe.h Added support for L2 (4K) page tables and made the CPU driver change cachability attributes on request. Also got the DebugUncache infrastructure working for the first time. Looks like it works for the simple case. Checking in so we can get more eyes looking at the code. 2010-01-14 03:25:08 +00:00
CpuDxe.inf Added support for L2 (4K) page tables and made the CPU driver change cachability attributes on request. Also got the DebugUncache infrastructure working for the first time. Looks like it works for the simple case. Checking in so we can get more eyes looking at the code. 2010-01-14 03:25:08 +00:00
DebugSupport.c Adding support for BeagleBoard. 2009-12-06 01:57:05 +00:00
Exception.c Updated ARM Exception handler to print out text values for CPSR register 2010-01-15 17:30:25 +00:00
ExceptionSupport.ARMv6.asm Fix stray charcter in comment. 2010-01-08 21:28:45 +00:00
ExceptionSupport.S Adding support for a single stack, GCC check in will follow 2010-01-08 21:12:20 +00:00
ExceptionSupport.asm Adding support for BeagleBoard. 2009-12-06 01:57:05 +00:00
Mmu.c Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. This is needed for debug prints with PE/COFF images that started as ELF or Mach-O. Moved and debugged ARM semihosting lib for RVD that prints out the debugger symbol load commands in a window on the debugger. Trying to write a script file, but that crashes RVD. Added debug print to BeagleBoard Sec that prints out RVD debugger command to load symbols for the Sec. Synced the rest of the code. 2010-01-14 23:39:29 +00:00