summaryrefslogtreecommitdiff
path: root/lib/utils/irqchip/fdt_irqchip_plic.c
AgeCommit message (Expand)Author
2026-03-22lib: utils/irqchip: Fix context_map init in irqchip_plic_update_context_map()Anup Patel
2025-03-24lib: sbi: Use sbi_hart_count() and sbi_for_each_hartindex()Samuel Holland
2025-03-24Revert "lib: utils/irqchip: Match against more specific compatible strings fi...Samuel Holland
2025-02-19lib: utils/irqchip: Match against more specific compatible strings firstAlex Studer
2025-02-12lib: utils/irqchip: Use fdt_driver for initializationSamuel Holland
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland
2024-11-28lib: utils/irqchip: plic: Common PM save/restoreSamuel Holland
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland
2024-11-28lib: utils/irqchip: plic: Move delegation to base PLIC driverSamuel Holland
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland
2023-06-05lib: utils/irqchip: Use scratch space to save per-HART PLIC pointerAnup Patel
2023-06-05lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC driversAnup Patel
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...Bin Meng
2022-12-12lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100Lad Prabhakar
2022-12-09lib: fix irqchip_plic_update_hartid_tableHeinrich Schuchardt
2022-06-13lib: utils/irqchip: Add wrapper for T-HEAD PLIC delegationSamuel Holland
2022-06-13lib: utils/irqchip: Add FDT wrappers for PLIC save/restore functionsSamuel Holland
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen
2021-10-21lib: utils/irqchip: Automatically delegate T-HEAD PLIC accessSamuel Holland
2020-05-23lib: utils/irqchip: Initialize all matching irqchip DT nodesAnup Patel
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel
2020-05-01lib: utils: Add simple FDT irqchip frameworkAnup Patel