summaryrefslogtreecommitdiff
path: root/lib/utils/irqchip
AgeCommit message (Expand)Author
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-12-24lib: utils: Fix irqchip registration for PLIC and APLICAnup Patel
2024-11-28treewide: Make carray arrays const and NULL-terminatedSamuel Holland
2024-11-28lib: sbi_irqchip: Set the IRQ handler when registering a chipSamuel 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: sbi_irqchip: Register devices during cold initSamuel 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-11-28lib: utils/irqchip: plic: Allow enabling IRQs by defaultSamuel Holland
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for APLICAnup Patel
2024-10-25lib: utils/irqchip: Use sbi_domain_root_add_memrange() for IMSICAnup Patel
2024-09-25lib: utils/irqchip: Look up IMSIC data by hart indexSamuel Holland
2024-08-24lib: Delete redundant `ulong`Zhang RunMin
2024-08-24lib: utils/irqchip: Constify FDT pointers in parsing functionsSamuel Holland
2024-07-04Makefile: change to using .carray.c for carray filesBen Dooks
2024-06-13lib: utils/irqchip: Skip initialize irqchip when dt is not enabledXiang W
2024-05-23lib: utils/irqchip: Add sanity checks in imsic_get_data() and imsic_get_targe...Cyan Yang
2024-05-16lib: utils/irqchip: Check before initializing imsicCheng Yang
2024-03-19lib: sbi: Remove regs paramter of sbi_irqchip_process()Anup Patel
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel
2023-11-26lib: sbi: Allow relaxed MMIO writes in device ipi_send() callbackAnup Patel
2023-11-24lib: utils/irqchip: Avoid redundant writes to APLIC CLRIE registerAnup Patel
2023-09-24lib: sbi: Prefer hartindex over hartid in IPI frameworkAnup Patel
2023-06-06lib: utils/irqchip: Use scratch space to save per-HART IMSIC pointerAnup Patel
2023-06-05lib: utils/irqchip: Don't check hartid in imsic_update_hartid_table()Anup Patel
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
2023-01-09lib: utils: Add M-mode {R/W} flags to the MMIO regionsHimanshu Chauhan
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in context save/restore he...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in plic_context_init()Bin Meng
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in priority save/rest...Bin Meng
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...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-08-08lib: utils/fdt: Use kconfig for enabling/disablingAnup Patel
2022-08-08lib: utils/irqchip: Use kconfig for enabling/disabling driversAnup Patel
2022-06-22lib: irqchip/plic: fix typo in plic_warm_irqchip_initJan Remes
2022-06-21lib: utils: Remove CSRs that set/clear an IMSIC interrupt file bitsAnup Patel
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-06-13lib: irqchip/plic: Add priority save/restore helpersSamuel Holland
2022-06-13lib: irqchip/plic: Add context save/restore helpersSamuel Holland
2022-06-13lib: irqchip/plic: Factor out a context init functionSamuel Holland