Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 3 | -48/+48 |
| | | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!) | ||||
* | x300: Fixed processor clock rate in ZPU firmware | Ashish Chaudhari | 2018-02-23 | 1 | -1/+1 |
| | | | | | - Fix for regression that was introduced after the bus_clk freq change - Firmware compat number bumped to 6.0 (was 5.2) | ||||
* | rfnoc,x300: Multiple clocking changes | Ashish Chaudhari | 2018-02-21 | 1 | -1/+1 |
| | | | | | | - Moved bus_clk <=> ce_clk crossing to axi_wrapper in FPGA which resulted in a noc_shell compat bump - Change x300 bus_clk frequency to 187.5 MHz | ||||
* | X3xx: Updated firmware to support reading FPGA image data | Paul David | 2017-06-30 | 1 | -1/+40 |
| | |||||
* | Firmware: fix failures due to fw_comm_protocol.h path | Paul David | 2017-03-22 | 4 | -4/+8 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2017-01-30 | 1 | -17/+20 |
|\ | |||||
| * | X300: Made claim status update with every loop of the firmware to make it ↵ | michael-west | 2017-01-30 | 1 | -17/+20 |
| | | | | | | | | atomic from the host perspective | ||||
* | | Merge branch 'maint' | Martin Braun | 2017-01-17 | 4 | -68/+30 |
|\| | |||||
| * | X300: Prevent MB EEPROM Corruption | michael-west | 2017-01-10 | 4 | -68/+30 |
| | | | | | | | | | | | | | | - Load EEPROM data into firmware memory to access from there instead of driving the I2C bus directly - Fixed firmware performance issues by removing the popcntll() function and reducing frequency of background tasks to once every 10ms - Added x300_mb_eeprom_iface to handle cases of devices with older and newer firmware - Added checks for claim to device before driving the I2C bus | ||||
* | | x300: Updated Aurora BIST script after FPGA changes | Ashish Chaudhari | 2016-12-20 | 1 | -24/+16 |
|/ | | | | | - Fixed latency computation bug - Pulled in new rate throttling mechanism | ||||
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | This provides the GPS fixes. Conflicts: host/CMakeLists.txt tools/debs/upload_debs.sh | ||||
| * | X300: GPSDO fixes | michael-west | 2016-09-02 | 1 | -1/+1 |
| | | | | | | | | | | - Optimize writes so full 32-bit words are written at a time - Simplify UART so it does not strip or add characters | ||||
* | | changed clk constant to match new zpu clk changes | Ryan | 2016-08-22 | 1 | -1/+1 |
| | | |||||
* | | x300: Added latency test to Aurora tester script | Ashish Chaudhari | 2016-08-18 | 1 | -7/+101 |
| | | |||||
* | | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 3 | -59/+90 |
| | | |||||
* | | x300: Made FW utilities python3 compatible | Ashish Chaudhari | 2016-07-12 | 2 | -62/+57 |
| | | |||||
* | | x300: UHD is now compatible with FPGA images with Aurora support | Ashish Chaudhari | 2016-07-07 | 6 | -65/+297 |
| | | | | | | | | | | - UHD and ZPU is now aware of Aurora SFP+ transceivers in the FPGA image - Added script to exercise Aurora BIST features | ||||
* | | x300: Fixed FW debug script after N230 merge breakage | Ashish Chaudhari | 2016-06-23 | 1 | -41/+17 |
| | | |||||
* | | 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 |
|/ | |||||
* | 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 |
| | |||||
* | Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) | Martin Braun | 2014-10-07 | 175 | -0/+63092 |