aboutsummaryrefslogtreecommitdiffstats
path: root/images
Commit message (Collapse)AuthorAgeFilesLines
* images: Update manifestMichael West2020-05-131-12/+12
| | | | | | Update manifest with new FPGA images for b2xx, x3xx, e3xx, and n3xx. Signed-off-by: Michael West <michael.west@ettus.com>
* utils: populate_images: download with python3bidavis2020-03-021-1/+1
|
* images: update FPGA image packages for RFNoCBrent Stapleton2020-01-081-19/+19
| | | | | | | | Updating FPGA image packages, filesystems, and submodule pointer to include recent RFNoC changes. Note: These filesystems have compatible Linux distributions, but do require an MPM update in order to use the UHD features in this branch.
* images: Update images package for UHD 4.0Sugandha Gupta2019-11-261-12/+12
| | | | | Updates FPGA images for X3xx, N3xx, E320 and B200 series. All Gen-3 devices receive a compat number bump.
* images: Move package_images.py to FPGA repositoryMartin Braun2019-10-153-651/+2
|
* manifest: Update FPGA images for N3xx, E3xxJoerg Hofrichter2019-10-071-6/+6
| | | | | | | This moves the FPGA images to the new DTS format. Also fixes 1GigE link status. Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com>
* rfnoc: Read cmd FIFO size from blocks & configure ctrl_ifaceMartin Braun2019-09-041-8/+8
| | | | | | | | | | This requires noc_shell compat number 6.0. It will allow sending as many command packets, but no more, than there is space. Updated FPGA images for devices: - X310/X300 - N300/N310/N320 - E310/E320
* images: Add E310 v3.15.0.0 prerelease filesystemsSugandha Gupta2019-05-241-0/+9
|
* e310/e320: Move E310 to MPM architecture and refactorSugandha Gupta2019-05-012-16/+28
| | | | | | | | | | | | - Turns the E310 into an MPM device (like N3xx, E320) - Factor out common code between E320 and E310, maximize sharing between the two devices - Remove all pre-MPM E310 code that is no longer needed - Modify MPM to remove all existing overlays before applying new ones (this is necessary to enable idle image mode for E310) Co-authored-by: Virendra Kakade <virendra.kakade@ni.com> Signed-off-by: Virendra Kakade <virendra.kakade@ni.com>
* b200: update firmware manifestMark Meserve2019-04-222-2/+3
|
* 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
* utils: package_images: create image packagesBrent Stapleton2018-03-012-0/+503
| | | | | | | | | | | | -package_images.py looks at files in the current directory, and builds all image packages that it can from the available files. -image_package_mapping.py defines a nested dictionary that maps targets (not tied to any other target definition) to the archive name and constituent files. -users can provide a manifest file with the --manifest option. If provided, the new repository and githash, as well as the new SHA256 sums calculated during the packaging process, are added to the manifest file.