aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
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-19Make the LPC32xx nand driver support up to 5 address cycles. This will only w...Alexandre Pereira da Silva1-1/+1
2011-04-19Make the LPC32xx slc nand driver the defaultAlexandre Pereira da Silva1-2/+2
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-30Clarify LPC32XX address cycles messageAlexandre Pereira da Silva1-1/+1
2011-03-30Add Micron 2GiB nandAlexandre Pereira da Silva1-0/+2
2011-03-17Fix a bunch of typos.Uwe Hermann4-4/+4
2011-02-18fix compile error under MinGWSimonQian1-3/+3
2011-02-15lpc32xx: Flash driverBjarne Steinsbo5-0/+1932
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 Wetzel5-38/+38
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 Wetzel7-14/+14
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
2011-01-02NAND/S3CXXXX: remove private "target" copyAntonio Borneo7-33/+16
2011-01-02NAND/ORION: remove private "target" copyAntonio Borneo1-13/+5
2011-01-02NAND/NUC910: remove private "target" copyAntonio Borneo1-21/+7
2011-01-02NAND/MX3: remove private "target" copyAntonio Borneo2-22/+11
2011-01-02NAND/MX2: remove private "target" copyAntonio Borneo2-20/+11
2011-01-02NAND/LPC3180: remove private "target" copyAntonio Borneo2-24/+16
2011-01-02NAND/DAVINCI: remove private "target" copyAntonio Borneo1-27/+17
2011-01-02NAND/AT91SAM9: remove private "target" copyAntonio Borneo1-37/+22
2011-01-02NAND/TCL: prepare for common "target" referenceAntonio Borneo2-3/+26
2011-01-02NAND/TCL: fix segfault on syntax errorAntonio Borneo1-1/+1
2011-01-02NAND/CORE: Comment use of alive_sleep()Antonio Borneo1-0/+1
2011-01-02NAND/CORE: Replace decimal dot in messagesAntonio Borneo1-66/+66
2011-01-02flash/nand: review NAND driver interfaceAntonio Borneo13-47/+2
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 Harboe10-14/+14
2010-12-23stm32x : always use valid flash base addressSpencer Oliver1-0/+3
2010-12-23flash: print flash bank name on flash info cmdSpencer Oliver1-2/+2
2010-12-23stm32: fix reversed option byte writeSpencer Oliver1-4/+4
2010-12-23stm32: update option bytes for stm32xl familySpencer Oliver1-8/+79
2010-12-23stm32: add stm32 xl family flash supportSpencer Oliver1-1/+45
2010-12-23stm32: add dual flash bank supportSpencer Oliver1-26/+37
2010-12-15Fix for segfault in handle_nand_dump_command.Paul Richards1-5/+5
2010-12-15stm32: fix unprotectØyvind Harboe1-4/+11