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_timer.c
Age
Commit message (
Expand
)
Author
2026-05-09
lib: sbi_timer: Introduce sbi_timer_compute_delta() and friends
Anup Patel
2026-05-09
lib: sbi_timer: Add support for timer events
Anup Patel
2026-05-09
lib: sbi_timer: Introduce per-HART timer state
Anup Patel
2025-05-20
lib: sbi: hart: Detect existence of cycle and instret CSRs for Zicntr
Yao Zi
2025-04-30
lib: sbi: use 64 bit csr macros
Radim Krčmář
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
2024-09-20
lib: sbi: Fix writes to emulated 32-bit htimedelta CSR
Samuel Holland
2023-07-09
lib: sbi: Add Zicntr as a HART ISA extension
Anup Patel
2022-07-08
lib: sbi_timer: Added a conditional wait function which can timeout
Adnan Rahman Chowdhury
2022-05-30
lib: sbi_timer: Drop unnecessary get_platform_ticks wrapper
Samuel Holland
2022-05-07
lib: sbi: Convert hart features into hart extensions
Anup Patel
2022-04-28
lib: sbi: Implement Sstc extension
Atish Patra
2021-09-26
lib: sbi: Add generic timer delay loop function
Anup Patel
2021-07-11
lib: sbi: Implement firmware counters
Atish Patra
2021-06-02
lib: sbi_scratch: remove owner from sbi_scratch_alloc_offset
Heinrich Schuchardt
2021-04-28
lib: sbi: Simplify timer platform operations
Anup Patel
2020-05-19
include: sbi: Use scratch pointer as parmeter in HART feature APIs
Anup Patel
2020-05-10
lib: timer: Provide a hart based timer feature
Atish Patra
2020-03-28
include: sbi_timer: Remove scratch parameter from most funcitons
Anup Patel
2020-01-07
lib: Add timer exit API
Anup Patel
2019-09-30
lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSR
Anup Patel
2019-06-19
lib: Move sbi core library to lib/sbi
Atish Patra