summaryrefslogtreecommitdiff
path: root/common/panic_output.c
Commit message (Expand)AuthorAgeFilesLines
* panic: Tidy up the #ifdefsSimon Glass2021-02-101-12/+11
* zephyr: Add support for panic outputJack Rosenthal2021-01-261-2/+31
* crash: fix unsigned div-by-zero crashEric Yilun Lin2021-01-111-1/+1
* common/panic_output: Use newly introduced functions for panic info dumpPatryk Duda2020-10-011-9/+27
* Introduce functions that provide safe pointer to panic dataPatryk Duda2020-09-091-1/+111
* servo: Adds logging of panic info to USB consoleBrian J. Nemec2020-01-221-0/+7
* Remove uses of %lEvan Green2019-10-051-2/+2
* printf: Fix formatting errorsEvan Green2019-10-051-2/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* minute-ia: ish software panicDenis Brockus2019-06-111-0/+26
* ish: preserve panic data across resetJack Rosenthal2019-05-041-0/+1
* panic_output: undefined behaviour elicits abort() callsPatrick Georgi2018-07-171-2/+2
* panic: Set EC_HOST_EVENT_PANIC on chipset resetFurquan Shaikh2017-11-301-1/+2
* Cr50: The panicinfo command is not safeBill Richardson2016-10-011-3/+3
* panic: Fix unaligned memory access panicKito Cheng2016-09-011-1/+2
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* Add new "hang" option to crash commandBill Richardson2016-08-051-5/+15
* Kunimitsu: remove console commands for code sizeKyoung Kim2016-04-141-1/+2
* stm32: add synchronous debug printfAlec Berg2015-10-191-0/+2
* panic: Fix unaligned memory access panicli feng2015-04-141-1/+1
* panic: Send host event on panic detectShawn Nematbakhsh2015-02-241-0/+14
* panic: fix logging of watchdog in panic dataAlec Berg2015-02-201-10/+0
* cortex-m*: Save panicinfo on non-exception panicsShawn Nematbakhsh2015-02-181-8/+58
* ryu: Use brief assertion failure messageVic Yang2014-10-011-0/+9
* extract common core codeVincent Palatin2013-12-051-0/+169