aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/usrp3/x300
Commit message (Collapse)AuthorAgeFilesLines
* x300: Fixed processor clock rate in ZPU firmwareAshish Chaudhari2018-02-231-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 changesAshish Chaudhari2018-02-211-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 dataPaul David2017-06-301-1/+40
|
* Merge branch 'maint'Martin Braun2017-01-301-17/+20
|\
| * X300: Made claim status update with every loop of the firmware to make it ↵michael-west2017-01-301-17/+20
| | | | | | | | atomic from the host perspective
* | Merge branch 'maint'Martin Braun2017-01-174-68/+30
|\|
| * X300: Prevent MB EEPROM Corruptionmichael-west2017-01-104-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 changesAshish Chaudhari2016-12-201-24/+16
|/ | | | | - Fixed latency computation bug - Pulled in new rate throttling mechanism
* Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-09-021-1/+1
|\ | | | | | | | | | | | | | | This provides the GPS fixes. Conflicts: host/CMakeLists.txt tools/debs/upload_debs.sh
| * X300: GPSDO fixesmichael-west2016-09-021-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 changesRyan2016-08-221-1/+1
| |
* | x300: Added latency test to Aurora tester scriptAshish Chaudhari2016-08-181-7/+101
| |
* | Merging RFNoC support for X310Martin Braun2016-08-093-59/+90
| |
* | x300: Made FW utilities python3 compatibleAshish Chaudhari2016-07-122-62/+57
| |
* | x300: UHD is now compatible with FPGA images with Aurora supportAshish Chaudhari2016-07-075-25/+246
| | | | | | | | | | - 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 breakageAshish Chaudhari2016-06-231-41/+17
| |
* | n230: Initial checkin of firmware filesAshish Chaudhari2016-01-053-26/+57
|/
* x300: Multiple firmware fixes for VivadoAshish Chaudhari2015-02-173-19/+20
| | | | | | | | - 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 tracesAshish Chaudhari2015-02-122-13/+14
|
* Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2)Martin Braun2014-10-076-0/+934