aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
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-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-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-03-29nrf51: Remove pointer castAndreas Fritiofson1-3/+4
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-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-05flash at91samd, at91sam4l: fix improper use of mem_ap_ callTomas Vanek2-7/+17
2016-11-04flash: nor: mdr: do not mass erase when clearing INFO memoryPaul Fertser1-1/+2
2016-11-04flash Kinetis: Family K8x addedTomas Vanek1-0/+11
2016-11-04flash Kinetis: add cache invalidate for KLx seriesTomas Vanek1-22/+25
2016-11-04flash Kinetis: longword programming changed to flash_async_algorithmTomas Vanek1-96/+35
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar2-5/+7
2016-11-04Make OpenOCD build using -Og.Tim Newsome3-8/+8
2016-11-04nrf51: show proper part numberJiří Pinkava1-3/+42
2016-10-30flash: nor: lpc2000: handle lpc11xx parts with more than 96k memoryPaul Fertser1-3/+12
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber7-153/+14
2016-10-30atsamv: Support for ATSAMS70N19 Memory ConfigurationGabrielle Trotter1-0/+3
2016-10-17flash Kinetis: fix mdm check_security regression in JTAG modeTomas Vanek1-1/+4
2016-10-04stm32f2x: Increase options write timeoutAndreas Fritiofson1-3/+6
2016-10-04nRF51: Fix bug in Code memory size.Michael Dietz1-11/+10
2016-10-04STM32L433 Flash supportPeter Kuhar1-0/+7
2016-10-04stm32l4x: fix incorrect device id maskSpencer Oliver1-2/+2
2016-08-14flash Kinetis: Implement flash protection settingTomas Vanek1-127/+333