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
/
include
/
sbi_utils
/
irqchip
/
plic.h
Age
Commit message (
Expand
)
Author
2026-03-22
lib: utils/irqchip: Add unique_id to plic, aplic, and imsic data
Anup Patel
2024-12-24
lib: utils: Fix irqchip registration for PLIC and APLIC
Anup Patel
2024-11-28
lib: sbi_irqchip: Call driver warm_init from SBI core
Samuel Holland
2024-11-28
lib: utils/irqchip: Move per-hart data from fdt_plic to plic
Samuel Holland
2024-11-28
lib: utils/irqchip: plic: Common PM save/restore
Samuel Holland
2024-11-28
lib: utils/irqchip: plic: Provide a hartindex to context map
Samuel Holland
2024-11-28
lib: utils/irqchip: plic: Move delegation to base PLIC driver
Samuel Holland
2024-11-28
lib: utils/irqchip: plic: Allow enabling IRQs by default
Samuel Holland
2023-12-19
lib: utils/irqchip: Add shared MMIO region for PLIC in root domain
Anup Patel
2022-12-17
lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...
Bin Meng
2022-12-17
lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...
Bin Meng
2022-06-13
lib: irqchip/plic: Add priority save/restore helpers
Samuel Holland
2022-06-13
lib: irqchip/plic: Add context save/restore helpers
Samuel Holland
2022-06-13
lib: irqchip/plic: Factor out a context init function
Samuel Holland
2022-06-13
lib: irqchip/plic: Constify plic_data pointers
Samuel Holland
2020-05-23
lib: utils: Allow PLIC functions to be used for multiple PLICs
Anup Patel
2020-05-23
lib: utils: Remove redundant parameters from PLIC init functions
Anup Patel
2020-03-18
lib: utils: Move PLIC DT fix up codes to fdt_helper.c
Bin Meng
2019-06-29
Changed plic_set_thresh() and plic_set_ie() to public
Panagiotis Peristerakis
2019-06-19
platform: Move platform common to lib/utils.
Atish Patra