summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* usrp2: zpu compile flags use -phi, -abel is obsoleteJosh Blum2010-12-301-1/+1
|
* ZPU: bootloader only checks first 4 bytes of program flash image for validityNick Foster2010-12-301-3/+3
|
* udp: tweak warning on socket resizeJosh Blum2010-12-291-2/+3
|
* Merge branch 'fpga_next' into nextJosh Blum2010-12-294-165/+198
|\
| * usrp2: removed unused changed signal for mode selectionJosh Blum2010-12-291-2/+1
| |
| * packet_router: replace buffers interfaced in packet router with buffer_int2Josh Blum2010-12-283-163/+25
| |
| * now uses 2 rams, one for read, one for writeMatt Ettus2010-12-281-89/+97
| |
| * reformattingMatt Ettus2010-12-281-5/+1
| |
| * first cut at new buffer interface for CPU. Like old buffer_int plusMatt Ettus2010-12-281-0/+169
| | | | | | | | a single buffer.
| * unused lineMatt Ettus2010-12-281-1/+0
| |
* | usrp2: removed extra print ip functionsJosh Blum2010-12-291-21/+2
| |
* | usrp2: remove ram macros from memory map, conditionally load fw updateJosh Blum2010-12-296-49/+4
| |
* | packet_router: change router control for buffer_int2Josh Blum2010-12-285-19/+66
| |
* | Merge branch 'master' into nextJosh Blum2010-12-271-1/+1
|\ \
| * | cmake: fix typo in setup python interpJosh Blum2010-12-271-1/+1
| | |
* | | image: make the build rules depend on deps so they ensure the directory existsJosh Blum2010-12-271-12/+14
| | |
* | | Merge branch 'uhd_master' into uhd_nextJosh Blum2010-12-2713-36/+68
|\| |
| * | cmake: disable the in-tree build preventionJosh Blum2010-12-271-3/+3
| | |
| * | cmake: moved module files into modules directory, set modules pathJosh Blum2010-12-2710-22/+32
| | |
| * | cmake: changes to finding python interp, some other tweaksJosh Blum2010-12-273-13/+31
| | |
| * | usrp-e100: added check for linux when configuringJosh Blum2010-12-261-1/+5
| | |
* | | Merge branch 'fpga_next' into uhd_nextJosh Blum2010-12-271-22/+13
|\ \ \ | | |/ | |/|
| * | packet_router: use the mode register to reset hs control and cpu smsJosh Blum2010-12-271-22/+13
| | |
* | | packet_router: code tweaks, renamed instances of buffer pool, removed unused ↵Josh Blum2010-12-275-71/+58
| | | | | | | | | | | | ctrl reg
* | | usrp2: print mimo master/slave mode on initJosh Blum2010-12-221-0/+2
| | |
* | | Merge branch 'fpga_next' into uhd_nextJosh Blum2010-12-2232-481/+3012
|\| |
| * | Merge branch 'udp_ports' into nextJosh Blum2010-12-226-37/+66
| |\ \
| | * | udp_ports: fixed address comparison B+14 is comparisonJosh Blum2010-12-211-1/+1
| | | |
| | * | don't overwrite checksum valuesMatt Ettus2010-12-211-7/+8
| | | |
| | * | udp_ports: set the source port and destination port from tableJosh Blum2010-12-171-12/+16
| | | |
| | * | generate port number headers in the dsp error unitsMatt Ettus2010-12-154-8/+12
| | | |
| | * | now supports up to 4 different udp portsMatt Ettus2010-12-152-23/+43
| | | |
| * | | usrp-n210: add missing wires, incr compat, use boot ram as stack spaceJosh Blum2010-12-221-16/+14
| | | |
| * | | usrp-n210: delay reset for boot loader stack pointer to init, copied bl.rmi ↵Josh Blum2010-12-182-187/+173
| | | | | | | | | | | | | | | | without debug
| * | | usrp-n210: almost working w/ packet router + zpuJosh Blum2010-12-179-301/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | added stack start signal to zpu removed wb perifs in n210 out of 0-16k added reset controller for main app rewire cpu addr line after booted use 0-16k
| * | | usrp-n210: integrate zpu and packet router, builds but untestedJosh Blum2010-12-141-72/+77
| | | |
| * | | Merge branch 'zpu' into nextJosh Blum2010-12-1411-22/+1567
| |\ \ \
| | * | | zpu: working, modified top level sizes, disable interruptJosh Blum2010-12-142-8/+5
| | | | |
| | * | | Merge branch 'packet_router' into zpuJosh Blum2010-12-1215-303/+383
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: usrp2/top/u2_rev3/u2_core.v
| | * | | | zpu: moved top level file in hopes for easy mergeJosh Blum2010-12-122-1014/+229
| | | | | |
| | * | | | zpu: set all the address widths to 16, grumbleJosh Blum2010-12-084-5/+5
| | | | | |
| | * | | | zpu: moved stack pointer and made connection for statusJosh Blum2010-12-062-2/+3
| | | | | |
| | * | | | zpu: brought status signal out to top levelJosh Blum2010-12-061-1/+3
| | | | | |
| | * | | | zpu: shrank the ram size and address bus to 16kJosh Blum2010-12-061-5/+5
| | | | | |
| | * | | | zpu: added a zpu + wishbone opencore and integrated into top levelJosh Blum2010-12-0610-10/+1554
| | | | | |
| * | | | | packet_router: all non ip/udp should also go to bothJosh Blum2010-12-131-7/+5
| | |/ / / | |/| | |
| * | | | packet_router: harmless logic tweaksJosh Blum2010-12-122-11/+8
| | | | |
| * | | | packet_router: reverted enable change to dsp framer, it was already correctJosh Blum2010-12-121-2/+1
| | | | |
| * | | | packet_router: raise enable for bram reads the cycle before as wellJosh Blum2010-12-112-2/+4
| | | | |
| * | | | packet_router: added fifo before cpu_out, tweaked inspection logicJosh Blum2010-12-101-25/+29
| | | | |