index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
irqchip
/
fdt_irqchip.c
Age
Commit message (
Expand
)
Author
2025-02-12
lib: utils/irqchip: Use fdt_driver for initialization
Samuel Holland
2024-11-28
treewide: Make carray arrays const and NULL-terminated
Samuel Holland
2024-11-28
platform: Drop irqchip warm init and exit hooks
Samuel Holland
2024-08-24
lib: utils/irqchip: Constify FDT pointers in parsing functions
Samuel Holland
2024-06-13
lib: utils/irqchip: Skip initialize irqchip when dt is not enabled
Xiang W
2022-05-13
lib: utils/irqchip: Generate FDT irqchip driver list at compile-time
Anup Patel
2022-02-15
lib: utils/irqchip: Add FDT based driver for APLIC
Anup Patel
2022-02-15
lib: utils/irqchip: Add FDT based driver for IMSIC
Anup Patel
2022-02-15
lib: utils/irqchip: Allow multiple FDT irqchip drivers
Anup Patel
2021-11-02
include: sbi_utils: Introduce an helper to get fdt base address
Alexandre Ghiti
2021-05-24
lib: utils: Try other FDT drivers when we see SBI_ENODEV
Anup Patel
2020-05-23
lib: utils/irqchip: Initialize all matching irqchip DT nodes
Anup Patel
2020-05-23
lib: utils: Extend fdt_find_match() Implementation
Anup Patel
2020-05-01
lib: utils: Add simple FDT irqchip framework
Anup Patel