summaryrefslogtreecommitdiff
path: root/arch/riscv/lib/interrupts.c
Commit message (Expand)AuthorAgeFilesLines
* riscv: Add option to print registers on exceptionSean Anderson2020-02-101-11/+39
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* riscv: clarify error message on undefined exceptionsLukas Auer2019-01-151-1/+2
* riscv: Adjust the _exit_trap() position to come before handle_trap()Bin Meng2018-12-181-32/+30
* riscv: Add kconfig option to run U-Boot in S-modeAnup Patel2018-12-051-9/+22
* riscv: hang on unhandled exceptionsLukas Auer2018-11-261-0/+2
* riscv: treat undefined exception codes as reservedLukas Auer2018-11-261-2/+6
* riscv: complete the list of exception codesLukas Auer2018-11-261-1/+12
* riscv: fix use of incorrectly sized variablesLukas Auer2018-11-261-5/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* riscv: checkpatch: Fix static const char * array declarationsRick Chen2018-03-301-1/+1
* riscv: nx25: lib: Add relative lib funcs to support RISC-VRick Chen2018-01-121-0/+76