aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2017-06-13Fix the build.Tim Newsome1-6/+6
2017-06-13Merge branch 'remotes/openocd/master' into riscv64Tim Newsome32-638/+2005
2017-06-02flash: nor: ath79: fix build failure due to recent MIPS changesPaul Fertser1-37/+35
2017-05-31flash: Add support for Atheros (ath79) SPI interfaceTobias Diedrich3-0/+906
2017-05-08stm32l4: support flashing L45x/46x devicesJuha Niskanen1-7/+18
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo1-31/+31
2017-04-26Correct an off-by-one in argument parsingPalmer Dabbelt1-1/+1
2017-04-26riscv: Fix some blocking compile warningsMegan Wachs1-3/+5
2017-04-26fespi: Allow the ctrl_base address specified as a parameterMegan Wachs1-14/+25
2017-04-26Add 64-bit and multihart supportPalmer Dabbelt1-15/+21
2017-04-25stm32l4: support flashing L496 devicesJuha Niskanen1-1/+6
2017-04-24mips32, pic32 use uint8_t in 8 bit scan functionSalvador Arroyo1-2/+1
2017-04-24Added 512K flashing support for em3587Byron Kubert1-0/+5
2017-04-24flash/nor/tcl: Make verify_bank parameter optionalMarc Schink1-6/+15
2017-04-24flash/nor/tcl: Fix some format specifiersMarc Schink1-10/+9
2017-04-24stm32lx: fix dual-bank configuration for Cat.5 and Cat.6 devicesCezaryGapinski1-50/+69
2017-04-24Fix flash writing on stm32l0Armin van der Togt1-14/+2
2017-04-24flash/nor/at91samd: fix chip erase of a secured deviceTomas Vanek1-4/+10
2017-04-24Add support for the ATMEL SAM G55 Xplained Pro board and CPU.Jerome Lambourg1-0/+70
2017-04-23nrf51: Add new HWID 0x008FDamyan Mitev1-0/+7
2017-04-23flash Kinetis: reduce a flash write message severity to infoJoakim Nohlgård1-1/+1
2017-04-10fespi: Reset may have occurred. Need to set TXWM again. There are probably mo...Megan Wachs1-12/+24
2017-03-29nrf51: Remove pointer castAndreas Fritiofson1-3/+4
2017-03-23Revert "(WIP) Force algorithms to 64 bit"Palmer Dabbelt1-2/+2
2017-03-23(WIP) Force algorithms to 64 bitPalmer Dabbelt1-2/+2
2017-03-23some devicePalmer Dabbelt1-0/+1
2017-02-13flash/nor: avrf: support atmega128rfa1Karl Palsson1-0/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang5-5/+5
2017-01-15flash/nor: fix doc/help and range test for flash protectTomas Vanek2-7/+15
2016-12-23Correct off by 1 in malloc, which causes this to fail on macOS (and in theory...mwachs51-1/+1
2016-12-18riscv: Increase the number of Algorithm StepsMegan Wachs1-1/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson3-126/+110
2016-12-08flash/nor/efm32: Support flash size smaller than 32kkevin1-3/+3
2016-12-08at91sam4: Add missing SAM4S family CHIPIDs and remove FWS=6.Owen Kirby1-17/+275
2016-12-08at91sam4: Add flash description and chipid for SAM4Cxx variants.Owen Kirby1-4/+195
2016-12-08xmc4xxx: Add support for XMC4300Andreas Färber1-2/+10
2016-12-08flash/nor: at91samd protection bits write fixTomas Vanek2-40/+44
2016-11-30Use portable format specifier for size_tAlbert Ou1-1/+1
2016-11-27Don't write SCKDIV when flashingMegan Wachs1-4/+0
2016-11-27Add timeout to infinite loop.Tim Newsome1-1/+13
2016-11-25Add some timeouts that I ran into.Tim Newsome1-11/+48
2016-11-23Fix typo.Tim Newsome1-1/+1
2016-11-19Merge branch 'sifive/add_issi_flash' into riscvTim Newsome1-1/+1
2016-11-19Fix off-by-one error in assert.Tim Newsome1-1/+1
2016-11-19Add the ISSI SPI Flash to the listMegan Wachs1-1/+1
2016-11-18Flash at 8KB/s, using 10,000 byte working area.Tim Newsome1-67/+168
2016-11-172KB/s, by using the algorithm more.Tim Newsome1-7/+42
2016-11-17Base work for using a much smarter algorithm.Tim Newsome1-52/+203
2016-11-17Merge branch 'Og' into enable_flash_progTim Newsome3-8/+8
2016-11-16Use algorithm to speed up fespi flash programming.Tim Newsome1-377/+500