summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* doxy & cleanupRodrigo L. Rosa2011-06-121-30/+62
* fix protection behaviorRodrigo L. Rosa2011-06-121-14/+9
* cleanup trailing whitespacesRodrigo L. Rosa2011-06-121-2/+2
* fix flash driver size, sector eraseRodrigo L. Rosa2011-06-121-28/+40
* mips: add nor flash write from memory blockStefan Mahr2011-06-051-0/+240
* Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin2011-06-045-14/+0
* Fixed values for Samung NAND chipsDamjan Marion2011-05-281-2/+2
* Improve NAND flash detectionDamjan Marion2011-05-281-1/+3
* Reorganize NAND flash tableDamjan Marion2011-05-282-76/+81
* add support for spansion flash on mindspeed c300 eval boardStefan Mahr2011-05-251-0/+14
* flashing speed improved using queued jtag. error propagation improved.Rodrigo L. Rosa2011-05-191-3/+3
* flash support (only full erase/write) for 568013 and 568037Rodrigo L. Rosa2011-05-183-0/+209
* cfi: leave check on whether target is running to target_write_memory()Øyvind Harboe2011-04-271-8/+0
* add STM32F2 revYSimonQian2011-04-261-0/+4
* remove read of flash_size in STM32F2SimonQian2011-04-261-9/+0
* Fix non cfi x16 nor flash connected to x8 bus. The ids in the table should be...Alexandre Pereira da Silva2011-04-191-1/+7
* Make the LPC32xx nand driver support up to 5 address cycles. This will only w...Alexandre Pereira da Silva2011-04-191-1/+1
* Make the LPC32xx slc nand driver the defaultAlexandre Pereira da Silva2011-04-191-2/+2
* pic32: update pic32mx flash driverSpencer Oliver2011-04-141-31/+67
* mips: illustrates how to improve performanceØyvind Harboe2011-04-011-6/+3
* at91sam3: Modified cidr comparisson to ignore version bitsOlivier Schonken2011-03-301-1/+2
* Clarify LPC32XX address cycles messageAlexandre Pereira da Silva2011-03-301-1/+1
* Add Micron 2GiB nandAlexandre Pereira da Silva2011-03-301-0/+2
* Fix a bunch of typos.Uwe Hermann2011-03-174-4/+4
* fix compile error under MinGWSimonQian2011-02-181-3/+3
* lpc32xx: Flash driverBjarne Steinsbo2011-02-155-0/+1932
* stm32x: add support for STM32F20xØyvind Harboe2011-02-043-0/+715
* cfi: use ARM32 machine code on all CPUs but Cortex M3Øyvind Harboe2011-01-311-6/+2
* Fixed small mistakes in at91sam3 info commandThomas Schmid2011-01-261-1/+3
* stellaris: automatically generate and update device IDsEric Wetzel2011-01-191-0/+6
* Flash driver for em357Erik Botö2011-01-143-0/+980
* str9xpec: Find flash controller from the chain.Santeri Salko2011-01-141-1/+2
* cfi: fix release build warningsSpencer Oliver2011-01-101-2/+2
* nit: more LOG_* \n fixesEric Wetzel2011-01-095-38/+38
* cfi: use safer arch detectionSpencer Oliver2011-01-061-2/+8
* Add the support for the armv7m arch.Jonathan Dumaresq2011-01-061-15/+64
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-057-14/+14
* nit: do not add \n at end of LOG_ERRORØyvind Harboe2011-01-031-4/+4
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-035-17/+13
* cfi_protect is not implemented on Spansion flashes (many do not even have pro...Michael Schwingen2011-01-021-2/+2
* non-CFI flash code uses data from CFI structures. Make sure that timeouts are...Michael Schwingen2011-01-022-99/+98
* NAND/S3CXXXX: remove private "target" copyAntonio Borneo2011-01-027-33/+16
* NAND/ORION: remove private "target" copyAntonio Borneo2011-01-021-13/+5
* NAND/NUC910: remove private "target" copyAntonio Borneo2011-01-021-21/+7
* NAND/MX3: remove private "target" copyAntonio Borneo2011-01-022-22/+11
* NAND/MX2: remove private "target" copyAntonio Borneo2011-01-022-20/+11
* NAND/LPC3180: remove private "target" copyAntonio Borneo2011-01-022-24/+16
* NAND/DAVINCI: remove private "target" copyAntonio Borneo2011-01-021-27/+17
* NAND/AT91SAM9: remove private "target" copyAntonio Borneo2011-01-021-37/+22
* NAND/TCL: prepare for common "target" referenceAntonio Borneo2011-01-022-3/+26