summaryrefslogtreecommitdiff
path: root/lib/utils/irqchip
AgeCommit message (Expand)Author
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
2022-06-13lib: irqchip/plic: Constify plic_data pointersSamuel Holland
2022-05-13lib: utils/irqchip: fix typo when checking for CPU nodeJan Remes
2022-05-13lib: utils/irqchip: Generate FDT irqchip driver list at compile-timeAnup Patel
2022-02-28lib: sbi: Add a simple external interrupt handling frameworkAnup Patel
2022-02-15lib: utils/irqchip: Add FDT based driver for APLICAnup Patel
2022-02-15lib: utils/irqchip: Add APLIC initialization libraryAnup Patel
2022-02-15lib: utils/irqchip: Add FDT based driver for IMSICAnup Patel
2022-02-15lib: utils/irqchip: Add IMSIC libraryAnup Patel
2022-02-15lib: utils/irqchip: Allow multiple FDT irqchip driversAnup Patel
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-10-21lib: utils/irqchip: Automatically delegate T-HEAD PLIC accessSamuel Holland
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel
2020-05-23lib: utils/irqchip: Initialize all matching irqchip DT nodesAnup Patel
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel
2020-05-23lib: utils: Allow PLIC functions to be used for multiple PLICsAnup Patel
2020-05-23lib: utils: Remove redundant parameters from PLIC init functionsAnup Patel
2020-05-01lib: utils: Add simple FDT irqchip frameworkAnup Patel
2020-04-06lib: irqchip/plic: Fix maximum priority threshold valueAtish Patra
2020-03-18lib: utils: Move PLIC DT fix up codes to fdt_helper.cBin Meng
2020-02-13lib: irqchip/plic: Disable all contexts and IRQsAtish Patra
2019-08-12lib: Use correct type for return valueJacob Garber
2019-07-25utils: Use cpu_to_fdt32() when writing to fdtGeorg Kotheimer
2019-06-29Changed plic_set_thresh() and plic_set_ie() to publicPanagiotis Peristerakis
2019-06-19utils: Remove tinyfdt.cAtish Patra
2019-06-19platform: Enable all drivers by default.Atish Patra
2019-06-19lib: Rename string.x to sbi_string.xAtish Patra
2019-06-19platform: Move platform common to lib/utils.Atish Patra