summaryrefslogtreecommitdiff
path: root/lib/sbi/sbi_timer.c
AgeCommit message (Expand)Author
2026-05-09lib: sbi_timer: Introduce sbi_timer_compute_delta() and friendsAnup Patel
2026-05-09lib: sbi_timer: Add support for timer eventsAnup Patel
2026-05-09lib: sbi_timer: Introduce per-HART timer stateAnup Patel
2025-05-20lib: sbi: hart: Detect existence of cycle and instret CSRs for ZicntrYao Zi
2025-04-30lib: sbi: use 64 bit csr macrosRadim Krčmář
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland
2024-09-20lib: sbi: Fix writes to emulated 32-bit htimedelta CSRSamuel Holland
2023-07-09lib: sbi: Add Zicntr as a HART ISA extensionAnup Patel
2022-07-08lib: sbi_timer: Added a conditional wait function which can timeoutAdnan Rahman Chowdhury
2022-05-30lib: sbi_timer: Drop unnecessary get_platform_ticks wrapperSamuel Holland
2022-05-07lib: sbi: Convert hart features into hart extensionsAnup Patel
2022-04-28lib: sbi: Implement Sstc extensionAtish Patra
2021-09-26lib: sbi: Add generic timer delay loop functionAnup Patel
2021-07-11lib: sbi: Implement firmware countersAtish Patra
2021-06-02lib: sbi_scratch: remove owner from sbi_scratch_alloc_offsetHeinrich Schuchardt
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel
2020-05-19include: sbi: Use scratch pointer as parmeter in HART feature APIsAnup Patel
2020-05-10lib: timer: Provide a hart based timer featureAtish Patra
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel
2020-01-07lib: Add timer exit APIAnup Patel
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel
2019-06-19lib: Move sbi core library to lib/sbiAtish Patra