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
/
sbi_emulate_csr.c
Age
Commit message (
Expand
)
Author
2024-10-25
lib: sbi: factorize previous mode computation
Clément Léger
2024-10-25
lib: sbi: factorize previous virtualization mode read from regs
Clément Léger
2024-09-23
lib: sbi: Respect scounteren when emulating the time CSR
Samuel Holland
2024-07-04
lib: sbi_emulate_csr: Do not log illegal CSR accesses
Samuel Holland
2023-08-22
lib: sbi_pmu: remove mhpm_count field in hart feature
Inochi Amaoto
2023-05-11
lib: sbi: Remove unnecessary semicolon
Xiang W
2023-01-06
treewide: Replace TRUE/FALSE with true/false
Bin Meng
2022-05-07
lib: sbi: Remove MCOUNTEREN and SCOUNTEREN hart features
Anup Patel
2021-03-22
lib: sbi: illegal CSR 0x306 access in hpm_allowed()
Heinrich Schuchardt
2020-09-01
lib: sbi: Improve HPM CSR read/write emulation
Anup Patel
2020-03-28
include: sbi_console: Remove scratch parameter from sbi_dprintf()
Anup Patel
2020-03-28
include: sbi_timer: Remove scratch parameter from most funcitons
Anup Patel
2020-03-28
lib: sbi_emulate_csr: Remove scratch and hartid parameter
Anup Patel
2020-03-08
include: Move bits related defines and macros to sbi_bitops.h
Anup Patel
2019-09-30
lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR
Anup Patel
2019-08-09
lib: Use sbi_dprintf() for invalid CSRs
Anup Patel
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra