Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #283 from smunaut/misc | Miodrag Milanović | 2022-05-30 | 1 | -10/+51 |
|\ | | | | | Misc improvements to iceprog | ||||
| * | iceprog: Use open-drain output to drive SS and Reset line | Sylvain Munaut | 2021-12-17 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
| * | iceprog: Improve reset to disable both CRM and QPI | Sylvain Munaut | 2021-12-17 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | It's hard to cover 100% of cases, but this seems to improve probability that a reset works, at least for me on the icebreaker. Some other flash have a different QPI disable command though :/ Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
| * | iceprog: Add option that set QE=1 bit in SR2 | Sylvain Munaut | 2021-12-17 | 1 | -5/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | This is useful when testing litex SoC that rely on that bit being set The setting is non-volatile so it only needs to be done once in case you happen to have used a flash chip that's not by default QE=1 (This has been designed for winbond flash. Others might use different bit ...) Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | | Fix float exception when value is less than 100 | Rafael Lee | 2022-04-13 | 1 | -3/+3 |
|/ | | | | Signed-off-by: Rafael Lee <rafaellee.img@gmail.com> | ||||
* | Merge pull request #282 from jkiv/iceprog-ignorig-fix | Miodrag Milanović | 2021-09-06 | 1 | -1/+1 |
|\ | | | | | [iceprog] Fixed typo in error message: "Ignorig" | ||||
| * | [iceprog] Fixed typo in error message: "Ignorig" | Jon Kivinen | 2021-05-03 | 1 | -1/+1 |
| | | |||||
* | | Fixes for macOS | Miodrag Milanovic | 2021-09-06 | 1 | -7/+0 |
| | | |||||
* | | iceprog: Add write and read progress indication. | Piotr Esden-Tempski | 2021-01-16 | 1 | -0/+11 |
|/ | |||||
* | Merge branch 'opt_skip_powerdown' of https://github.com/smunaut/icestorm | Claire Wolf | 2020-04-22 | 1 | -2/+8 |
|\ | |||||
| * | iceprog: Add option to keep flash powered up | Sylvain Munaut | 2019-12-28 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | | Support custom PROGRAM_PREFIX | Miodrag Milanovic | 2020-04-10 | 1 | -6/+6 |
| | | |||||
* | | Added an option to choose the erase block size. | Piotr Esden-Tempski | 2020-02-02 | 1 | -5/+53 |
|/ | | | | This allows us to flash binaries at offsets that are smaller multiples. | ||||
* | Merge pull request #230 from smunaut/fix_flash_reset | Clifford Wolf | 2019-08-15 | 1 | -4/+2 |
|\ | | | | | iceprog: Better reset of flash | ||||
| * | iceprog: Better reset of flash | Sylvain Munaut | 2019-08-05 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | If the flash was in a 'weird' mode (like CRM, QPI, ...), sending a continuous stream of 0xff should take it out of it. It looks like the previous code was trying to do that, but was only transferring 8 bits and then 2 bits which is way too short. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | | Fix piping on windows | Tim Pambor | 2019-08-05 | 1 | -0/+10 |
|/ | | | | On windows stdin and stdout have to be set to binary as otherwise windows treats it as text and converts occurences of CRLF to LF | ||||
* | Add -X option to iceprog | Pablo Cossutta | 2019-04-27 | 1 | -2/+7 |
| | | | | In my setup, in OSX I have problems reading from libftdi but not writing. In case of a failure iceprog exits and leaves the FPGA in an useless state. I think it would be a good option to have the possibility to skip the verification process. | ||||
* | Minor cleanups in iceprog/mpsse.h | Clifford Wolf | 2019-03-02 | 1 | -1/+3 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Split the hardware specific gpio functions. | Piotr Esden-Tempski | 2018-12-24 | 3 | -32/+55 |
| | |||||
* | Factored out mpsse functions for easier reusability. | Piotr Esden-Tempski | 2018-12-24 | 5 | -340/+452 |
| | |||||
* | Force flash to exist QPI mode in iceprog | Clifford Wolf | 2018-09-02 | 1 | -5/+15 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | iceprog: switch to SPI mode 0, add -s option, add flash_reset | Clifford Wolf | 2018-09-02 | 1 | -8/+36 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Minor style changes in iceprog | Clifford Wolf | 2018-08-19 | 1 | -39/+41 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | iceprog coding style, don't use "assert" as variable name | Clifford Wolf | 2018-08-19 | 1 | -11/+14 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Slightly more robust flash wait function. | Piotr Esden-Tempski | 2018-08-18 | 1 | -9/+29 |
| | | | | | | | In cases when the FLASH chip is bit flaky and the status register "bounces" this flash_wait should be able to perform a bit better. Also added more verbose output around block erase. | ||||
* | Add a function to read and decode the status register. | Piotr Esden-Tempski | 2018-08-18 | 1 | -2/+66 |
| | | | | Very useful for debugging purposes. ;) | ||||
* | Added the FTDI cable pinout for reference. | Piotr Esden-Tempski | 2018-08-18 | 1 | -0/+13 |
| | |||||
* | Improved JEDEC ID read function. | Piotr Esden-Tempski | 2018-08-18 | 1 | -4/+30 |
| | | | | | The function now checks how long the extended JEDEC ID field is for the particular FLASH chip and only reads the amount provided by the chip. | ||||
* | Replaced some more magic numbers with FLASH command IDs. | Piotr Esden-Tempski | 2018-08-18 | 1 | -4/+4 |
| | | | | I missed those the first time around. | ||||
* | Added easier to read chip_select/reset functions. | Piotr Esden-Tempski | 2018-08-18 | 1 | -26/+60 |
| | | | | | | | Just calling a gpio function with two numbers was not very self explanatory. The functions now refer to the actual indended action, chip (de)select for flash, reset and chip (de)select for sram. Reading the code and understanding what steps are taken should be easier now. | ||||
* | Added more code comments. | Piotr Esden-Tempski | 2018-08-16 | 1 | -16/+39 |
| | | | | | | | | | | Main point was to group the code into three logical segments: * MPSSE/FTDI defines and functions * FLASH defines and functions * iceprog implementation core While I was at it I also added a few comments for stuff that was not immediately obvious what it does. | ||||
* | Merge pull request #144 from daveshah1/unbrick | Clifford Wolf | 2018-05-30 | 1 | -3/+46 |
|\ | | | | | Add write protection disable to iceprog | ||||
| * | Add write protection disable to iceprog | David Shah | 2018-02-12 | 1 | -3/+46 |
| | | |||||
* | | Added some flash command definitions to decrease magic number usage. | Piotr Esden-Tempski | 2018-03-11 | 1 | -9/+49 |
| | | |||||
* | | Added some MPSSE command definitions to decrease magic number usage. | Piotr Esden-Tempski | 2018-03-11 | 1 | -11/+88 |
|/ | |||||
* | Add out-of-the-box FT232H support (for Upduino 2, etc) | David Shah | 2018-02-09 | 1 | -3/+3 |
| | |||||
* | Add "iceprog -e" | Clifford Wolf | 2018-01-02 | 1 | -20/+42 |
| | |||||
* | Removed files that are under GNU licenses | Clifford Wolf | 2017-08-31 | 2 | -158/+0 |
| | |||||
* | Squelch trailing whitespace | Larry Doolittle | 2017-08-01 | 1 | -2/+2 |
| | |||||
* | iceprog: Make errors print only the program name | Robert Ou | 2017-07-17 | 1 | -18/+24 |
| | | | | Previously, the entire argv[0] would be printed. | ||||
* | iceprog: Do not use nonstandard err.h | Robert Ou | 2017-07-17 | 1 | -34/+67 |
| | | | | | This header does not exist under MinGW. Replace these functions with standard functions. | ||||
* | makefile: Make install target work for Windows | Robert Ou | 2017-07-16 | 1 | -2/+2 |
| | |||||
* | Fix coding style in iceprog.c (mostly line breaks and indenting) | Clifford Wolf | 2017-07-05 | 1 | -97/+65 |
| | |||||
* | iceprog: Keep name space clean | Roland Lutz | 2017-07-04 | 1 | -23/+23 |
| | |||||
* | iceprog: Remove trailing newline | Roland Lutz | 2017-07-04 | 1 | -1/+0 |
| | |||||
* | iceprog: Break overlong lines | Roland Lutz | 2017-07-04 | 1 | -18/+40 |
| | |||||
* | iceprog: Fix coding style inconsistencies | Roland Lutz | 2017-07-04 | 1 | -51/+47 |
| | |||||
* | iceprog: Fix error messages | Roland Lutz | 2017-07-04 | 1 | -2/+2 |
| | |||||
* | iceprog: Add manpage | Roland Lutz | 2017-07-02 | 2 | -0/+158 |
| | |||||
* | iceprog: Return a meaningful exit status | Roland Lutz | 2017-07-02 | 1 | -14/+22 |
| |