aboutsummaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
* 3.14.1.0 Releasemichael-west2019-06-281-6/+6
| | | | | | | | Updated CHANGELOG Updated Debian files Updated manifest Signed-off-by: michael-west <michael.west@ettus.com>
* images: Update paths to v3.14.1.0-rc1 imagesmichael-west2019-05-291-6/+6
| | | | Signed-off-by: michael-west <michael.west@ettus.com>
* Prepare branch for 3.14.1.0 releaseMichael West2019-05-291-18/+18
| | | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version - Updated manifest for images Signed-off-by: Michael West <michael.west@ettus.com>
* b200: update firmware manifestMark Meserve2019-05-212-2/+3
|
* 3.14.0.0 ReleaseMichael West2019-03-251-6/+6
|
* Revert b993f4f0d85eee53c1256e0381c3a173af7d5833Michael West2019-03-251-2/+2
| | | | | | Revert "cores: Update rx_frontend_gen3.v controls for 1/4-rate mixer" Commit introduced 180 degree ambiguity in TwinRX phase alignment.
* Prepare branch for 3.14.0.0 release candidate 3Michael West2019-03-061-12/+12
| | | | | | | - Update fpga-src submodule - Update manifest Signed-off-by: Michael West <michael.west@ettus.com>
* images: update N3xx, E320 filesystem imagesBrent Stapleton2019-02-211-6/+6
| | | | | Update filesystems, SDKs, and mender artifacts for N3xx, E320 to v3.14.0.0-rc2.
* fixup! images: Update imagesBrent Stapleton2019-02-201-3/+3
|
* images: Update E320 FPGA imagesMartin Braun2019-02-201-1/+1
| | | | | This fixes an issue where the git hash was not properly encoded in the FPGA image.
* images: Update imagesMichael West2019-02-191-3/+3
| | | | | | Update N320 CPLD and N300/N310 AA images. Signed-off-by: Michael West <michael.west@ettus.com>
* images: Update images package for N320 imagesMartin Braun2019-02-191-2/+2
| | | | | | | | The previous zip file had accidentally archived the wrong images. This provides the correct images. From uhd_usrp_probe: - FPGA Version: 5.3 - FPGA git hash: 4bc2c6f.clean
* RFNoC: Disable FC ACK packets for lossless linksMichael West2019-02-181-7/+7
| | | | | | | FC ACK packets are unnecessary on lossless links and degrade overall performance. This change disables those packets on all lossless links. Signed-off-by: Michael West <michael.west@ettus.com>
* images: Update manifest for 3.14.0.0-rc1 imagesmichael-west2019-02-061-6/+6
| | | | Signed-off-by: michael-west <michael.west@ettus.com>
* images: Add N320 WX FPGA imagemichael-west2019-02-052-1/+6
| | | | Signed-off-by: michael-west <michael.west@ettus.com>
* images: Update manifestmichael-west2019-02-051-5/+6
| | | | | | | - Update n3xx_common_* paths for 3.14.0.0 - Add N320 CPLD Signed-off-by: michael-west <michael.west@ettus.com>
* Preparing branch for 3.14.0.0 Releasemichael-west2019-02-011-13/+13
| | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version info - Updated manifest
* fpga: update images and submodule pointerBrent Stapleton2019-01-021-12/+11
| | | | | | | | - Update submodule pointer - Update X3xx, E310, E320, N3xx, B2xx, N230 images. - Remove the E320 Aurora package from the manifest. The Aurora images were added to the default E320 image package in d61848e1, but the image package was not updated until now.
* images: Add N3xx CPLD file to manifestMartin Braun2018-11-291-1/+1
| | | | | This will allow uhd_images_downloader to pull the file. Also, it will enable automatic updating for meta-ettus by referencing the manifest.
* images: Update manifest with Rhodium imagesAlex Williams2018-11-281-0/+1
|
* n3xx: removing HA, XA image packagesBrent Stapleton2018-11-142-48/+14
| | | | | | | - Removing the Aurora image package from the images manifest. It was previously commented out, and hasn't been updated, so we're not actually losing anything here. - Moving the N310 and N300 _AA image to the _default image package
* images: Updated filesystem to latest maint imagesMartin Braun2018-11-131-3/+7
|
* images: Add Rhodium CPLD image to manifestAlex Williams2018-11-091-0/+5
|
* images: Add Rh images to the image_package_mapping scriptMartin Braun2018-11-071-0/+24
| | | | This enables a default package for Rhodium images.
* manifest: FPGA bug fixesBrent Stapleton2018-10-251-9/+11
| | | | | | | | | | | | | | Updating FPGA images for the following devices with the following bug fixes. No compat number bumps included in the changes. Also updating the submodule pointer. X3xx, N3xx, E3xx: - DDS flushing fix - Fix sequence number clearing B2xx: - Async reset from misc registers - Redistributed buffering in radio and xport
* B200: Restore asynchronous reset of AD936x.michael-west2018-10-171-4/+4
|
* cores: Update rx_frontend_gen3.v controls for 1/4-rate mixerMartin Braun2018-09-251-2/+2
| | | | | | | This tracks the changes on rx_frontend_gen3.v, which was updated to use a quarter-rate downconverter instead of a generic CORDIC. The X3x0 FPGA compat number is incremented as the rx_frontend is part of the device architecture rather than an RFNoC block.
* n3xx: Get RFNoC crossbar baseport from FPGABrent Stapleton2018-09-061-2/+2
|
* RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytesTrung N Tran2018-08-221-6/+6
| | | | | Change the RB_FIFOSIZE register to store the FIFO size in bytes instead of log2 of bytes.
* e320: images: Separate images package for Aurora imageSugandha Gupta2018-08-131-2/+6
| | | | | | We will have two image packages for E320 - default - 1G and XG - aurora - AA
* e320: Add e320 to images package scriptSugandha Gupta2018-07-311-0/+19
|
* Device3: Change packet-based flow control to byte-based flow controlMartin Braun2018-07-251-5/+5
|
* rfnoc: Enabled SW flush mechanism impl'd in noc_shellAshish Chaudhari2018-07-241-5/+5
| | | | | | | | | | | - UHD will now "disconnect" the noc_block data-path from the crossbar when the block's dtor is invoked. This allows long running or slow blocks to empty out rapidly during teardown. - UHD will also attempt to flush at init time in case a block is destroyed abnormally. The goal of the flush mechanism is to not lock up the FPGA - noc_shell compat number is now 3
* 3.13.0.0 ReleaseBrent Stapleton2018-07-241-3/+3
| | | | | | | - Update Debian changelog - Update manifest.txt - Update Debian copyright file - Update fpga-src submodule
* manifest.txt: Update B200-series FPGA imagesMartin Braun2018-07-181-4/+4
| | | | Includes fixes for sc8/sc12 streaming.
* manifest.txt: update N3xx,X3XX,E3XX fpga imagesTrung Tran2018-07-181-7/+7
|
* images: Exclude .bin X3x0 images from images packagesMartin Braun2018-07-171-6/+2
|
* b200: Update FW and FPGA imagesMartin Braun2018-07-121-5/+5
| | | | | FPGA compat number bumped to 15. This includes fixes to resolve the "lost EOB" issue on B2xx.
* images: e310: Update images to match merge from rfnoc-develMartin Braun2018-07-091-2/+2
|
* Update CHANGELOG and manifest.txt for 3.12.0.0 releaseMartin Braun2018-06-051-5/+3
|
* fpga: Update manifest and submodule pointerTrung Tran2018-06-051-6/+6
| | | | | This adds the N3XX ARM deframer fixes. Updates X3x0 and N3x0 FPGA images.
* images: Update scripts for new release modelMartin Braun2018-05-176-261/+96
| | | | | | | | - populate_images.py: Made Py3k safe - uhdimgs.py: Make Py3k-safe - create_imgs_package.py: Rewrote to build release images packages - make_zip.sh: Skip CMake, just zip up the files - Updated README to reflect all the changes
* n3xx: Updated fpga-src and images for White Rabbit supportAshish Chaudhari2018-04-031-3/+4
| | | | | | Targets updated: - n3xx_n310_fpga_default and n3xx_n300_fpga_default (has new WX target) - n3xx_n310_fpga_aurora and n3xx_n300_fpga_aurora
* n300: Added Aurora images to image downloaderAshish Chaudhari2018-04-031-0/+19
|
* images: Move WX back into default setMartin Braun2018-04-021-20/+12
|
* n3xx: add White Rabbit supportDaniel Jepson2018-03-301-0/+18
| | | | Reviewed-by: Martin Braun <martin.braun@ettus.com>
* DDC/DUC: switch CORDIC -> DDS for all relevant variable namesRyan Marlow2018-03-221-6/+6
| | | | - Bump compat number for DDC/DUC to 2.0
* utils: package_images: improve usabilityBrent Stapleton2018-03-161-15/+90
| | | | | | | | | | -Updated description of the image packaging script. Now provides more details, including suggested usage. -Cleaned up how Git hashes are handled in the manifest editting stage. - Added image verification step to check that all expected files are in the package after they are generated. If any files are missing from any packages, the script will complete, but return an exit status indicating an error.
* utils: package_images: adding Git hash to packagesBrent Stapleton2018-03-083-57/+71
| | | | | Adding Git hash (from source repository) to the package filename. These filenames will now end with -g<GITHASH>.
* n300: Add N300 FPGA images to the manifestBrent Stapleton2018-03-051-1/+2
| | | | Also updates the N310 image package