index
:
opensbi.git
master
release-1.3.x
release-1.5.x
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
ipi
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-05
lib: utils/ipi: mswi: add MIPS P8700 compatible
BenoƮt Monin
1
-0
/
+1
2025-09-16
lib: utils/ipi: Convert IPI drivers as early drivers
Anup Patel
5
-32
/
+4
2025-09-16
lib: sbi: Introduce IPI device rating
Anup Patel
2
-2
/
+4
2024-11-28
lib: utils/ipi: Use fdt_driver for initialization
Samuel Holland
4
-43
/
+9
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
1
-3
/
+2
2024-11-11
platform: Drop IPI warm init and exit hooks
Samuel Holland
3
-34
/
+1
2024-11-11
lib: sbi_ipi: Move initial IPI clear to sbi_ipi_init()
Samuel Holland
4
-18
/
+2
2024-11-11
lib: sbi_ipi: Make .ipi_clear always target the current hart
Samuel Holland
2
-12
/
+7
2024-10-25
lib: utils/ipi: Use sbi_domain_root_add_memrange() for ACLINT mswi
Anup Patel
1
-14
/
+6
2024-09-27
lib: utils/ipi: Fix hartid wrongly used as hart index
Samuel Holland
2
-4
/
+2
2024-08-24
lib: utils/ipi: Constify FDT pointers in parsing functions
Samuel Holland
3
-4
/
+4
2024-07-04
Makefile: change to using .carray.c for carray files
Ben Dooks
1
-1
/
+1
2024-06-13
lib: utils/ipi: Skip initialize ipi when dt is not enabled
Xiang W
1
-0
/
+3
2023-12-27
lib: utils/timer: mtimer: only use regname for aclint
Inochi Amaoto
1
-1
/
+1
2023-12-06
lib: ipi: Adjust Andes PLICSW to single-bit-per-hart scheme
Leo Yu-Chi Liang
1
-66
/
+38
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_clear() callback
Anup Patel
1
-1
/
+1
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback
Anup Patel
1
-1
/
+1
2023-11-16
lib: utils/ipi: mswi: add separate T-Head C9xx CLINT mswi compatible
Inochi Amaoto
1
-0
/
+1
2023-10-06
lib: utils: timer/ipi: Update memregion flags for PLMT and PLICSW
Yu Chien Peter Lin
1
-1
/
+3
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
2
-8
/
+14
2023-07-09
lib: utils: Fix sbi_hartid_to_scratch() usage in ACLINT drivers
Anup Patel
1
-1
/
+6
2023-06-05
lib: utils/ipi: Use scratch space to save per-HART MSWI pointer
Anup Patel
1
-10
/
+33
2023-06-05
lib: utils/ipi: Use heap in ACLINT MSWI driver
Anup Patel
1
-11
/
+10
2023-06-04
lib: utils/ipi: buffer overrun aclint_mswi_cold_init
Heinrich Schuchardt
1
-2
/
+2
2023-05-26
lib: utils: Improve fdt_ipi
Xiang W
1
-20
/
+21
2023-01-09
lib: utils: Add M-mode {R/W} flags to the MMIO regions
Himanshu Chauhan
1
-1
/
+4
2022-12-17
lib: utils/ipi: mswi: add T-Head C9xx CLINT compatible
Icenowy Zheng
1
-0
/
+1
2022-10-23
lib: utils/ipi: Add Andes fdt ipi driver support
Yu Chien Peter Lin
4
-0
/
+197
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/ipi: Use kconfig for enabling/disabling drivers
Anup Patel
2
-5
/
+27
2022-06-22
lib: utils/timer: Remove Allwinner D1 CLINT compatibles
Samuel Holland
1
-1
/
+0
2022-06-21
lib: utils/timer: Add a separate compatible for the D1 CLINT
Samuel Holland
1
-0
/
+1
2022-05-30
lib: utils/fdt: Require match data to be const
Samuel Holland
1
-1
/
+1
2022-05-13
lib: utils/ipi: Generate FDT ipi driver list at compile-time
Anup Patel
3
-7
/
+12
2022-01-11
lib: utils/ipi: Fix size check in aclint_mswi_cold_init()
Anup Patel
1
-1
/
+1
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
1
-1
/
+1
2021-08-14
lib: utils/fdt: Extend fdt_parse_aclint_node() function
Anup Patel
1
-1
/
+2
2021-06-24
lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver
Anup Patel
4
-54
/
+70
2021-06-24
lib: utils: Add FDT parsing API common for both ACLINT and CLINT
Anup Patel
1
-1
/
+4
2021-06-24
lib: utils/ipi: Add ACLINT MSWI library
Anup Patel
2
-0
/
+101
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 ipi platform operations
Anup Patel
2
-22
/
+0
2021-04-01
lib/utils: Support the official clint DT bindings
Bin Meng
1
-0
/
+1
2020-05-23
lib: utils/ipi: Initialize all matching ipi DT nodes
Anup Patel
2
-13
/
+24
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
/
+9
2020-05-23
lib: utils: Extend fdt_find_match() Implementation
Anup Patel
1
-1
/
+1
2020-05-01
lib: utils: Add simple FDT ipi framework
Anup Patel
3
-0
/
+154