aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2017-10-27Fix compile warning with new gcc.Tim Newsome1-1/+1
2017-10-03flash/nor/Makefile.am: lexicographical orderLiviu Ionescu1-1/+1
2017-10-01Merge commit '7719e9618e753ac41a46a2488dfba549ac578891' into riscv-updLiviu Ionescu7-447/+1369
2017-08-10Support for STM32F722, F723, F413 and F423Andreas Bolsch1-56/+220
2017-08-10stm32l1: Devid 0x429 only has 8bit flash size registerKarl Palsson1-0/+5
2017-07-24flash Kinetis: fix probe for FlexNVM partitioned as EEPROM backupTomas Vanek1-3/+11
2017-07-24flash Kinetis: fix devices with smallest program flash (8 and 16 kB)Tomas Vanek1-1/+6
2017-06-30flash/nor/efm32: Support EZR32HG devices.Richard Watts1-1/+5
2017-06-17flash/nor/tcl: Make read_bank parameters optionalMarc Schink1-7/+26
2017-06-17flash/nor/tcl: Respect flash bank boundary in write_bankMarc Schink1-5/+24
2017-06-17flash/nor/tcl: Make write_bank parameter optionalMarc Schink1-6/+14
2017-06-17flash/nor/tcl: Respect flash bank boundary in verify_bankMarc Schink1-9/+22
2017-06-17flash Kinetis: Add support for newer KW seriesJoakim Nohlgård1-0/+39
2017-06-17flash Kinetis: add KL28 deviceTomas Vanek1-21/+118
2017-06-17flash Kinetis: handle all types of watchdog, disable in reset-initTomas Vanek1-69/+204
2017-06-17flash Kinetis: implement automatic bank creation based on device probeTomas Vanek1-0/+102
2017-06-17flash Kinetis: split kinetis_chip from kinetis_flash_bankTomas Vanek1-260/+480
2017-06-17flash Kinetis: add KV5x familyTomas Vanek1-18/+50
2017-06-17flash Kinetis: add KL8x family, fix erase checkTomas Vanek1-8/+28
2017-06-17flash Kinetis: add KE1xZ and KE1xF familiesTomas Vanek1-3/+50
2017-06-17flash/nor: at91samd modified to use real erase sector sizeTomas Vanek1-49/+34
2017-06-17flash/nor/at91sam4: remove FWS=6, rename at91samg to atsamgTomas Vanek1-11/+11
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