- Sep 29, 2014
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Sep 18, 2014
-
-
Alessandro Rubini authored
This finally allows me to look at the content of an FPGA: wrs# sdb-read -l -e 0x70000 -m 0x100000@0x10000000 /dev/mem /tmp2/sdb-read: listing format is to be defined 0000000000000651:e6a542c9 @ 00000000-0007ffff WB4-Crossbar-GSI 0000000000000651:eef0b198 @ 00000000-0001ffff WB4-Bridge-GSI 0000000000000651:e6a542c9 @ 00000000-0001ffff WB4-Crossbar-GSI 000000000000ce42:66cfeb52 @ 00000000-0000ffff WB4-BlockRAM 000000000000ce42:e2d13d04 @ 00010000-000100ff WR-Periph-UART 000000000000ce42:65158dc0 @ 00010100-000101ff WR-Soft-PLL 000000000000ce42:e503947e @ 00010200-0001021f WB-SPI.Control 000000000000ce42:441c5143 @ 00010300-000103ff WB-GPIO-Port 000000000000ce42:57494266 @ 00010400-000104ff WB Simple Timer 000000000000ce42:de0d8ced @ 00010500-000105ff WR-PPS-Generator 000000000000ce42:ba07b9d3 @ 00020000-0002ffff WRSW NIC 0000000000000651:eef0b198 @ 00030000-00037fff WB4-Bridge-GSI 0000000000000651:e6a542c9 @ 00030000-00037fff WB4-Crossbar-GSI 000000000000ce42:650c2d4f @ 00030000-000300ff WR-Endpoint 000000000000ce42:650c2d4f @ 00030400-000304ff WR-Endpoint 000000000000ce42:650c2d4f @ 00030800-000308ff WR-Endpoint 000000000000ce42:650c2d4f @ 00030c00-00030cff WR-Endpoint [...] Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 18, 2014
-
-
Cesar Prados authored
-
- Jul 11, 2014
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Jul 10, 2014
-
-
Wesley W. Terpstra authored
Usually our cards are used in MSI mode. On older motherboards, they can fall back to classic interrupt generation. However, then the interrupt enable register in the card must be turned on.
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
Previously, the interrupt handler popped the data from the hardware. To do this, it needed to lock the target buffers, guarded by a mutex. Unfortunately, that can cause the interrupt handler to sleep! bad! This patch moves the waitq and fasync structure to the wishbone structure which is always present. Then, the interrupt handler need only wake up any threads blocked waiting for data. The read/poll functions invoke the processing of data from the hardware, instead.
-
- Apr 22, 2014
-
-
Wesley W. Terpstra authored
-
- Apr 14, 2014
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
The drivers were popping the slave request FIFO, whether it was empty or not. This seemed safe since empty FIFOs do nothing when popped. However, if the FIFO receives an element between the empty check and the pop, we might pop an element without ever seeing it. Under load this led to lost interrupts.
-
- Apr 03, 2014
-
-
Cesar Prados authored
used in caparisons in VHDL 2008
-
Cesar Prados authored
-
Cesar Prados authored
-
- Mar 26, 2014
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
Trying to manage an external repository that was optionally built or not depending on the kernel version was a nightmare. Including it lets us use a single Makefile that does the right thing.
-
Wesley W. Terpstra authored
-
- Mar 25, 2014
-
-
Cesar Prados authored
-
Cesar Prados authored
against the vme in-tree kernle module, it's not ready though
-
- Mar 20, 2014
-
-
Cesar Prados authored
fixing merge conflict
-
Cesar Prados authored
Conflicts: vme-wb/vme_wb.c
-
Cesar Prados authored
-
Cesar Prados authored
-
- Mar 19, 2014
-
-
Cesar Prados authored
address
-
Cesar Prados authored
The chip tundra doesn't support 8 bit data width transfer. The wb select in the VME slave is written from wb_byteenable, who calculates it. The write and read is always 32 bit. Replaced swapbe32 by the macro cpu_to_be32.
-
- Feb 27, 2014
-
-
Wesley W. Terpstra authored
-
- Jan 15, 2014
-
-
Cesar Prados authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
Added Cesar's driver for VME.
-
Cesar Prados authored
-
- Jan 14, 2014
-
-
Cesar Prados authored
better if it looks like one
-
Cesar Prados authored
the IRQ subscription is done using the VME driver handling of the IRQ, request and response is done using the etherbone library
-
Cesar Prados authored
if need be
-
Cesar Prados authored
since KBUILD_EXTMOD and KBUILD_EXTRA_SYMBOLS compilations options don't work, I have create the one manually, it seems to work
-
- Nov 08, 2013
-
-
Wesley W. Terpstra authored
-