summaryrefslogtreecommitdiff
path: root/lib/utils/irqchip
AgeCommit message (Expand)AuthorFilesLines
2025-02-19lib: utils/irqchip: Match against more specific compatible strings firstAlex Studer1-1/+7
2025-02-12lib: utils/irqchip: Use fdt_driver for initializationSamuel Holland5-36/+9
2024-12-24lib: utils: Fix irqchip registration for PLIC and APLICAnup Patel2-11/+3
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland1-3/+2
2024-11-28lib: sbi_irqchip: Set the IRQ handler when registering a chipSamuel Holland1-3/+1
2024-11-28platform: Drop irqchip warm init and exit hooksSamuel Holland4-61/+1
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland5-11/+7
2024-11-28lib: sbi_irqchip: Register devices during cold initSamuel Holland3-0/+20
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland2-52/+46
2024-11-28lib: utils/irqchip: plic: Common PM save/restoreSamuel Holland2-71/+95
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland2-50/+26
2024-11-28lib: utils/irqchip: plic: Move delegation to base PLIC driverSamuel Holland2-13/+14
2024-11-28lib: utils/irqchip: plic: Allow enabling IRQs by defaultSamuel Holland1-6/+11
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLICAnup Patel1-7/+4
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSICAnup Patel1-8/+6
2024-09-25lib: utils/irqchip: Look up IMSIC data by hart indexSamuel Holland1-5/+5
2024-08-24lib: Delete redundant `ulong`Zhang RunMin1-1/+1
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland4-8/+8
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks1-1/+1
2024-06-13lib: utils/irqchip: Skip initialize irqchip when dt is not enabledXiang W1-0/+3
2024-05-23lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...Cyan Yang1-0/+6
2024-05-16lib: utils/irqchip: Check before initializing imsicCheng Yang1-0/+8
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel1-1/+1
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel1-1/+5
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_send() callbackAnup Patel1-2/+2
2023-11-24lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE registerAnup Patel1-1/+1
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel1-2/+2
2023-06-06lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointerAnup Patel2-17/+70
2023-06-05lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()Anup Patel1-3/+0
2023-06-05lib: utils/irqchip: Use scratch space to save per-HART PLIC pointerAnup Patel1-22/+66
2023-06-05lib: utils/irqchip: Use heap in PLIC, APLIC and IMSIC driversAnup Patel3-46/+42
2023-01-09lib: utils: Add M-mode {R/W} flags to the MMIO regionsHimanshu Chauhan2-2/+8
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng2-8/+15
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore he...Bin Meng1-2/+2
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()Bin Meng1-1/+1
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...Bin Meng2-8/+9
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...Bin Meng1-2/+2
2022-12-12lib: utils/irqchip: Add compatible string for Andestech NCEPLIC100Lad Prabhakar1-1/+2
2022-12-09lib: fix irqchip_plic_update_hartid_tableHeinrich Schuchardt1-1/+1
2022-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel1-0/+1
2022-08-08lib: utils/irqchip: Use kconfig for enabling/disabling driversAnup Patel2-11/+51
2022-06-22lib: irqchip/plic: fix typo in plic_warm_irqchip_initJan Remes1-1/+1
2022-06-21lib: utils: Remove CSRs that set/clear an IMSIC interrupt file bitsAnup Patel1-6/+45
2022-06-13lib: utils/irqchip: Add wrapper for T-HEAD PLIC delegationSamuel Holland1-0/+7
2022-06-13lib: utils/irqchip: Add FDT wrappers for PLIC save/restore functionsSamuel Holland1-0/+32
2022-06-13lib: irqchip/plic: Add priority save/restore helpersSamuel Holland1-0/+19
2022-06-13lib: irqchip/plic: Add context save/restore helpersSamuel Holland1-3/+48
2022-06-13lib: irqchip/plic: Factor out a context init functionSamuel Holland1-26/+29
2022-06-13lib: irqchip/plic: Constify plic_data pointersSamuel Holland1-5/+6
2022-05-13lib: utils/irqchip: fix typo when checking for CPU nodeJan Remes1-1/+1