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
Age
Commit message (
Expand
)
Author
2023-06-05
lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
Anup Patel
2023-06-05
lib: utils/timer: Use heap in ACLINT MTIMER driver
Anup Patel
2023-05-26
lib: utils: Improve fdt_timer
Xiang W
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 T-Head C9xx CLINT compatible
Icenowy Zheng
2022-12-17
lib: utils/timer: mtimer: add a quirk for lacking mtime register
Icenowy Zheng
2022-10-23
lib: utils/timer: Add Andes fdt timer support
Yu Chien Peter Lin
2022-10-23
lib: sbi: Add sbi_domain_root_add_memrange() API
Yu Chien Peter Lin
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
2022-08-08
lib: utils/timer: Use kconfig for enabling/disabling drivers
Anup Patel
2022-06-22
lib: utils/timer: Remove Allwinner D1 CLINT compatibles
Samuel Holland
2022-06-21
lib: utils/timer: Add a separate compatible for the D1 CLINT
Samuel Holland
2022-05-30
lib: utils/fdt: Require match data to be const
Samuel Holland
2022-05-13
lib: utils/timer: Generate FDT timer driver list at compile-time
Anup Patel
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-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
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 ACLINT MTIMER supporting only 32-bit MMIO
Anup Patel
2021-08-14
lib: utils/fdt: Extend fdt_parse_aclint_node() function
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 FDT based ACLINT MTIMER driver
Anup Patel
2021-06-24
lib: utils: Add FDT parsing API common for both ACLINT and CLINT
Anup Patel
2021-06-24
lib: utils/timer: Add ACLINT MTIMER library
Anup Patel
2021-05-24
lib: utils: Try other FDT drivers when we see SBI_ENODEV
Anup Patel
2021-04-28
lib: sbi: Simplify timer platform operations
Anup Patel
2021-04-01
lib/utils: Support the official clint DT bindings
Bin Meng
2020-05-23
lib: utils/timer: Initialize all matching timer DT nodes
Anup Patel
2020-05-23
lib: utils: Add fdt_parse_clint_node() function
Anup Patel
2020-05-23
lib: utils: Allow CLINT functions to be used for multiple CLINTs
Anup Patel
2020-05-23
lib: utils: Extend fdt_find_match() Implementation
Anup Patel
2020-05-01
lib: utils: Add simple FDT timer framework
Anup Patel