summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/DefaultExceptionHandlerLib
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Fix Ecc error 5007 in DefaultExceptionHandlerLibPierre Gondois2021-01-061-19/+22
* ArmPkg: Fix various typosAntoine Cœur2019-07-042-2/+2
* ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-094-27/+4
* ArmPkg/DefaultExceptionHandlerLib: add missing UefiLib includeArd Biesheuvel2019-01-171-0/+1
* ArmPkg/DefaultExceptionHandlerLib: use console if availableArd Biesheuvel2019-01-163-3/+16
* ArmPkg/DefaultExceptionHandlerLib: drop BASE variantArd Biesheuvel2019-01-162-80/+0
* ArmPkg/DefaultExceptionHandlerLib: declare the permitted usage contextArd Biesheuvel2019-01-161-2/+2
* ArmPkg/DefaultExceptionHandlerLib ARM: avoid endless loop in RELEASE buildsArd Biesheuvel2018-12-191-0/+2
* ArmPkg/DefaultExceptionHandlerLib: walk call stack unconditionallyArd Biesheuvel2017-03-221-25/+31
* ArmPkg/DefaultExceptionHandlerLib: add missing GUID to .infArd Biesheuvel2017-03-222-0/+6
* ArmPkg/DefaultExceptionHandlerLib: replace AsciiStrCat() with AsciiStrCatS()Laszlo Ersek2016-10-251-4/+14
* ArmPkg/DefaultExceptionHandlerLib: improve formatting of backtraceArd Biesheuvel2016-09-141-19/+37
* ArmPkg/DefaultExceptionHandlerLib: trim module name in backtrace outputArd Biesheuvel2016-09-091-3/+23
* ArmPkg/DefaultExceptionHandlerLib AARCH64: add minimal backtrace to crash dumpArd Biesheuvel2016-09-071-0/+21
* ArmPkg/DefaultExceptionHandlerLib: put ASSERT (FALSE) lastArd Biesheuvel2016-07-011-1/+1
* ArmPkg/DefaultExceptionHandlerLib: fix typoArd Biesheuvel2016-05-091-1/+1
* ArmPkg/DefaultExceptionHandlerLib: add stack dump to exception handling codeArd Biesheuvel2016-05-091-0/+21
* ArmPkg/DefaultExceptionHandlerLib: use deadloop rather than ASSERTArd Biesheuvel2016-05-091-1/+3
* ArmPkg: DefaultExceptionHandler fixes for use with DxeCoreCohen, Eugene2016-02-154-38/+12
* ARM Packages: Replace tabs by spaces for indentationRonald Cron2014-08-261-1/+1
* ARM Packages: Removed trailing spacesRonald Cron2014-08-191-20/+20
* ArmPkg/DefaultExceptionHandlerLib/Aarch64: Added friendly debug messageOlivier Martin2014-06-031-4/+79
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-183-1/+120
* ArmPkg: Fixed unsigned type to be architecture independentoliviermartin2013-03-123-10/+11
* ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin2013-03-123-3/+6
* ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type libraryoliviermartin2012-09-285-80/+173
* ArmPkg/DefaultExceptionHandlerLib: Replace the Print() by SerialOutputWrite()...oliviermartin2011-11-011-1/+8
* ArmPkg/ArmCpuLib: Fix GCC/XCode buildsoliviermartin2011-11-011-2/+1
* Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2011-09-221-12/+9
* Update the copyright notice formathhtian2010-04-292-4/+4
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-131-0/+4
* Fix bug in UncachedMemoryAllocationLib, Assembler, make DefaultExceptionHandl...andrewfish2010-02-161-2/+5
* After the ASSERT adjust the PC so you skip the faulting instruction. Lets you...andrewfish2010-02-161-0/+17
* Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish2010-02-051-1/+3
* Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish2010-02-011-1/+1
* Move ARM disassembler into a library.andrewfish2010-02-014-868/+8
* Remove out of date comment and fix gcc warning.andrewfish2010-01-301-1/+1
* Update execption handler to print out DFSR & IFSR info.andrewfish2010-01-291-3/+47
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-274-0/+1169