summaryrefslogtreecommitdiff
path: root/include/panic.h
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* minute-ia: show EC task information during panicJack Rosenthal2019-06-141-0/+3
* core:RISC-V / chip:IT83202Dino Li2019-06-111-0/+9
* ish: preserve panic data across resetJack Rosenthal2019-05-041-7/+2
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* minute-ia: Print panic info on processor exceptionJack Rosenthal2019-03-131-0/+21
* cr50: Add extern "C" to headers used by future fuzzing target.Allen Webb2018-11-151-0/+8
* assert/panic: mark noreturn to inform the compilerPatrick Georgi2018-07-121-3/+4
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-2/+2
* panic: Provide declarations for chip panic data backup/restoreFurquan Shaikh2017-06-151-0/+10
* nds32: fix panicDino Li2015-10-071-2/+14
* lm4: stm32: Store panic data in backup registers on hard resetShawn Nematbakhsh2015-03-141-4/+9
* panic: Send host event on panic detectShawn Nematbakhsh2015-02-241-3/+5
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-181-0/+16
* ryu: Use brief assertion failure messageVic Yang2014-10-011-0/+4
* extract common core codeVincent Palatin2013-12-051-7/+30
* Enable stack overflow checking on all context switchesRandall Spangler2013-11-071-1/+6
* Uprev panic data struct versionVic Yang2013-07-101-2/+5
* Saving the main stack pointer at the entry of exception_panic.Daisuke Nojiri2013-04-181-1/+1
* Consolidate emergency debug outputRandall Spangler2012-10-291-27/+0
* Save panic data across reboots, and add panicinfo commandRandall Spangler2012-08-311-3/+48
* Place panic data and stack at end of RAMRandall Spangler2012-08-311-10/+0
* stm32f: Use FLASH_KEYR to lock entire flashVic Yang2012-08-081-0/+7
* Add a dedicated panic() functionSimon Glass2012-06-221-0/+7
* Make ASSERT() report assertion failuresSimon Glass2012-06-221-0/+12
* Convert panic() to C codeSimon Glass2012-06-081-0/+69