summaryrefslogtreecommitdiff
path: root/ArmPkg/Drivers/CpuDxe/Exception.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-04ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin1-2/+5
2011-07-01ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] arrayoliviermartin1-0/+2
2011-06-20ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin1-1/+0
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin1-0/+8
2011-06-03Armkg: Fix EDK2 coding styleoliviermartin1-46/+46
2011-06-03ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin1-1/+4
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish1-46/+58
2010-04-29Update the copyright notice formathhtian1-2/+2
2010-03-17Remove hook for debugger. Should be implemented using the new library scheme.andrewfish1-72/+17
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish1-4/+15
2010-03-05Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish1-11/+21
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish1-171/+1
2010-01-17Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH1-1/+10
2010-01-15Minor update to move array into function to dead strip better on release buildsAJFISH1-17/+16
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...AJFISH1-33/+0
2010-01-14Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH1-55/+57
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH1-4/+110
2010-01-08Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...AJFISH1-6/+1
2010-01-08Adding support for a single stack, GCC check in will followAJFISH1-5/+23
2009-12-06Adding support for BeagleBoard. AJFISH1-0/+238