Skip to content

Commit d3c6369

Browse files
konrad-fredpm215
authored andcommitted
introduce xlnx-dpdma
This is the implementation of the DPDMA. Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Tested-By: Hyun Kwon <hyun.kwon@xilinx.com> Message-id: 1465833014-21982-8-git-send-email-fred.konrad@greensocs.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
1 parent 78c71af commit d3c6369

File tree

3 files changed

+872
-0
lines changed

3 files changed

+872
-0
lines changed

hw/dma/Makefile.objs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ common-obj-$(CONFIG_XILINX_AXI) += xilinx_axidma.o
88
common-obj-$(CONFIG_ETRAXFS) += etraxfs_dma.o
99
common-obj-$(CONFIG_STP2000) += sparc32_dma.o
1010
common-obj-$(CONFIG_SUN4M) += sun4m_iommu.o
11+
obj-$(CONFIG_XLNX_ZYNQMP) += xlnx_dpdma.o
1112

1213
obj-$(CONFIG_OMAP) += omap_dma.o soc_dma.o
1314
obj-$(CONFIG_PXA2XX) += pxa2xx_dma.o

0 commit comments

Comments
 (0)