Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zpu: renamed the directory for the usrp2 fw to zpu to reflect the cpu type | Josh Blum | 2010-12-22 | 7 | -1604/+0 |
| | |||||
* | Merge branch 'udp_ports' into next | Josh Blum | 2010-12-22 | 1 | -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 ports | Josh Blum | 2010-12-17 | 1 | -2/+5 |
| | | |||||
| * | usrp2: added support in fw for setting dsp0 and err0 ports with protocol ↵ | Josh Blum | 2010-12-15 | 1 | -1/+8 |
| | | | | | | | | framer changes | ||||
* | | usrp2: removed mb linker stuff, added bootloader + rmi gen | Josh Blum | 2010-12-14 | 1 | -2/+0 |
| | | |||||
* | | usrp2: removed auto* stuff (except usrp2p) and added to readme and authors | Josh Blum | 2010-12-14 | 2 | -54/+0 |
| | | |||||
* | | zpu: added blink lights to usrp2 | Josh Blum | 2010-12-12 | 1 | -0/+3 |
| | | |||||
* | | usrp-n: created cmake/zpu build for firmware | Josh Blum | 2010-12-12 | 1 | -0/+35 |
| | | |||||
* | | packet_router: added control register to set the udp control port | Josh Blum | 2010-12-11 | 1 | -1/+2 |
| | | |||||
* | | packet_router: added cpu input and output control registers, modified ↵ | Josh Blum | 2010-12-11 | 1 | -1/+3 |
| | | | | | | | | control code | ||||
* | | packet_router: added sregs for ip addr and ports | Josh Blum | 2010-12-11 | 1 | -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 map | Josh Blum | 2010-12-11 | 1 | -4/+2 |
| | | |||||
* | | usrp2: replaced spi and i2c async stuff with sync (since were out of the ↵ | Josh Blum | 2010-12-11 | 1 | -3/+1 |
| | | | | | | | | fast-path) | ||||
* | | usrp2: removed buffer pool macros and constants from memory map | Josh Blum | 2010-12-11 | 1 | -108/+0 |
|/ | |||||
* | Firmware mem map changes for flow ctrl somehow didn't get propagated. | Nick Foster | 2010-11-18 | 1 | -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_ctrl | Nick Foster | 2010-11-17 | 2 | -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-next | Nick Foster | 2010-11-10 | 2 | -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 Foster | 2010-10-12 | 1 | -1/+2 |
| | | | | | | | | | | | | with hardware revisions. | ||||
| * | | Moved UDP firmware update stuff out of fw_common.h into udp_fw_update.h. | Nick Foster | 2010-08-18 | 2 | -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 Foster | 2010-08-17 | 3 | -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 Foster | 2010-07-29 | 1 | -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 Foster | 2010-07-28 | 2 | -240/+0 |
| | | | | | | | | | | | | smarts have been host-side for a while, so this is redundant code. | ||||
| * | | Ethernet PHY re-do. | Nick Foster | 2010-07-27 | 3 | -1/+610 |
| | | | |||||
| * | | New branch with firmware dir from USRP2P branch. | Nick Foster | 2010-07-26 | 6 | -0/+1403 |
| / | |||||
* | | Merge branch 'garp' into flow_ctrl | Josh Blum | 2010-10-22 | 1 | -99/+0 |
|\| | |||||
| * | usrp2: fw sends gratuitous arp on link-up | Josh Blum | 2010-10-22 | 2 | -100/+2 |
| | | |||||
* | | usrp2: handle destination port unreachable icmp in fw (kills streaming and ↵ | Josh Blum | 2010-10-13 | 1 | -0/+3 |
| | | | | | | | | update packets) | ||||
* | | usrp2: register overflow, underflow, and pps level for pic | Josh Blum | 2010-10-12 | 1 | -1/+2 |
|/ | | | | also fix minor build issue w/ LDADD | ||||
* | usrp2: reorganized firmware directory | Josh Blum | 2010-07-30 | 7 | -0/+1776 |