summaryrefslogtreecommitdiff
path: root/include/panic.h
Commit message (Expand)AuthorAgeFilesLines
* system_safe_mode: Print process stack dumpRob Barnes2023-04-111-0/+6
* ite83xx: Remove false-alarm EC panic reportsAaron Massey2023-03-231-5/+10
* panic: Split macros and structures to panic_defs.hHsin-Yi Wang2023-03-111-132/+1
* system: Implement system safe modeRob Barnes2022-12-061-0/+4
* zephyr: test: Test `crash` console commandTristan Honscheid2022-11-301-0/+16
* zephyr: test: Make get_panic_data_write mockableTristan Honscheid2022-11-301-0/+9
* include: Sort header filesJeremy Bettis2022-11-291-3/+4
* panic output: remove assertBoris Mittelberg2022-10-261-0/+2
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-121-2/+1
* ec: Don't declare forward decls as weakJeremy Bettis2022-10-071-17/+16
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* test: Add basic tests exercising the panic output APIYuval Peress2022-08-311-4/+17
* zephyr: test: add tests for reboot commandFabio Baltieri2022-08-181-2/+10
* include/panic.h: Format with clang-formatJack Rosenthal2022-06-291-28/+28
* zephyr: panic: Capture the panic informationAndrew McRae2022-05-171-1/+1
* panic: Check panic data size during buildPatryk Duda2022-02-281-0/+4
* core/riscv-rv32i: dump panic info on console channelTinghan Shen2021-10-291-0/+8
* cortex-m/panic: Introduce CONFIG_PANIC_STRIP_GPR optionPatryk Duda2021-09-161-5/+33
* zephyr: migrate arch_panic_set_reason to use __override_protoYuval Peress2021-02-181-1/+2
* zephyr: cortex-m: Add software panic supportYuval Peress2021-02-171-1/+9
* include/panic: Add config to remove RV32I from panic data structurePatryk Duda2021-02-161-0/+4
* Introduce functions that provide safe pointer to panic dataPatryk Duda2020-09-091-2/+24
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-171-7/+7
* Rename Cortex-M MMFS to CFSRPeter Marheine2020-03-191-1/+1
* panic.h: include required stdint.hCaveh Jalali2019-10-181-2/+3
* printf: Enable compile-time format checkingEvan Green2019-10-051-0/+1
* 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