rt-thread-official/components/drivers/ofw
GUI b45fb59df2
[OFW] io ranges use list to storage without ofw data (#8993)
[OFW] io ranges use ptr array to storage without ofw data

ofw data is private data for every ofw node that
the drivers of ofw node will use item.
replace the ranges supported to a ptr array.

the ptr array size is config by `RT_USING_OFW_BUS_RANGES_NUMBER`

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-05-28 14:25:09 +08:00
..
libfdt 【libfdt】replace tab with space 2023-07-06 11:02:13 +08:00
Kconfig [OFW] io ranges use list to storage without ofw data (#8993) 2024-05-28 14:25:09 +08:00
SConscript [components][drivers]add pic-gic (#8388) 2024-02-29 09:39:56 +08:00
base.c [OFW] Support ID map interface (#8994) 2024-05-28 09:54:03 +08:00
fdt.c [drivers][ofw] Fixed fdt_scan_memory() memory adjustment bug (#8853) 2024-04-27 18:25:42 +08:00
io.c [OFW] io ranges use list to storage without ofw data (#8993) 2024-05-28 14:25:09 +08:00
irq.c [OFW] Fixup irq parse map and map mask (#8992) 2024-05-28 09:52:10 +08:00
ofw.c [drivers/serial] Introduce hooker for TTY (#8733) 2024-04-09 21:36:16 +08:00
ofw_internal.h [OFW] io ranges use list to storage without ofw data (#8993) 2024-05-28 14:25:09 +08:00
raw.c Drivers: Support Open Firmware API and model of PIC 2023-07-05 16:45:16 +08:00