opnsense-src/sys/dev/xdma
Ruslan Bukin a8692c16c9 Fix xae(4) driver attachement on the Government Furnished Equipment (GFE)
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
2020-02-07 14:36:28 +00:00
..
controller Eliminate kmem_alloc_contig()'s unused arena parameter. 2018-08-20 15:57:27 +00:00
xdma.c Fix xae(4) driver attachement on the Government Furnished Equipment (GFE) 2020-02-07 14:36:28 +00:00
xdma.h Fix xae(4) driver attachement on the Government Furnished Equipment (GFE) 2020-02-07 14:36:28 +00:00
xdma_bank.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
xdma_bio.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
xdma_fdt_test.c Tune xDMA interface slightly: 2018-04-12 15:36:24 +00:00
xdma_if.m o Add support for BERI IOMMU device 2019-07-22 16:01:20 +00:00
xdma_iommu.c Remove unused header. 2019-07-22 16:50:37 +00:00
xdma_mbuf.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
xdma_queue.c Extract eventfilter declarations to sys/_eventfilter.h 2019-05-20 00:38:23 +00:00
xdma_sg.c xdma: avoid NULL deref in error case 2019-08-30 00:40:08 +00:00
xdma_sglist.c Don't include sys/bus_dma.h directly, use machine/bus.h instead. 2018-04-13 12:41:51 +00:00