aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2014-10-06flash/nor/stellaris: implement protection statuses and proceduresPaul Fertser1-109/+89
2014-10-06flash/nor/stellaris: actually enable protection and unprotection with ICDIPaul Fertser1-8/+15
2014-10-06flash: constify driver data structuresSpencer Oliver3-6/+7
2014-10-06nuc1x: fix typosSpencer Oliver1-5/+5
2014-10-06at91samd: fix protect, add EEPROM and boot commandsAndrey Yurovsky1-38/+313
2014-10-06at91samd: add erase/secure commands, minor fixAndrey Yurovsky1-48/+139
2014-09-22flash/nor/tcl.c: Do not double probe banksAndrey Smirnov1-5/+25
2014-09-22flash/nor: add mrvlqspi flash controller driverMahavir Jain3-1/+964
2014-09-22flash/nor/spi: Add Winbond w25q32fv flash supportMahavir Jain1-0/+1
2014-09-15flash: added new Spansion S25FL116K, S25FL132K, and S25FL164K devicesAnders1-0/+3
2014-09-15stm32lx: don't allow part_info to be uninitializedAndrey Yurovsky1-1/+2
2014-09-08stm32f2x: added STM32F411xx series support.Nemui Trinomius1-0/+2
2014-09-08flash/nor/stellaris: add all Tiva C parts IDsPaul Fertser1-50/+71
2014-09-08flash/nor/stellaris: improve support for Tiva C (Blizzard and Snowflake)Paul Fertser1-12/+56
2014-08-19stm32lx: refactor and add support for STM32L0xxAndrey Yurovsky1-191/+245
2014-08-19flash: samd: add missing ID for SAMD20E18AAndrey Yurovsky1-0/+1
2014-08-19flash/nor/stm32f1x: add STM32F302x6/8 IDs, clarify STM32F302xB/CPaul Fertser1-2/+17
2014-07-10Adding support for the Atmel SAMR21.Thomas Schmid1-0/+13
2014-07-04kinetis : Added Kinetis-K Series MDM-AP ID.Nemui Trinomius1-1/+2
2014-06-22flash: samd: add SAMD10 and SAMD11 part IDsAndrey Yurovsky1-0/+32
2014-06-22flash/nor/tcl.c: fix formatting in "rejected" error messagePaul Fertser1-1/+1
2014-06-22efm32 : Added ZeroGecko family support.Nemui Trinomius1-3/+17
2014-06-19stm32f1x: add STM32F33x support.Nemui Trinomius1-0/+18
2014-06-18flash/nor/kinetis: prevent segfaulting with an HLAPaul Fertser1-0/+10
2014-06-18flash/nor/at91sam4: add SAM4E16 supportMarco Cruz1-1/+38
2014-06-01Flash/LPC2000: Add support for auto-probing flash sizeCosmin Gorgovan1-52/+432
2014-06-01Flash/LPC2000: Add support for LPC11(x)xx, LPC13xxCosmin Gorgovan1-0/+40
2014-06-01STM32F2x: Don't clear FLASH_OPTCR bits when locking registerElliott Partridge1-1/+1
2014-05-31flash/nor/stm32f1x: add support for F04x partsPaul Fertser1-0/+15
2014-05-16lpcspifi: setup a valid stack pointer before calling ROM code using stackAurelien Jacobs1-5/+15
2014-05-10kinetis: Revise CPU un-securing codeAndrey Smirnov1-18/+334
2014-05-05Fix some C99 format specifiersPaul Fertser2-9/+9
2014-04-27nrf51: remove dereference of null pointerSpencer Oliver1-1/+1
2014-04-08flash/nor/at91sam3: remove sam3_page_write_opcodesPaul Fertser1-87/+0
2014-03-29at91smad: Fixes to 'samd_protect'Andrey Smirnov1-13/+22
2014-03-29at91samd: Bail early if trying to erase protected sectorAndrey Smirnov1-8/+15
2014-03-29at91samd: Bail early if trying to write to protected sectorAndrey Smirnov1-0/+26
2014-03-29at91samd: Remove 'first' and 'last' checks in 'samd_erase'Andrey Smirnov1-7/+0
2014-03-29Move ocl (at91sam7x flash loader) sources to contribPaul Fertser12-1091/+0
2014-03-29nrf51: Fix incorrect flash writing sequenceAndrey Smirnov1-8/+24
2014-03-29nrf51: Remove unnecessary explicit type castingAndrey Smirnov1-6/+6
2014-03-29nrf51: Add UICR writing supportAndrey Smirnov1-74/+232
2014-03-29nrf51: Add a known devices table and simple chip type detection codeAndrey Smirnov1-7/+109
2014-03-29AT91SAM4L: Fix bug when writing to flash at a non-zero offset, add debugAngus Gratton1-2/+8
2014-03-29Support for sam3n0a sam3n0b sam3n00a sam3n00bAndreas Fritiofson1-1/+138
2014-03-29flash/nor/tcl: fix segfault on write_image misusePaul Fertser1-4/+1
2014-03-17stm32f2x.c: Add STM32F401xE device id.Jens Hoffmann1-0/+4
2014-03-17flash: Constify write bufferAndreas Fritiofson35-71/+73
2014-03-17flash/kinetis: Fix bug in odd byte count paddingAndreas Fritiofson1-1/+1
2014-03-17flash/efm32: Fix bug in odd byte count paddingAndreas Fritiofson1-1/+1