aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2010-06-17nor/at91sam3: replace helper membufAntonio Borneo1-87/+39
2010-06-16mflash: -Wshadow warning fixØyvind Harboe1-3/+3
2010-06-16arm_io: -Wshadow warning fixØyvind Harboe1-6/+6
2010-06-16nand: when verify failed, it didn't return an errorØyvind Harboe1-6/+10
2010-06-16tms470: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-06-16str9xpec: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-06-16str9x: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-06-16str7x: -Wshadow warning fixesØyvind Harboe1-3/+3
2010-06-16stm32x: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-06-15stellaris: -Wshadow warning fixesØyvind Harboe1-2/+2
2010-06-15lpc2900: -Wshadow warning fixesØyvind Harboe1-15/+15
2010-06-15lpc2000: -Wshadow warning fixesØyvind Harboe1-3/+2
2010-06-15ecos flash: -Wshadow warning fixesØyvind Harboe1-2/+0
2010-06-15at91sam7: -Wshadow warning fixesØyvind Harboe1-26/+26
2010-06-15flash: -Wshadow warning fixØyvind Harboe1-2/+1
2010-06-14-Wshadow fixesØyvind Harboe2-5/+5
2010-06-14cfi: add LOG_ERROR() in case of unsupported intel erase algorithmØyvind Harboe1-0/+3
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe3-6/+3
2010-06-14cfi: fix gaffe introduced in previous versionØyvind Harboe1-2/+2
2010-06-11flash: add error handling to get_flash_by_addr/nameØyvind Harboe3-25/+38
2010-06-11cfi: fix error propagationØyvind Harboe2-118/+341
2010-06-09flash: add error message if image is too big for flashØyvind Harboe1-1/+5
2010-06-09flash: flash erase_address takes unsigned argumentsØyvind Harboe1-4/+4
2010-06-08cfi: fix GDB keep alive bugØyvind Harboe1-0/+2
2010-06-03stm32 : change returned value of mass_erase functiongcembed1-4/+5
2010-05-29nor: fix memory leaks during probeSpencer Oliver5-0/+30
2010-05-26flash: virtual driver update for get_flash_bank_by_name_noprobeSpencer Oliver1-2/+2
2010-05-26nor: add get_flash_bank_by_name autoprobeSpencer Oliver3-4/+32
2010-05-26flash: add virtual flash bank driverSpencer Oliver3-1/+248
2010-05-26NOR/CFI: fix memory leak; check malloc return valueAntonio Borneo1-3/+48
2010-05-20nand : Add Freescale iMX27 nand flash controller supportgcembed4-0/+900
2010-05-18NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey1-12/+62
2010-05-18NAND: catch read errors when building BBTJon Povey1-1/+4
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey2-7/+7
2010-05-16NOR/CFI: minor code cleanupAntonio Borneo1-8/+0
2010-05-16NOR/CFI: add cfi_read() implementationAntonio Borneo1-2/+72
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo23-1/+72
2010-05-16NOR/TCL: fix typo in error messageAntonio Borneo1-1/+1
2010-05-16NOR: fix comment for DoxygenAntonio Borneo1-2/+3
2010-05-16NOR/CFI: remove use of cfi_add_byte()Antonio Borneo1-40/+1
2010-05-16NOR/CFI: use bus_width for memory access in cfi_write()Antonio Borneo1-54/+15
2010-05-16NOR/CFI: use bus_width for memory access on flash ID.Antonio Borneo1-25/+22
2010-05-16NOR/CFI: identify memory accesses not using "bus_width".Antonio Borneo1-0/+8
2010-05-16NOR/CFI: simplify bufferwsize computationAntonio Borneo1-39/+10
2010-05-16NOR/CFI: check "flash bank" command argumentsAntonio Borneo1-1/+11
2010-05-14NAND: fix first and last handling in nand_build_bbtJon Povey1-3/+5
2010-05-14NAND: fix off-by-one error in erase command argument rangeJon Povey1-1/+1
2010-05-13flash: require unique flash bank nameSpencer Oliver1-0/+8
2010-05-13flash: add flash bank name supportSpencer Oliver1-24/+21
2010-05-11Fujitsu MBM29SL800TE flash supportKarl Kurbjun2-0/+18