summaryrefslogtreecommitdiff
path: root/lib/sbi_trap.c
AgeCommit message (Expand)Author
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson
2019-01-24all: Update copyright header in all filesAnup patel
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel
2018-12-27lib: Print mtval in sbi_trap_error()Anup Patel
2018-12-26lib: Add misaligned load/store trap handlingAnup Patel
2018-12-21Introduce sbi_current_hartid()Damien Le Moal
2018-12-11Initial commit.Anup Patel