This website requires JavaScript.
Explore
Help
Sign In
q3k
/
linux
Watch
1
Star
0
Fork
You've already forked linux
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
793734b587
linux
/
drivers
/
misc
/
carma
/
Makefile
3 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
misc: Add CARMA DATA-FPGA Access Driver This driver allows userspace to access the data processing FPGAs on the OVRO CARMA board. It has two modes of operation: 1) random access This allows users to poke any DATA-FPGA registers by using mmap to map the address region directly into their memory map. 2) correlation dumping When correlating, the DATA-FPGA's have special requirements for getting the data out of their memory before the next correlation. This nominally happens at 64Hz (every 15.625ms). If the data is not dumped before the next correlation, data is lost. The data dumping driver handles buffering up to 1 second worth of correlation data from the FPGAs. This lowers the realtime scheduling requirements for the userspace process reading the device. Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-02-11 13:34:29 +00:00
obj-$(CONFIG_CARMA_FPGA)
+=
carma-fpga.o
misc: Add CARMA DATA-FPGA Programmer support This adds support for programming the data processing FPGAs on the OVRO CARMA board. These FPGAs have a special programming sequence that requires that we program the Freescale DMA engine, which is only available inside the kernel. Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-02-11 13:34:30 +00:00
obj-$(CONFIG_CARMA_FPGA_PROGRAM)
+=
carma-fpga-program.o
Reference in a new issue
Copy permalink