index
:
starfive-tech/opensbi.git
JH7110_VisionFive2_devel
StarFive_JH7100_generic
debug
master
rtthread_AMP
starfive-dubhe
starfive-v1.0-dubhe
starfive-v1.1-dubhe
starfive-v1.2-dubhe
starfive-v1.4-dubhe
starfive-v1.5.1-dubhe
StarFive Tech OpenSBI for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
timer
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-28
lib: utils/timer: Use fdt_driver for initialization
Samuel Holland
4
-40
/
+9
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
1
-3
/
+2
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
3
-34
/
+1
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
4
-14
/
+16
2024-08-24
lib: utils/timer: Constify FDT pointers in parsing functions
Samuel Holland
3
-3
/
+3
2024-07-04
Makefile: change to using .carray.c for carray files
Ben Dooks
1
-1
/
+1
2024-06-13
lib: utils/timer: Skip initialize timer when dt is not enabled
Xiang W
1
-0
/
+3
2024-04-05
lib: utils/timer: Optimize current hart scratch access
Samuel Holland
1
-15
/
+3
2023-12-27
lib: utils/timer: mtimer: only use regname for aclint
Inochi Amaoto
1
-2
/
+3
2023-11-16
lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
Inochi Amaoto
1
-0
/
+6
2023-11-16
lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
Inochi Amaoto
1
-15
/
+20
2023-10-06
lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSW
Yu Chien Peter Lin
1
-2
/
+5
2023-07-09
lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers
Anup Patel
1
-1
/
+6
2023-06-05
lib: utils/timer: Use scratch space to save per-HART MTIMER pointer
Anup Patel
1
-15
/
+61
2023-06-05
lib: utils/timer: Use heap in ACLINT MTIMER driver
Anup Patel
1
-17
/
+30
2023-05-26
lib: utils: Improve fdt_timer
Xiang W
1
-20
/
+21
2023-01-09
lib: utils: Add M-mode {R/W} flags to the MMIO regions
Himanshu Chauhan
1
-4
/
+12
2022-12-17
lib: utils/timer: mtimer: add T-Head C9xx CLINT compatible
Icenowy Zheng
1
-0
/
+6
2022-12-17
lib: utils/timer: mtimer: add a quirk for lacking mtime register
Icenowy Zheng
2
-13
/
+28
2022-10-23
lib: utils/timer: Add Andes fdt timer support
Yu Chien Peter Lin
4
-0
/
+168
2022-10-23
lib: sbi: Add sbi_domain_root_add_memrange() API
Yu Chien Peter Lin
1
-36
/
+14
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/timer: Use kconfig for enabling/disabling drivers
Anup Patel
2
-5
/
+27
2022-06-22
lib: utils/timer: Remove Allwinner D1 CLINT compatibles
VF2_v2.6.0
VF2_v2.5.0
VF2_v2.4.4
Samuel Holland
1
-6
/
+0
2022-06-21
lib: utils/timer: Add a separate compatible for the D1 CLINT
Samuel Holland
1
-14
/
+25
2022-05-30
lib: utils/fdt: Require match data to be const
Samuel Holland
1
-1
/
+1
2022-05-13
lib: utils/timer: Generate FDT timer driver list at compile-time
Anup Patel
3
-7
/
+12
2022-02-04
lib: fix compilation when strings.h is included
Petro Karashchenko
1
-1
/
+1
2022-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
1
-1
/
+1
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
1
-1
/
+1
2021-09-26
lib: sbi: Add timer frequency to struct sbi_timer_device
Anup Patel
2
-0
/
+7
2021-08-14
lib: utils/timer: Simplify MTIMER synchronization
Anup Patel
2
-32
/
+77
2021-08-14
lib: utils/timer: Allow ACLINT MTIMER supporting only 32-bit MMIO
Anup Patel
1
-0
/
+3
2021-08-14
lib: utils/fdt: Extend fdt_parse_aclint_node() function
Anup Patel
1
-8
/
+15
2021-08-14
lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP
Anup Patel
2
-25
/
+69
2021-06-24
lib: utils/timer: Add FDT based ACLINT MTIMER driver
Anup Patel
4
-60
/
+77
2021-06-24
lib: utils: Add FDT parsing API common for both ACLINT and CLINT
Anup Patel
1
-1
/
+8
2021-06-24
lib: utils/timer: Add ACLINT MTIMER library
Anup Patel
2
-0
/
+181
2021-05-24
lib: utils: Try other FDT drivers when we see SBI_ENODEV
Anup Patel
1
-0
/
+3
2021-04-28
lib: sbi: Simplify timer platform operations
Anup Patel
2
-34
/
+0
2021-04-01
lib/utils: Support the official clint DT bindings
Bin Meng
1
-0
/
+1
2020-05-23
lib: utils/timer: Initialize all matching timer DT nodes
Anup Patel
2
-13
/
+26
2020-05-23
lib: utils: Add fdt_parse_clint_node() function
Anup Patel
1
-13
/
+1
2020-05-23
lib: utils: Allow CLINT functions to be used for multiple CLINTs
Anup Patel
1
-1
/
+8
2020-05-23
lib: utils: Extend fdt_find_match() Implementation
Anup Patel
1
-1
/
+1
2020-05-01
lib: utils: Add simple FDT timer framework
Anup Patel
3
-0
/
+167