index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ArmPkg
/
Drivers
/
CpuDxe
/
Exception.c
Age
Commit message (
Expand
)
Author
2010-03-17
Remove hook for debugger. Should be implemented using the new library scheme.
andrewfish
2010-03-05
Added FIQ interrupt primatives. Update exception handler to disable/reenable ...
andrewfish
2010-03-05
Make these drivers more compatible with a projected Debug Agent Library imple...
andrewfish
2010-01-27
Added a library for the default exception handler and started to add a dissas...
andrewfish
2010-01-17
Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...
AJFISH
2010-01-15
Minor update to move array into function to dead strip better on release builds
AJFISH
2010-01-15
Updated ARM Exception handler to print out text values for CPSR register
AJFISH
2010-01-14
Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...
AJFISH
2010-01-14
Fix GCC build bug and add a debug library to dump load and unload commands in...
AJFISH
2010-01-14
Added support for L2 (4K) page tables and made the CPU driver change cachabil...
AJFISH
2010-01-08
Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...
AJFISH
2010-01-08
Adding support for a single stack, GCC check in will follow
AJFISH
2009-12-06
Adding support for BeagleBoard.
AJFISH