aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-21Fix Sam3u flash bank 1 issueolivier Schonken1-2/+3
2011-08-18cfi: add EN29LV800BB supportGunnar Henne3-0/+19
2011-08-09fix return error msjRodrigo L. Rosa1-3/+3
2011-08-09flash/nor/cfi: fix TopBottom for atmel chipsAndreas Bießmann1-4/+17
2011-08-09Revert "dsp5680xx: disable for now, it generates warnings"Øyvind Harboe2-7/+4
2011-07-28flash: update stm32 driver namesSpencer Oliver4-21/+20
2011-07-26add Fujitsu FM3 Family flash supportRonny Strutz3-1/+658
2011-07-10Fix typo in command outputLuca Bruno1-1/+1
2011-06-28dsp5680xx: disable for now, it generates warningsØyvind Harboe2-3/+6
2011-06-12doxy & cleanupRodrigo L. Rosa1-30/+62
2011-06-12fix protection behaviorRodrigo L. Rosa1-14/+9
2011-06-12cleanup trailing whitespacesRodrigo L. Rosa1-2/+2
2011-06-12fix flash driver size, sector eraseRodrigo L. Rosa1-28/+40
2011-06-05mips: add nor flash write from memory blockStefan Mahr1-0/+240
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin5-14/+0
2011-05-25add support for spansion flash on mindspeed c300 eval boardStefan Mahr1-0/+14
2011-05-19flashing speed improved using queued jtag. error propagation improved.Rodrigo L. Rosa1-3/+3
2011-05-18flash support (only full erase/write) for 568013 and 568037Rodrigo L. Rosa3-0/+209
2011-04-27cfi: leave check on whether target is running to target_write_memory()Øyvind Harboe1-8/+0
2011-04-26add STM32F2 revYSimonQian1-0/+4
2011-04-26remove read of flash_size in STM32F2SimonQian1-9/+0
2011-04-19Fix non cfi x16 nor flash connected to x8 bus. The ids in the table should be...Alexandre Pereira da Silva1-1/+7
2011-04-14pic32: update pic32mx flash driverSpencer Oliver1-31/+67
2011-04-01mips: illustrates how to improve performanceØyvind Harboe1-6/+3
2011-03-30at91sam3: Modified cidr comparisson to ignore version bitsOlivier Schonken1-1/+2
2011-03-17Fix a bunch of typos.Uwe Hermann2-2/+2
2011-02-04stm32x: add support for STM32F20xØyvind Harboe3-0/+715
2011-01-31cfi: use ARM32 machine code on all CPUs but Cortex M3Øyvind Harboe1-6/+2
2011-01-26Fixed small mistakes in at91sam3 info commandThomas Schmid1-1/+3
2011-01-19stellaris: automatically generate and update device IDsEric Wetzel1-0/+6
2011-01-14Flash driver for em357Erik Botö3-0/+980
2011-01-14str9xpec: Find flash controller from the chain.Santeri Salko1-1/+2
2011-01-10cfi: fix release build warningsSpencer Oliver1-2/+2
2011-01-09nit: more LOG_* \n fixesEric Wetzel3-36/+36
2011-01-06cfi: use safer arch detectionSpencer Oliver1-2/+8
2011-01-06Add the support for the armv7m arch.Jonathan Dumaresq1-15/+64
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel3-9/+9
2011-01-03nit: do not add \n at end of LOG_ERRORØyvind Harboe1-4/+4
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe5-17/+13
2011-01-02cfi_protect is not implemented on Spansion flashes (many do not even have pro...Michael Schwingen1-2/+2
2011-01-02non-CFI flash code uses data from CFI structures. Make sure that timeouts are...Michael Schwingen2-99/+98
2010-12-29Compilation Warnings on OS X 10.5Andrew MacIsaac2-2/+2
2010-12-29warning: fix warning where GCC didn't catch a doubly declared global structureØyvind Harboe1-1/+1
2010-12-29warnings: use more 'const' for char *Øyvind Harboe7-9/+9
2010-12-23stm32x : always use valid flash base addressSpencer Oliver1-0/+3