mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
riscv cores. GFE cores come with standard DTS file that lacks standard 'dmas =' property, which means xae(4) could not find a DMA controller to use. The 'dmas' property could not be added to the DTS file because the ethernet controller and DMA engine parts in Linux are implemented in a single driver. Instead of 'dmas' property the standard Xilinx 'axistream-connected' property is provided, so fallback to use it instead. Suggested by: James Clarke <jrtc27@jrtc27.com> Reviewed by: James Clarke <jrtc27@jrtc27.com> Sponsored by: DARPA, AFRL |
||
|---|---|---|
| .. | ||
| controller | ||
| xdma.c | ||
| xdma.h | ||
| xdma_bank.c | ||
| xdma_bio.c | ||
| xdma_fdt_test.c | ||
| xdma_if.m | ||
| xdma_iommu.c | ||
| xdma_mbuf.c | ||
| xdma_queue.c | ||
| xdma_sg.c | ||
| xdma_sglist.c | ||