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
/
riscv_asm.c
Age
Commit message (
Expand
)
Author
2026-06-10
lib: sbi: Move hart PMP functions to sbi_hart_pmp.c
Nicholas Piggin
2026-06-10
lib: sbi: Add hart_ prefix to PMP functions
Nicholas Piggin
2026-06-10
lib: sbi: Add sbi_pmp_is_enabled() helper
Nicholas Piggin
2026-06-10
lib: sbi: Add PMP CSR read and write accessors
Nicholas Piggin
2026-06-10
lib: sbi: Move RISC-V PMP encoding functions to sbi_pmp.c
Nicholas Piggin
2026-06-10
lib: sbi: split PMP encoding and CSR access
Nicholas Piggin
2026-06-10
lib: sbi: Introduce pmp_t type
Nicholas Piggin
2025-10-21
lib: Allow custom CSRs in csr_read_num() and csr_write_num()
Anup Patel
2024-08-02
lib: sbi: check result of pmp_get() in is_pmp_entry_mapped()
Carlos López
2023-08-18
lib: sbi: Add support for smcntrpmf
Kaiwen Xue
2023-07-13
lib: sbi: Add functions to manipulate PMP entries
Himanshu Chauhan
2023-05-11
lib: sbi: Remove unnecessary semicolon
Xiang W
2022-05-07
lib: sbi: Remove 's' and 'u' from misa_string() output
Anup Patel
2022-05-07
lib: sbi: Fix mhpmeventh access for rv32 in absence of sscofpmf
Atish Patra
2022-03-27
lib: pmp_set/pmp_get moved errors from runtime to compile time
Xiang W
2021-12-22
lib: sbi: simplify pmp_set(), pmp_get()
Heinrich Schuchardt
2021-12-02
lib: sbi: Improve fatal error handling
Jessica Clarke
2021-11-12
lib: sbi: clear pmpcfg.A before setting in pmp_set()
Xiang W
2021-11-11
lib: sbi: Update csr_read/write_num for PMU
Atish Patra
2021-09-22
lib: sbi: Add BUG() macro for csr_read/write_num() and misa_string()
Xiang W
2021-09-22
lib: sbi: fix ctz bug
Xiang W
2021-07-11
lib: sbi: Use csr_read/write_num to read/update PMU counters
Atish Patra
2020-09-16
lib: sbi: Allow specifying mode in sbi_hart_pmp_check_addr() API
Anup Patel
2020-09-01
lib: sbi: Improve PMP CSR detection and progamming
Anup Patel
2020-06-20
lib: sbi: Fix 32/64 bits variable compatibility
Liush
2020-05-07
lib: sbi: Improve misa_string() implementation
Anup Patel
2020-03-18
lib: sbi: Update pmp_get() to return decoded size directly
Bin Meng
2020-03-10
lib: sbi: Fix coding style issues
Bin Meng
2020-02-18
Revert "lib: Use __builtin_ctzl() in pmp_get()"
Anup Patel
2020-02-13
lib: Use __builtin_ctzl() in pmp_get()
Li Jinpei
2019-11-27
lib: Add error detection for misa_extension
Xiang W
2019-11-26
lib: Fix CPU capabilities detection function
Xiang Wang
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra