summaryrefslogtreecommitdiff
path: root/lib/sbi_trap.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra1-207/+0
2019-05-24lib: Handle page/access fault caused by unpriv load/storeAnup Patel1-1/+19
2019-04-24all: run clang-format and update checked-in filesOlof Johansson1-49/+47
2019-04-22lib: Redirect unhandled traps from non-M modes to S modeNick Kossifidis1-0/+3
2019-02-20include: Add PRILX define to help print unsigned longAnup Patel1-18/+18
2019-02-14lib: Use CSR_<FOO> instead of <foo> for csr_*()Atish Patra1-2/+2
2019-02-05riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()Olof Johansson1-4/+4
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel1-1/+1
2019-01-23lib: Remove source_hart and hartid parameter from IPI callbacksAnup patel1-1/+1
2019-01-22lib: Add doxygen style documentation for sbi_platformAnup Patel1-1/+1
2019-01-16include: Add documentation for sbi_trap_regs and friendsAnup Patel1-4/+30
2018-12-31lib: Redirect illegal instruction trap to S-mode when not handledAnup Patel1-0/+43
2018-12-27lib: Print mtval in sbi_trap_error()Anup Patel1-11/+11
2018-12-26lib: Add misaligned load/store trap handlingAnup Patel1-1/+10
2018-12-21Introduce sbi_current_hartid()Damien Le Moal1-1/+1
2018-12-11Initial commit.Anup Patel1-0/+110