summaryrefslogtreecommitdiff
path: root/lib/utils/irqchip
AgeCommit message (Expand)AuthorFilesLines
2022-05-13lib: utils/irqchip: Generate FDT irqchip driver list at compile-timeAnup Patel3-11/+16
2022-02-28lib: sbi: Add a simple external interrupt handling frameworkAnup Patel1-2/+2
2022-02-15lib: utils/irqchip: Add FDT based driver for APLICAnup Patel3-0/+59
2022-02-15lib: utils/irqchip: Add APLIC initialization libraryAnup Patel2-0/+280
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel3-0/+109
2022-02-15lib: utils/irqchip: Add IMSIC libraryAnup Patel2-0/+288
2022-02-15lib: utils/irqchip: Allow multiple FDT irqchip driversAnup Patel1-7/+30
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen2-5/+5
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-1/+1
2021-10-21lib: utils/irqchip: Automatically delegate T-HEAD PLIC accessOpenSBI-v0.9-78c2b19Samuel Holland1-0/+15
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel1-0/+3
2020-05-23lib: utils/irqchip: Initialize all matching irqchip DT nodesAnup Patel2-22/+40
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-1/+1
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel2-26/+40
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel2-15/+4
2020-05-01lib: utils: Add simple FDT irqchip frameworkAnup Patel3-0/+184
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-19platform: Enable all drivers by default.Atish Patra1-1/+1
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra1-2/+2
2019-06-19platform: Move platform common to lib/utils.Atish Patra2-0/+130