aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2012-02-06doxygen: use correct comment syntaxSpencer Oliver4-4/+4
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver36-6584/+4919
2012-02-06build: cleanup src/flash/nand directorySpencer Oliver32-2380/+2085
2012-02-06build: cleanup src/flash directorySpencer Oliver4-348/+385
2012-01-30stm32f1x: fix bug in flash loader and restrict instruction set to armv6-mAndreas Fritiofson1-26/+33
2012-01-27flash: fix stellaris class regressionSpencer Oliver1-1/+1
2012-01-23flash: cleanup/reformat fm3 flash driverFujitsu FM3 Application Team1-145/+71
2012-01-23NAND: Misleading report of erased blocksTimo Ketola1-1/+1
2012-01-23i.MX25: Set OOB size (MXC NFC)Timo Ketola1-0/+4
2012-01-23i.MX25: Add support for i.MX25 NAND Flash ControllerTimo Ketola2-6/+21
2012-01-23flash: update stellaris_set_flash_timing for target classSpencer Oliver1-0/+4
2012-01-23flash: cleanup stellaris device class detectionSpencer Oliver1-35/+31
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver2-7/+7
2012-01-23flash: print bank usage on failureSpencer Oliver2-3/+8
2012-01-18flash: add missing stellaris device classesSpencer Oliver1-0/+4
2012-01-18cmd: add missing usage varsSpencer Oliver5-0/+8
2012-01-12build: fix broken commitSpencer Oliver1-2/+2
2012-01-12flash: stm32f2x incorrectly using 512 as max family sizeSpencer Oliver1-4/+8
2012-01-12flash: detect stm32f4x device id errataSpencer Oliver1-3/+33
2012-01-12cmd: add missing usage varSpencer Oliver16-0/+17
2012-01-12flash: use correct device_id maskSpencer Oliver3-49/+20
2012-01-12optimize: replace while loop by memcpyMathias K5-38/+13
2012-01-12build: remove unused variablesSpencer Oliver2-6/+0
2012-01-12flash: pre-check flash unlock for stm32f2xBruno FLEURETTE1-1/+11
2012-01-09flash: support stm32f4x flashSpencer Oliver1-8/+25
2012-01-09flash: use stm32f2x flash size registerSpencer Oliver1-18/+34
2012-01-04Change return value on error.Mathias K29-117/+78
2012-01-04flash: introduce .usage field for nand and nor flash driver structureØyvind Harboe3-6/+15
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe6-16/+16
2011-12-23Renamed mx2.{c,h} to mxc.{c,h} and added copyright noticeErik Ahlén3-3/+9
2011-12-23Added support for i.MX35 NAND Flash Controller (v2)Erik Ahlén2-136/+285
2011-12-23Added command to enable/disable/query BI-swap for MXC NANDErik Ahlén1-0/+51
2011-12-23Made BI-swap optional in mxc.Erik Ahlén2-18/+34
2011-12-23Added board type as a parameter to mx2 NFC as they have different base addres...Erik Ahlén2-43/+62
2011-12-19STM32F2x: check flash unlock, add mass eraseMathias K1-0/+81
2011-12-19Renamed mx2/imx27 to mxc.Erik Ahlén3-243/+244
2011-12-19Indentation and white space fixes.Erik Ahlén2-135/+129
2011-12-11dsp5680xx - indent fixrodrigo_l_rosa1-128/+168
2011-11-24dsp5680xx - match page erase with mass eraserodrigo_l_rosa1-0/+2
2011-11-24dsp5680xx - mark erase after unlocking flashrodrigo_l_rosa1-2/+9
2011-11-18flash: cleanup stm32f2x loaderSpencer Oliver1-21/+20
2011-11-17flash: match stm32f2x loader src nameSpencer Oliver1-1/+1
2011-11-17stm32f1x: improve variable naming and avoid potential divide-by-zeroAndreas Fritiofson1-23/+23
2011-11-16stm32f1x: add more assertsØyvind Harboe1-0/+6
2011-11-15kinetis flash: use longword write when writing into pflashTomas Frydrych1-25/+59
2011-11-15at91sam7: ensure probed flash bank has a name (fix a segfault)Aurelien Jacobs1-20/+26
2011-11-10Work around silicon bug in the SAM3 family flash waitstatesAttila Kinali1-12/+58
2011-11-09at91sam7: fix warnings by removing dead assignmentsØyvind Harboe1-4/+1
2011-11-09warning fix: remove unused variable assignmentØyvind Harboe1-3/+1
2011-11-09em357: fix warning by removing unused local variablesØyvind Harboe1-4/+1