Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Martin Braun | 2016-02-29 | 1 | -1/+1 |
|\ | |||||
| * | Added srec_cat dependency for building the firmware | Derek Kozel | 2016-02-29 | 1 | -1/+1 |
| | | |||||
| * | firmware: e3xx: Bump minor version to 2.2 | Moritz Fischer | 2016-01-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
| * | firmware: e3xx: This fixes an issue with the autoboot value. | Moritz Fischer | 2016-01-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | The bug is a result of wrong order of evaluation: The '|' operator takes precedence over '?'. Therefore the intended expression a = x | (y ? 1 : 0) got evaluated as a = (x | y) ? 1 : 0. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
| * | firmware: e3xx: Added .eeprom section that gets written. | Moritz Fischer | 2016-01-26 | 2 | -2/+10 |
| | | | | | | | | | | | | | | The EEPROM section was not getting written by make install, so whatever was in there is in there. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
| * | firmware: e3xx: Bump minor version. | Moritz Fischer | 2016-01-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
| * | firmware: e3xx: Add panic button functionality. | Moritz Fischer | 2016-01-26 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
| * | firmware: e3xx: Turn off overzealous shutdown. | Moritz Fischer | 2016-01-26 | 2 | -3/+2 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | firmware: e3xx: Bump minor version to 2.2 | Moritz Fischer | 2016-01-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | firmware: e3xx: This fixes an issue with the autoboot value. | Moritz Fischer | 2016-01-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | The bug is a result of wrong order of evaluation: The '|' operator takes precedence over '?'. Therefore the intended expression a = x | (y ? 1 : 0) got evaluated as a = (x | y) ? 1 : 0. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | firmware: e3xx: Added .eeprom section that gets written. | Moritz Fischer | 2016-01-26 | 2 | -2/+10 |
| | | | | | | | | | | | | | | The EEPROM section was not getting written by make install, so whatever was in there is in there. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | x300: Fixes bug#768 and a firmware hang issue with Eth Port 0 with the XGS image | patrick-here | 2016-01-18 | 1 | -2/+3 |
| | | |||||
* | | n230: fixed header location | Nicholas Corgan | 2016-01-15 | 5 | -128/+4 |
| | | |||||
* | | n230: Made link state detection more accurate | Ashish Chaudhari | 2016-01-13 | 1 | -3/+11 |
| | | |||||
* | | usrp3,n230: Moved all shared FW-Host headers to the host dir | Ashish Chaudhari | 2016-01-08 | 9 | -376/+11 |
| | | |||||
* | | n230: Added hardware compatibility version checks to UHD | Ashish Chaudhari | 2016-01-08 | 2 | -2/+8 |
| | | |||||
* | | n230: Added N230 device support | Ashish Chaudhari | 2016-01-05 | 2 | -26/+15 |
| | | |||||
* | | n230: Ethernet activity LED is now functional | Ashish Chaudhari | 2016-01-05 | 4 | -11/+30 |
| | | |||||
* | | n230: Added missing FW defs | Ashish Chaudhari | 2016-01-05 | 1 | -0/+2 |
| | | |||||
* | | n230: Output interface ID in echo request | Ashish Chaudhari | 2016-01-05 | 3 | -1/+7 |
| | | |||||
* | | n230: Added dual-eth and link LED support to ZPU FW | Ashish Chaudhari | 2016-01-05 | 4 | -3/+87 |
| | | |||||
* | | n230: Increased FW size to 8192 | Ashish Chaudhari | 2016-01-05 | 3 | -23/+19 |
| | | | | | | | | - Updated to X300 bootloader | ||||
* | | n230: Initial checkin of firmware files | Ashish Chaudhari | 2016-01-05 | 33 | -94/+3181 |
| | | |||||
* | | firmware: e3xx: Bump minor version. | Moritz Fischer | 2015-10-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | firmware: e3xx: Add panic button functionality. | Moritz Fischer | 2015-10-22 | 1 | -0/+12 |
| | | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | firmware: e3xx: Turn off overzealous shutdown. | Moritz Fischer | 2015-10-22 | 2 | -3/+2 |
|/ | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | OctoClock: shortened bootloader's wait for burner signal | Nicholas Corgan | 2015-09-01 | 1 | -6/+2 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2015-08-04 | 10 | -20/+10 |
|\ | |||||
| * | E300 FW: Fixing copyrights | Ben Hilburn | 2015-08-04 | 10 | -20/+10 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-07-28 | 2 | -2/+7 |
|\| | |||||
| * | e3xx: Fix firmware to actually write fuse values. | Moritz Fischer | 2015-07-21 | 2 | -2/+7 |
| | | | | | | | | | | | | | | The fuses weren't written correctly before, as we were lacking parameters to avrdude. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | Updated compat numbers for B2x0 and X3x0 | Martin Braun | 2015-07-14 | 1 | -1/+1 |
| | | | | | | | | | | - B2x0: FW compat number (goes with previous firmware update) - X3x0: Max HW rev number | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-07-14 | 35 | -0/+4703 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h | ||||
| * | e3xx: Added firmware for battery based devices. | Moritz Fischer | 2015-07-13 | 35 | -0/+4703 |
| | | | | | | | | | | | | Note: This firmware does *not* support Rev B units. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | | fx3: New firmware features: Logging, more configuration | Balint Seeber | 2015-07-14 | 3 | -364/+756 |
| | | | | | | | | | | | | | | - Logging in conjunction with B200 side-channel utility (using UART or directly over USB) - More and better configurability, e.g. Tx voltage swing and DMA configuration | ||||
* | | OctoClock bugfixes | Nicholas Corgan | 2015-07-09 | 22 | -876/+787 |
| | | | | | | | | | | | | * Bumped compatibility version to 3 * firmware: Ethernet, clkdist bugfixes * lib: fixed invalid rev detection | ||||
* | | Merge branch 'master' into vivado | Ashish Chaudhari | 2015-04-30 | 4 | -8/+125 |
|\ \ | |||||
| * | | Merge branch 'maint' | Ashish Chaudhari | 2015-04-23 | 4 | -8/+125 |
| |\| | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp host/lib/usrp/b200/b200_impl.hpp | ||||
| | * | FX3: Updating FW to support NI-USRP VID and PIDs | Ben Hilburn | 2015-04-15 | 3 | -3/+120 |
| | | | | | | | | | | | | | | | Conflicts: firmware/fx3/b200/b200_usb_descriptors.c | ||||
| | * | FX3: Updating FX3 FW build docs | Ben Hilburn | 2015-04-15 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | Conflicts: firmware/fx3/README.md | ||||
* | | | x300: Multiple firmware fixes for Vivado | Ashish Chaudhari | 2015-02-17 | 5 | -92/+109 |
|/ / | | | | | | | | | | | | | | | - Refactored SFP+ hotplug handler - GigE link state comes from SFP+ status and PHY status - Multiple tracing enhancements - Bumped firmware compat number to 4 - Bumpled FPGA compat number to 10 | ||||
* | | usrp3,x300: Replaced printfs with traces | Ashish Chaudhari | 2015-02-12 | 6 | -173/+170 |
| | | |||||
* | | usrp3: Added tracing library to usrp3 firmware | Ashish Chaudhari | 2015-02-12 | 1 | -0/+80 |
|/ | |||||
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 42 | -0/+8401 |
| | |||||
* | Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) | Martin Braun | 2014-10-07 | 408 | -10/+177 |
| | |||||
* | b200: Bumped FX3 firmware compat number to 7. | Ashish Chaudhari | 2014-10-01 | 1 | -1/+1 |
| | |||||
* | docs: Added a note on FX3 SDK version | Martin Braun | 2014-10-01 | 1 | -0/+1 |
| | |||||
* | OctoClock: bugfixes/improvements | Nicholas Corgan | 2014-08-20 | 14 | -165/+193 |
| | | | | | | | | | * Fixed Ethernet initialization problem * Improved external reference detection * Added gratuitous ARP, sent upon power-up * Tweaked host-side timing for initialization and firmware burning * Fixed logic for dealing with firmware incompatibility * Misc efficiency/reliability improvements to firmware's network code | ||||
* | b200: Removed all AD9361 related firmware | Ashish Chaudhari | 2014-08-12 | 13 | -2747/+6 |
| | | | | | | | - FX3 does not respond to AD9361 firmware transaction VREQs - FX3 does not respond to AD9361 SPI transaction VREQs - Deleted all AD9361 firmware files - Bumped FW compat to 6 | ||||
* | b200: AD9361 firmware bugfixes | Ashish Chaudhari | 2014-08-01 | 1 | -0/+19 |
| | | | | | | | | | | - Fix for BUG #485: B200: Channels Swap Between Runs # Added code to transition state machine out of FDD while reconfiguring active chains. # bb:0b9929 Mon Jun 16 14:56:26 2014 -0700 - Fix for BUG #500: B210: RX channels are not phase aligned # Set bit to invert RX if internal LNA is bypassed # bb:0a4565 Thu Jun 5 17:10:37 2014 -0700 |