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
/
utils
/
timer
/
aclint_mtimer.c
Age
Commit message (
Expand
)
Author
2025-10-28
lib: utils/timer: Expose timer update function
Nick Hu
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
2024-04-05
lib: utils/timer: Optimize current hart scratch access
Samuel Holland
2023-07-09
lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers
Anup Patel
2023-06-05
lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
Anup Patel
2023-01-09
lib: utils: Add M-mode {R/W} flags to the MMIO regions
Himanshu Chauhan
2022-12-17
lib: utils/timer: mtimer: add a quirk for lacking mtime register
Icenowy Zheng
2022-10-23
lib: sbi: Add sbi_domain_root_add_memrange() API
Yu Chien Peter Lin
2022-02-04
lib: fix compilation when strings.h is included
Petro Karashchenko
2022-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
2021-09-26
lib: sbi: Add timer frequency to struct sbi_timer_device
Anup Patel
2021-08-14
lib: utils/timer: Simplify MTIMER synchronization
Anup Patel
2021-08-14
lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP
Anup Patel
2021-06-24
lib: utils/timer: Add ACLINT MTIMER library
Anup Patel