aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2012-03-06flash: Additional check for NULL in str9xpec enable_turboFredrik Hederstierna
2012-03-06SAM3: Remove unused reference to SUPC registersAttila Kinali
2012-03-06SAM3: Add missing architecture names for SAM3S and SAM3NAttila Kinali
2012-03-06SAM3S: correct flash sector sizes.Attila Kinali
2012-02-29Fix assert to check flash programming offsetAttila Kinali
2012-02-29flash: add stm32lx High Density DevicesSpencer Oliver
2012-02-29flash: change stm32lx driver probe behaviourSpencer Oliver
2012-02-27flash: add new devices to pic32mx flash driverSpencer Oliver
2012-02-26flash: add stm32f2x async flash loaderSpencer Oliver
2012-02-26flash: add stellaris async flash loaderSpencer Oliver
2012-02-26target: add target async algorithm supportSpencer Oliver
2012-02-22Sometime in the past, nand_fileio_finish started to return ERROR_OK (with the...Stian Skjelsad
2012-02-16Add stm32f0x probe and info workingJonathan Dumaresq
2012-02-13flash: fix incorrect stm32f2x/stm32f4x flash size registerSpencer Oliver
2012-02-06doxygen: use correct comment syntaxSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-02-06build: cleanup src/flash/nand directorySpencer Oliver
2012-02-06build: cleanup src/flash directorySpencer Oliver
2012-01-30stm32f1x: fix bug in flash loader and restrict instruction set to armv6-mAndreas Fritiofson
2012-01-27flash: fix stellaris class regressionSpencer Oliver
2012-01-23flash: cleanup/reformat fm3 flash driverFujitsu FM3 Application Team
2012-01-23NAND: Misleading report of erased blocksTimo Ketola
2012-01-23i.MX25: Set OOB size (MXC NFC)Timo Ketola
2012-01-23i.MX25: Add support for i.MX25 NAND Flash ControllerTimo Ketola
2012-01-23flash: update stellaris_set_flash_timing for target classSpencer Oliver
2012-01-23flash: cleanup stellaris device class detectionSpencer Oliver
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver
2012-01-23flash: print bank usage on failureSpencer Oliver
2012-01-18flash: add missing stellaris device classesSpencer Oliver
2012-01-18cmd: add missing usage varsSpencer Oliver
2012-01-12build: fix broken commitSpencer Oliver
2012-01-12flash: stm32f2x incorrectly using 512 as max family sizeSpencer Oliver
2012-01-12flash: detect stm32f4x device id errataSpencer Oliver
2012-01-12cmd: add missing usage varSpencer Oliver
2012-01-12flash: use correct device_id maskSpencer Oliver
2012-01-12optimize: replace while loop by memcpyMathias K
2012-01-12build: remove unused variablesSpencer Oliver
2012-01-12flash: pre-check flash unlock for stm32f2xBruno FLEURETTE
2012-01-09flash: support stm32f4x flashSpencer Oliver
2012-01-09flash: use stm32f2x flash size registerSpencer Oliver
2012-01-04Change return value on error.Mathias K
2012-01-04flash: introduce .usage field for nand and nor flash driver structureØyvind Harboe
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-12-23Renamed mx2.{c,h} to mxc.{c,h} and added copyright noticeErik Ahlén
2011-12-23Added support for i.MX35 NAND Flash Controller (v2)Erik Ahlén
2011-12-23Added command to enable/disable/query BI-swap for MXC NANDErik Ahlén
2011-12-23Made BI-swap optional in mxc.Erik Ahlén
2011-12-23Added board type as a parameter to mx2 NFC as they have different base addres...Erik Ahlén
2011-12-19STM32F2x: check flash unlock, add mass eraseMathias K
2011-12-19Renamed mx2/imx27 to mxc.Erik Ahlén