summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Drivers/CpuDxe/Exception.c
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Fix Ecc error 5005 in CpuDxePierre Gondois2021-01-061-3/+5
* ArmPkg: Fix various typosAntoine Cœur2019-07-041-1/+1
* ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ArmPkg/CpuDxe: unmask SErrors in DEBUG buildsArd Biesheuvel2016-07-011-0/+9
* ArmPkg: update CpuDxe to use CpuExceptionHandlerLibCohen, Eugene2016-03-171-0/+95
* ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-121-230/+0
* ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin2011-07-041-2/+5
* ArmPkg/CpuDxe: ZeroMem the gExceptionHandlers[] arrayoliviermartin2011-07-011-0/+2
* ArmPkg/CpuDxe: Change chain of dependency for CpuDxe and PL390Gicoliviermartin2011-06-201-1/+0
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-031-0/+8
* Armkg: Fix EDK2 coding styleoliviermartin2011-06-031-46/+46
* ArmPkg: Introduce the PCD PcdDebuggerExceptionSupportoliviermartin2011-06-031-1/+4
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-021-46/+58
* Update the copyright notice formathhtian2010-04-291-2/+2
* Remove hook for debugger. Should be implemented using the new library scheme.andrewfish2010-03-171-72/+17
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-051-4/+15
* Make these drivers more compatible with a projected Debug Agent Library imple...andrewfish2010-03-051-11/+21
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-271-171/+1
* Missed a fix in the Cpu Driver. Added some more debug for Execption handling ...AJFISH2010-01-171-1/+10
* Minor update to move array into function to dead strip better on release buildsAJFISH2010-01-151-17/+16
* Updated ARM Exception handler to print out text values for CPSR registerAJFISH2010-01-151-10/+83
* Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi...AJFISH2010-01-141-33/+0
* Fix GCC build bug and add a debug library to dump load and unload commands in...AJFISH2010-01-141-55/+57
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-141-4/+110
* Fixed a bug in the HardwareInterrupt handler that would blow the stack if you...AJFISH2010-01-081-6/+1
* Adding support for a single stack, GCC check in will followAJFISH2010-01-081-5/+23
* Adding support for BeagleBoard. AJFISH2009-12-061-0/+238