summaryrefslogtreecommitdiff
path: root/lib/utils/irqchip
AgeCommit message (Expand)AuthorFilesLines
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