summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/panic.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "util: Remove ec_panicinfo"Kyle Lin2023-03-231-1/+1
* util: Remove ec_panicinfoHsin-Yi Wang2023-03-141-1/+1
* shim/panic: Fix CODE_UNREACHABLE when running testRob Barnes2023-02-141-3/+2
* Revert "panic: Publish EC_HOST_EVENT_PANIC on panic"Rob Barnes2023-02-061-4/+0
* panic: Publish EC_HOST_EVENT_PANIC on panicRob Barnes2022-12-201-0/+4
* system: Implement system safe modeRob Barnes2022-12-061-1/+20
* zephyr/shim: Sort header filesJeremy Bettis2022-11-161-4/+4
* tree: Remove CONFIG_SOFTWARE_PANICTom Hughes2022-10-121-4/+0
* zephyr/panic: Capture extra cortex-m registersRob Barnes2022-09-151-9/+31
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr: Replace deprecated zephyr.h with kernel.hAaron Massey2022-09-081-1/+1
* zephyr/shim/src/panic.c: Format with clang-formatJack Rosenthal2022-07-011-11/+12
* zephyr: panic: Capture the panic informationAndrew McRae2022-05-171-21/+38
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-5/+5
* zephyr: Remove tp register from panic liststabilize-14633.B-mainYuval Peress2022-03-251-1/+0
* zephyr: riscv: Drop gp register from panic dataJack Rosenthal2021-09-141-1/+0
* zephyr: implement panic register print for riscvJack Rosenthal2021-07-131-1/+27
* zephyr: panic: Clean-up panic printingYuval Peress2021-07-081-5/+7
* zephyr: migrate arch_panic_set_reason to use __override_protoYuval Peress2021-02-181-0/+6
* zephyr: cortex-m: Add software panic supportYuval Peress2021-02-171-0/+47
* zephyr: Add support for panic outputJack Rosenthal2021-01-261-0/+80