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
/
irqchip
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-19
lib: utils/irqchip: Match against more specific compatible strings first
Alex Studer
1
-1
/
+7
2025-02-12
lib: utils/irqchip: Use fdt_driver for initialization
Samuel Holland
5
-36
/
+9
2024-12-24
lib: utils: Fix irqchip registration for PLIC and APLIC
Anup Patel
2
-11
/
+3
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
1
-3
/
+2
2024-11-28
lib: sbi_irqchip: Set the IRQ handler when registering a chip
Samuel Holland
1
-3
/
+1
2024-11-28
platform: Drop irqchip warm init and exit hooks
Samuel Holland
4
-61
/
+1
2024-11-28
lib: sbi_irqchip: Call driver warm_init from SBI core
Samuel Holland
5
-11
/
+7
2024-11-28
lib: sbi_irqchip: Register devices during cold init
Samuel Holland
3
-0
/
+20
2024-11-28
lib: utils/irqchip: Move per-hart data from fdt_plic to plic
Samuel Holland
2
-52
/
+46
2024-11-28
lib: utils/irqchip: plic: Common PM save/restore
Samuel Holland
2
-71
/
+95
2024-11-28
lib: utils/irqchip: plic: Provide a hartindex to context map
Samuel Holland
2
-50
/
+26
2024-11-28
lib: utils/irqchip: plic: Move delegation to base PLIC driver
Samuel Holland
2
-13
/
+14
2024-11-28
lib: utils/irqchip: plic: Allow enabling IRQs by default
Samuel Holland
1
-6
/
+11
2024-10-25
lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLIC
Anup Patel
1
-7
/
+4
2024-10-25
lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSIC
Anup Patel
1
-8
/
+6
2024-09-25
lib: utils/irqchip: Look up IMSIC data by hart index
Samuel Holland
1
-5
/
+5
2024-08-24
lib: Delete redundant `ulong`
Zhang RunMin
1
-1
/
+1
2024-08-24
lib: utils/irqchip: Constify FDT pointers in parsing functions
Samuel Holland
4
-8
/
+8
2024-07-04
Makefile: change to using .carray.c for carray files
Ben Dooks
1
-1
/
+1
2024-06-13
lib: utils/irqchip: Skip initialize irqchip when dt is not enabled
Xiang W
1
-0
/
+3
2024-05-23
lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...
Cyan Yang
1
-0
/
+6
2024-05-16
lib: utils/irqchip: Check before initializing imsic
Cheng Yang
1
-0
/
+8
2024-03-19
lib: sbi: Remove regs paramter of sbi_irqchip_process()
Anup Patel
1
-1
/
+1
2023-12-19
lib: utils/irqchip: Add shared MMIO region for PLIC in root domain
Anup Patel
1
-1
/
+5
2023-11-26
lib: sbi: Allow relaxed MMIO writes in device ipi_send() callback
Anup Patel
1
-2
/
+2
2023-11-24
lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE register
Anup Patel
1
-1
/
+1
2023-09-24
lib: sbi: Prefer hartindex over hartid in IPI framework
Anup Patel
1
-2
/
+2
2023-06-06
lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointer
Anup Patel
2
-17
/
+70
2023-06-05
lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()
Anup Patel
1
-3
/
+0
2023-06-05
lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
Anup Patel
1
-22
/
+66
2023-06-05
lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
Anup Patel
3
-46
/
+42
2023-01-09
lib: utils: Add M-mode {R/W} flags to the MMIO regions
Himanshu Chauhan
2
-2
/
+8
2022-12-17
lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...
Bin Meng
2
-8
/
+15
2022-12-17
lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore he...
Bin Meng
1
-2
/
+2
2022-12-17
lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()
Bin Meng
1
-1
/
+1
2022-12-17
lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...
Bin Meng
2
-8
/
+9
2022-12-17
lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...
Bin Meng
1
-2
/
+2
2022-12-12
lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100
Lad Prabhakar
1
-1
/
+2
2022-12-09
lib: fix irqchip_plic_update_hartid_table
Heinrich Schuchardt
1
-1
/
+1
2022-08-08
lib: utils/fdt: Use kconfig for enabling/disabling
Anup Patel
1
-0
/
+1
2022-08-08
lib: utils/irqchip: Use kconfig for enabling/disabling drivers
Anup Patel
2
-11
/
+51
2022-06-22
lib: irqchip/plic: fix typo in plic_warm_irqchip_init
Jan Remes
1
-1
/
+1
2022-06-21
lib: utils: Remove CSRs that set/clear an IMSIC interrupt file bits
Anup Patel
1
-6
/
+45
2022-06-13
lib: utils/irqchip: Add wrapper for T-HEAD PLIC delegation
Samuel Holland
1
-0
/
+7
2022-06-13
lib: utils/irqchip: Add FDT wrappers for PLIC save/restore functions
Samuel Holland
1
-0
/
+32
2022-06-13
lib: irqchip/plic: Add priority save/restore helpers
Samuel Holland
1
-0
/
+19
2022-06-13
lib: irqchip/plic: Add context save/restore helpers
Samuel Holland
1
-3
/
+48
2022-06-13
lib: irqchip/plic: Factor out a context init function
Samuel Holland
1
-26
/
+29
2022-06-13
lib: irqchip/plic: Constify plic_data pointers
Samuel Holland
1
-5
/
+6
2022-05-13
lib: utils/irqchip: fix typo when checking for CPU node
Jan Remes
1
-1
/
+1
[next]