audk/ArmPkg/Library
andrewfish d629c28396 After the ASSERT adjust the PC so you skip the faulting instruction. Lets you walk out of the exception handler and keeprunning code. This way you can walk out of the call stack.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10010 6f19259b-4bc3-4df7-8a09-765794883524
2010-02-16 01:03:16 +00:00
..
ArmCacheMaintenanceLib 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
ArmDisassemblerLib Added CWD to EfiFileLib. Fix some X64 warnings. 2010-02-07 22:04:03 +00:00
ArmLib 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
CompilerIntrinsicsLib Add some missing 64-bit math functions for gcc 2010-01-12 18:23:25 +00:00
DebugUncachedMemoryAllocationLib Clean up UncachedMemoryAllocationLib to use CPU AP. 2010-02-10 01:49:46 +00:00
DefaultExceptionHandlerLib After the ASSERT adjust the PC so you skip the faulting instruction. Lets you walk out of the exception handler and keeprunning code. This way you can walk out of the call stack. 2010-02-16 01:03:16 +00:00
RvdPeCoffExtraActionLib 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
SemiHostingDebugLib Cleanup to match MdePkg cleanups. More progress on ARM disassembler. 2010-02-03 22:34:43 +00:00
SemiHostingSerialPortLib 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
SemihostLib 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
UncachedMemoryAllocationLib Clean up UncachedMemoryAllocationLib to use CPU AP. 2010-02-10 01:49:46 +00:00