summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/DefaultExceptionHandlerLib
AgeCommit message (Expand)AuthorFilesLines
2023-08-03ArmPkg: DefaultExceptionHandlerLib: Do Not Allocate MemoryOliver Smith-Denny2-15/+41
2021-12-07ArmPkg: Apply uncrustify changesMichael Kubacki3-213/+296
2021-12-07ArmPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2-50/+50
2021-01-06ArmPkg: Fix Ecc error 5007 in DefaultExceptionHandlerLibPierre Gondois1-19/+22
2019-07-04ArmPkg: Fix various typosAntoine Cœur2-2/+2
2019-04-09ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-27/+4
2019-01-17ArmPkg/DefaultExceptionHandlerLib: add missing UefiLib includeArd Biesheuvel1-0/+1
2019-01-16ArmPkg/DefaultExceptionHandlerLib: use console if availableArd Biesheuvel3-3/+16
2019-01-16ArmPkg/DefaultExceptionHandlerLib: drop BASE variantArd Biesheuvel2-80/+0
2019-01-16ArmPkg/DefaultExceptionHandlerLib: declare the permitted usage contextArd Biesheuvel1-2/+2
2018-12-19ArmPkg/DefaultExceptionHandlerLib ARM: avoid endless loop in RELEASE buildsArd Biesheuvel1-0/+2
2017-03-22ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionallyArd Biesheuvel1-25/+31
2017-03-22ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .infArd Biesheuvel2-0/+6
2016-10-25ArmPkg/DefaultExceptionHandlerLib: replace AsciiStrCat() with AsciiStrCatS()Laszlo Ersek1-4/+14
2016-09-14ArmPkg/DefaultExceptionHandlerLib: improve formatting of backtraceArd Biesheuvel1-19/+37
2016-09-09ArmPkg/DefaultExceptionHandlerLib: trim module name in backtrace outputArd Biesheuvel1-3/+23
2016-09-07ArmPkg/DefaultExceptionHandlerLib AARCH64: add minimal backtrace to crash dumpArd Biesheuvel1-0/+21
2016-07-01ArmPkg/DefaultExceptionHandlerLib: put ASSERT (FALSE) lastArd Biesheuvel1-1/+1
2016-05-09ArmPkg/DefaultExceptionHandlerLib: fix typoArd Biesheuvel1-1/+1
2016-05-09ArmPkg/DefaultExceptionHandlerLib: add stack dump to exception handling codeArd Biesheuvel1-0/+21
2016-05-09ArmPkg/DefaultExceptionHandlerLib: use deadloop rather than ASSERTArd Biesheuvel1-1/+3
2016-02-15ArmPkg: DefaultExceptionHandler fixes for use with DxeCoreCohen, Eugene4-38/+12
2014-08-26ARM Packages: Replace tabs by spaces for indentationRonald Cron1-1/+1
2014-08-19ARM Packages: Removed trailing spacesRonald Cron1-20/+20
2014-06-03ArmPkg/DefaultExceptionHandlerLib/Aarch64: Added friendly debug messageOlivier Martin1-4/+79
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel3-1/+120
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin3-10/+11
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin3-3/+6
2012-09-28ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type libraryoliviermartin5-80/+173
2011-11-01ArmPkg/DefaultExceptionHandlerLib: Replace the Print() by SerialOutputWrite()...oliviermartin1-1/+8
2011-11-01ArmPkg/ArmCpuLib: Fix GCC/XCode buildsoliviermartin1-2/+1
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin1-12/+9
2010-04-29Update the copyright notice formathhtian2-4/+4
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish1-0/+4
2010-02-16Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish1-2/+5
2010-02-16After the ASSERT adjust the PC so you skip the faulting instruction. Lets you...andrewfish1-0/+17
2010-02-05Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish1-1/+3
2010-02-01Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish1-1/+1
2010-02-01Move ARM disassembler into a library.andrewfish4-868/+8
2010-01-30Remove out of date comment and fix gcc warning.andrewfish1-1/+1
2010-01-29Update execption handler to print out DFSR & IFSR info.andrewfish1-3/+47
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish4-0/+1169