summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/usrp2
Commit message (Collapse)AuthorAgeFilesLines
* zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu typeJosh Blum2010-12-227-1604/+0
|
* Merge branch 'udp_ports' into nextJosh Blum2010-12-221-1/+11
|\ | | | | | | | | | | | | | | Conflicts: firmware/microblaze/apps/txrx_uhd.c host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * udp_ports: set the source and destination portsJosh Blum2010-12-171-2/+5
| |
| * usrp2: added support in fw for setting dsp0 and err0 ports with protocol ↵Josh Blum2010-12-151-1/+8
| | | | | | | | framer changes
* | usrp2: removed mb linker stuff, added bootloader + rmi genJosh Blum2010-12-141-2/+0
| |
* | usrp2: removed auto* stuff (except usrp2p) and added to readme and authorsJosh Blum2010-12-142-54/+0
| |
* | zpu: added blink lights to usrp2Josh Blum2010-12-121-0/+3
| |
* | usrp-n: created cmake/zpu build for firmwareJosh Blum2010-12-121-0/+35
| |
* | packet_router: added control register to set the udp control portJosh Blum2010-12-111-1/+2
| |
* | packet_router: added cpu input and output control registers, modified ↵Josh Blum2010-12-111-1/+3
| | | | | | | | control code
* | packet_router: added sregs for ip addr and portsJosh Blum2010-12-111-0/+2
| | | | | | | | | | | | | | | | the pkt control now programs the inspector with port and ip addr set the eth mac to pass all unicast added easy debug flag to net common
* | usrp2: remove non-relevant buffer pool things from memory mapJosh Blum2010-12-111-4/+2
| |
* | usrp2: replaced spi and i2c async stuff with sync (since were out of the ↵Josh Blum2010-12-111-3/+1
| | | | | | | | fast-path)
* | usrp2: removed buffer pool macros and constants from memory mapJosh Blum2010-12-111-108/+0
|/
* Firmware mem map changes for flow ctrl somehow didn't get propagated.Nick Foster2010-11-181-0/+1
| | | | Also removed firmware update fw rev checking -- it occurs to me that checking fw rev in order to update fw is counterproductive.
* Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into flow_ctrlNick Foster2010-11-172-1/+38
|\ | | | | | | | | | | | | | | Conflicts: host/lib/transport/udp_simple.cpp host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-nextNick Foster2010-11-102-99/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/lib/u2_init.c host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/fw_common.h host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_iface.hpp
| * | USRP2P: This is surprisingly involved. Adding a consistent interface to deal ↵Nick Foster2010-10-121-1/+2
| | | | | | | | | | | | with hardware revisions.
| * | Moved UDP firmware update stuff out of fw_common.h into udp_fw_update.h.Nick Foster2010-08-182-24/+2
| | | | | | | | | | | | | | | | | | | | | This stuff should only go back into fw_common.h if we decide to integrate firmware update into the UHD code. Right now it's a separate Python script. Also moved udp_fw_update.h to lib/ because it's the same between USRP2 and USRP2P.
| * | UDP firmware update support for USRP2P.Nick Foster2010-08-173-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | The hooks are in there for USRP2, but without CPLD changes it won't support it. Added an app host/utils/usrp2p_fw_update.py to write to USRP2P over the wire. Lots of TODOs in that file. Caveat -- fw_common.h, bootloader_utils.h, and the .py app MUST ALL AGREE!
| * | Clock bugs, LED order.Nick Foster2010-07-291-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Figured out cold-start problem with Matt's help -- the DCM wasn't being reset. This also explains why USRP2 didn't like it when clocks_mimo_config was omitted -- it was sneakily resetting the DCM while enabling/disabling ref outputs. Also re-did USRP2P LED order and genericized the LED settings so LED_D is LED_D for both USRP2 and USRP2P.
| * | Stripped out all the clock functionality except for init'ing the FPGA. Clock ↵Nick Foster2010-07-282-240/+0
| | | | | | | | | | | | smarts have been host-side for a while, so this is redundant code.
| * | Ethernet PHY re-do.Nick Foster2010-07-273-1/+610
| | |
| * | New branch with firmware dir from USRP2P branch.Nick Foster2010-07-266-0/+1403
| /
* | Merge branch 'garp' into flow_ctrlJosh Blum2010-10-221-99/+0
|\|
| * usrp2: fw sends gratuitous arp on link-upJosh Blum2010-10-222-100/+2
| |
* | usrp2: handle destination port unreachable icmp in fw (kills streaming and ↵Josh Blum2010-10-131-0/+3
| | | | | | | | update packets)
* | usrp2: register overflow, underflow, and pps level for picJosh Blum2010-10-121-1/+2
|/ | | | also fix minor build issue w/ LDADD
* usrp2: reorganized firmware directoryJosh Blum2010-07-307-0/+1776