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
/
lib
/
utils
/
irqchip
/
fdt_irqchip_plic.c
Age
Commit message (
Expand
)
Author
2026-03-22
lib: utils/irqchip: Fix context_map init in irqchip_plic_update_context_map()
Anup Patel
2025-03-24
lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()
Samuel Holland
2025-03-24
Revert "lib: utils/irqchip: Match against more specific compatible strings fi...
Samuel Holland
2025-02-19
lib: utils/irqchip: Match against more specific compatible strings first
Alex Studer
2025-02-12
lib: utils/irqchip: Use fdt_driver for initialization
Samuel Holland
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-08-24
lib: utils/irqchip: Constify FDT pointers in parsing functions
Samuel Holland
2023-06-05
lib: utils/irqchip: Use scratch space to save per-HART PLIC pointer
Anup Patel
2023-06-05
lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC drivers
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-12-12
lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100
Lad Prabhakar
2022-12-09
lib: fix irqchip_plic_update_hartid_table
Heinrich Schuchardt
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-01-21
lib: fix pointer of type 'void *' used in arithmetic
Jukka Laitinen
2021-10-21
lib: utils/irqchip: Automatically delegate T-HEAD PLIC access
Samuel Holland
2020-05-23
lib: utils/irqchip: Initialize all matching irqchip DT nodes
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