Commit Graph

918 Commits (c3939605769b6d39d33e912e8e7cc1b057f68068)

Author SHA1 Message Date
Adrian Costina c393960576 adv7511: updated AC701 project to work at full hd resolution 2015-05-08 18:41:59 +03:00
Istvan Csomortani 6551672ce5 fmcadc2_vc707: Increase the BRAM FIFO size to its maximum: it can store 1M samples.
The 2^18 dma address width with a 64 dma data width will result a FIFO, what will be implemented by 512 RAMB36 cells.
This is a the maximum BRAM FIFO depth in case of the VC707.
2015-04-23 17:56:35 +03:00
Rejeesh Kutty 9670265468 Merge remote-tracking branch 'origin/hdl_2014_r2' 2015-04-02 12:33:34 -04:00
Rejeesh Kutty 714ea29171 fmcomms7: dac lane-mux 2015-04-02 12:31:21 -04:00
Rejeesh Kutty a4766c2140 fmcomms7: dac lane-mux 2015-04-02 12:31:20 -04:00
Lars-Peter Clausen 516fb62b19 axi_dmac: Reset data stream resize blocks when disabled
When the DMA controller gets disabled in the middle of a transfer it is
possible that the resize block contains a partial sample. Starting the next
transfer the partial sample will appear the begining of the new stream and
also cause a channel shift.

To avoid this make sure to reset and flush the resize blocks when the DMA
controller is disabled.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2015-04-01 14:19:20 +02:00
dbogdan 28d79d27b8 projects/fmcomms2/c5soc: Add GPIO support. 2015-04-01 14:00:39 +03:00
dbogdan 2c9b7b9300 projects/fmcomms2/c5soc: Add GPIO support. 2015-04-01 13:51:32 +03:00
Adrian Costina 807a0b6e0a ad9265: Fixed interrupt connection 2015-03-23 11:54:15 +02:00
Adrian Costina e8bac71715 ad9265: Fixed interrupt connection 2015-03-23 11:52:55 +02:00
Adrian Costina 5f038d540b ad9265_fmc: Correctly connected the interrupts 2015-03-20 15:30:25 +02:00
Adrian Costina 17936b4295 ad9265_fmc: Correctly connected the interrupts 2015-03-20 15:29:03 +02:00
Adrian Costina f3600b26a0 fmcomms2_pr: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 17:04:06 +02:00
Adrian Costina 64c4ff4a4d fmcomms2: Modified zed project to be compatible with the new base design 2015-03-18 14:00:36 +02:00
Adrian Costina 0548956811 adv7511_zed: Modified project to be compatible with the new base design 2015-03-18 13:59:58 +02:00
Adrian Costina 61e874aa9b zed: Changed based design not to export interrutps to the system_top file 2015-03-18 13:58:52 +02:00
Adrian Costina 0683123349 motcon2_fmc: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 13:58:05 +02:00
Adrian Costina 0b25a337a2 daq2: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 13:49:11 +02:00
Adrian Costina 1407bebb11 kcu105: Changed the interrupt net names to be similar to other microblaze based projects 2015-03-18 13:47:37 +02:00
Adrian Costina 8c9de36f56 usdrx1: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 13:05:54 +02:00
Adrian Costina d30edeb616 fmcomms7: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 13:04:52 +02:00
Adrian Costina 30a869b02a fmcomms6: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 13:04:15 +02:00
Adrian Costina 57302820ed fmcomms5: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 13:03:24 +02:00
Adrian Costina a27c8d3052 fmcomm1: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 13:02:45 +02:00
Adrian Costina 73ad75153e fmcjesdadc1: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 13:01:00 +02:00
Adrian Costina ff2dfa7dd3 fmcadc5: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 12:59:52 +02:00
Adrian Costina d20934b7ae ad9467_fmc: Updated project with interrupts in IPI to work correctly in Linux 2015-03-18 12:58:11 +02:00
Adrian Costina f9da2f31a6 fmcadc4: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:44:01 +02:00
Adrian Costina 78b0ed0de6 fmcadc2: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:43:16 +02:00
Adrian Costina 7dfdbe4e05 daq3: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:42:34 +02:00
Adrian Costina 1edec41cf8 daq1: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:41:51 +02:00
Adrian Costina cdd8965035 ad9739a_fmc: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:40:52 +02:00
Adrian Costina 5fbb929d5b ad9671_fmc: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:39:28 +02:00
Adrian Costina 7b3e8d33db ad9436_fmc: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:38:21 +02:00
Adrian Costina f7c2c3818f ad9265_fmc: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:37:17 +02:00
Adrian Costina c99d7a2da3 ad6676evb: Updated project with interrupts in IPI to work correctly in Linux 2015-03-17 17:35:15 +02:00
Rejeesh Kutty cfe096cdcf Merge remote-tracking branch 'origin/hdl_2014_r2' 2015-03-12 16:02:26 -04:00
Rejeesh Kutty fac1434dcc fmcomms2: intrs within ipi 2015-03-12 16:01:06 -04:00
Rejeesh Kutty c5fcec1f2f fmcomms2: intrs within ipi 2015-03-12 16:01:05 -04:00
Rejeesh Kutty a9b5e07e76 fmcomms2: intrs within ipi 2015-03-12 16:01:04 -04:00
Rejeesh Kutty 70e5d5c139 fmcomms2: intrs within ipi 2015-03-12 16:01:02 -04:00
Rejeesh Kutty 5faced7eaa fmcomms2: intrs within ipi 2015-03-12 16:01:01 -04:00
Rejeesh Kutty 0fcd47f5ea fmcomms2: intrs within ipi 2015-03-12 16:01:00 -04:00
Rejeesh Kutty 15a0de80a9 fmcomms2: intrs within ipi 2015-03-12 16:00:59 -04:00
Rejeesh Kutty 6ee02f7ade fmcomms2: intrs within ipi 2015-03-12 16:00:58 -04:00
Rejeesh Kutty e4494efc91 common-base-designs: add intr net names 2015-03-12 16:00:57 -04:00
Rejeesh Kutty e689471ee6 common-base-designs: add intr net names 2015-03-12 16:00:55 -04:00
Rejeesh Kutty d767e590e8 common-base-designs: add intr net names 2015-03-12 16:00:54 -04:00
Rejeesh Kutty 4931bca1f7 common-base-designs: add intr net names 2015-03-12 16:00:53 -04:00
Rejeesh Kutty bc837a67f0 common-base-designs: add intr net names 2015-03-12 16:00:52 -04:00