index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sbi_trap.c
Age
Commit message (
Expand
)
Author
2019-05-24
lib: Handle page/access fault caused by unpriv load/store
Anup Patel
2019-04-24
all: run clang-format and update checked-in files
Olof Johansson
2019-04-22
lib: Redirect unhandled traps from non-M modes to S mode
Nick Kossifidis
2019-02-20
include: Add PRILX define to help print unsigned long
Anup Patel
2019-02-14
lib: Use CSR_<FOO> instead of <foo> for csr_*()
Atish Patra
2019-02-05
riscv_asm.h: Use CSR_<FOO> instead of <foo> for csr_read()
Olof Johansson
2019-01-24
all: Update copyright header in all files
Anup patel
2019-01-23
lib: Remove target_hart and hartid parameter from TIMER callbacks
Anup Patel
2019-01-23
lib: Remove source_hart and hartid parameter from IPI callbacks
Anup patel
2019-01-22
lib: Add doxygen style documentation for sbi_platform
Anup Patel
2019-01-16
include: Add documentation for sbi_trap_regs and friends
Anup Patel
2018-12-31
lib: Redirect illegal instruction trap to S-mode when not handled
Anup Patel
2018-12-27
lib: Print mtval in sbi_trap_error()
Anup Patel
2018-12-26
lib: Add misaligned load/store trap handling
Anup Patel
2018-12-21
Introduce sbi_current_hartid()
Damien Le Moal
2018-12-11
Initial commit.
Anup Patel