aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-08flash: update luminary device tableSpencer Oliver1-242/+288
2011-11-07str9x: explain compiler that a local variable will always be initializedØyvind Harboe1-0/+3
2011-11-07at91sam3: fix warningsØyvind Harboe1-3/+6
2011-11-07str7x: fix error propagationØyvind Harboe1-21/+24
2011-11-04cfi: fix gaffe in fixing warningsØyvind Harboe1-1/+1
2011-11-04at91sam9: fix broken error propagationØyvind Harboe1-0/+1
2011-11-02fix warning: remove assigned to variableØyvind Harboe1-1/+1
2011-11-01flash: add Stellaris Blizzard classSpencer Oliver1-1/+1
2011-10-31cfi: unsupported code paths now report and return errorØyvind Harboe1-14/+19
2011-10-28Fixes comment typo for page sizeJonathan Dumaresq1-1/+1
2011-10-23NOR/CORE: fix clang warningAntonio Borneo1-1/+2
2011-10-23NAND/CORE: fix clang warningAntonio Borneo1-1/+2
2011-10-23FLASH/CFI: fix clang warningsAntonio Borneo1-4/+5
2011-10-23mx2: add error propagation and remove warningsØyvind Harboe1-9/+14
2011-10-23fm3: fix warning for superfluous assignmentØyvind Harboe1-1/+0
2011-10-23kinetis: fix warning about malloc(0) w/assertØyvind Harboe1-0/+1
2011-10-23tms470: removed unnecessary operationsEdgar Grimberg1-4/+2
2011-10-22FLASH/STMSMI: fix clang "dead store" warningAntonio Borneo1-5/+2
2011-10-19Updated fm3.c, added Flash type 2 support, error handling improvedMarc Willam / Holger Wech1-217/+470
2011-10-18luminary: add new targetsSpencer Oliver1-3/+71
2011-10-17Add the SAM3N familly to the chip_details tableAttila Kinali1-0/+437
2011-10-14flash: fix lpc2000 driver typoSpencer Oliver1-4/+1
2011-10-09stm32f1x: use async algorithm in flash programming routineAndreas Fritiofson1-51/+159
2011-10-09stm32f1x: use register base instead of register offsetAndreas Fritiofson1-44/+51
2011-10-03STM32L: Added flash driver and targetClément Burin des Roziers3-0/+973
2011-09-17kinetis cpu flash driverMathias K3-1/+566
2011-08-30optional crc for flash writingRodrigo L. Rosa1-1/+1
2011-08-25This will add the Value Line HD of stm32 devices.Jonathan Dumaresq1-0/+37
2011-08-24non_cfi: add SST39WF1601 supportAndreas Bießmann2-0/+15