修改时间 02-04-2021 10:29 AM
在下面两个链接里面均找不到2020年更新的驱动程序源码。
https://www.xilinx.com/support/answers/65444.html
https://www.xilinx.com/member/xdma_windows_driver.html
Release Notes XDMA Windows Driver - 5th December 2020
Change Log
==============
- Libxdma XDMA_DeviceOpen() API is updated to specify the number of max user interrupts and max channel configuration as input.
- Added the support to synchronize the initiation of DMA transfers and DMA completions.
- Added support for handling the transfers size more than 8MB.
- Added the support for request timeouts for poll mode.
- Added the support for validating the input buffer length for BAR mapping.
- Corrected the input for SetupUserInterrupt() API.
- Corrected the interrupt programming for Line interrupt.
- Updated the license header for XDMA source files
修改时间 02-04-2021 11:13 AM
你看一下这个链接。
https://github.com/Xilinx/dma_ip_drivers/tree/master/XDMA/linux-kernel
windows部分的驱动是需要注册申请的。
修改时间 02-04-2021 05:21 PM
我确认了一下,2020之前已经开发了一个版本,但是还在测试中,所以要过段时间才正式release出来。