summaryrefslogtreecommitdiff
path: root/lib/utils/irqchip/plic.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-24lib: utils: Fix irqchip registration for PLIC and APLICAnup Patel1-6/+2
2024-11-28lib: sbi_irqchip: Call driver warm_init from SBI coreSamuel Holland1-1/+2
2024-11-28lib: sbi_irqchip: Register devices during cold initSamuel Holland1-0/+7
2024-11-28lib: utils/irqchip: Move per-hart data from fdt_plic to plicSamuel Holland1-5/+44
2024-11-28lib: utils/irqchip: plic: Common PM save/restoreSamuel Holland1-46/+88
2024-11-28lib: utils/irqchip: plic: Provide a hartindex to context mapSamuel Holland1-4/+10
2024-11-28lib: utils/irqchip: plic: Move delegation to base PLIC driverSamuel Holland1-0/+11
2024-11-28lib: utils/irqchip: plic: Allow enabling IRQs by defaultSamuel Holland1-6/+11
2023-12-19lib: utils/irqchip: Add shared MMIO region for PLIC in root domainAnup Patel1-1/+5
2022-12-17lib: utils/irqchip: plic: Ensure no out-of-bound access in context save/resto...Bin Meng1-4/+10
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 Meng1-4/+5
2022-12-17lib: utils/irqchip: plic: Fix the off-by-one error in priority save/restore h...Bin Meng1-2/+2
2022-06-22lib: irqchip/plic: fix typo in plic_warm_irqchip_initJan Remes1-1/+1
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-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen1-4/+4
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel1-23/+37
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel1-7/+2
2020-04-06lib: irqchip/plic: Fix maximum priority threshold valueAtish Patra1-2/+2
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng1-27/+0
2020-02-13lib: irqchip/plic: Disable all contexts and IRQsAtish Patra1-4/+4
2019-08-12lib: Use correct type for return valueJacob Garber1-1/+1
2019-07-25utils: Use cpu_to_fdt32() when writing to fdtGeorg Kotheimer1-1/+1
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis1-2/+2
2019-06-19utils: Remove tinyfdt.cAtish Patra1-16/+14
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra1-2/+2
2019-06-19platform: Move platform common to lib/utils.Atish Patra1-0/+120