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
Age
Commit message (
Expand
)
Author
2026-07-22
lib: utils/irqchip/imsic: embed sbi_irqchip_device in imsic data
Pawandeep Oza
2026-07-22
lib: utils/irqchip/aplic: add MSI mode support with IMSIC parent linking
Pawandeep Oza
2026-03-22
lib: utils/irqchip: Add unique_id to plic, aplic, and imsic data
Anup Patel
2026-03-22
lib: utils/irqchip: Add IDC to hartindex map in struct aplic_data
Anup Patel
2025-10-28
lib: utils/irqchip: Add APLIC restore function
Nick Hu
2025-02-12
lib: utils/irqchip: Use fdt_driver for initialization
Samuel Holland
2024-12-24
lib: utils: Fix irqchip registration for PLIC and APLIC
Anup Patel
2024-11-28
platform: Drop irqchip warm init and exit hooks
Samuel Holland
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
2024-09-25
lib: utils/irqchip: Look up IMSIC data by hart index
Samuel Holland
2024-08-24
lib: utils/irqchip: Constify FDT pointers in parsing functions
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-08-08
lib: utils/irqchip: Use kconfig for enabling/disabling drivers
Anup Patel
2022-06-13
lib: utils/irqchip: Add wrapper for T-HEAD PLIC delegation
Samuel Holland
2022-06-13
lib: utils/irqchip: Add FDT wrappers for PLIC save/restore functions
Samuel Holland
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
2022-02-15
lib: utils/irqchip: Add APLIC initialization library
Anup Patel
2022-02-15
lib: utils/irqchip: Add IMSIC library
Anup Patel
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-05-01
lib: utils: Add simple FDT irqchip framework
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