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
/
fdt_timer.c
Age
Commit message (
Expand
)
Author
2024-11-28
lib: utils/timer: Use fdt_driver for initialization
Samuel Holland
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
2024-08-24
lib: utils/timer: Constify FDT pointers in parsing functions
Samuel Holland
2024-06-13
lib: utils/timer: Skip initialize timer when dt is not enabled
Xiang W
2023-05-26
lib: utils: Improve fdt_timer
Xiang W
2022-05-13
lib: utils/timer: Generate FDT timer driver list at compile-time
Anup Patel
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
2021-06-24
lib: utils/timer: Add FDT based ACLINT MTIMER driver
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
2020-05-23
lib: utils/timer: Initialize all matching timer DT nodes
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