summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* flash: increase stellaris flash loader bufferSpencer Oliver2010-08-311-1/+1
* str9x: faster flash erase of entire chipFredrik Hederstierna2010-08-121-6/+23
* stellaris flash comment updateDavid Brownell2010-08-011-1/+1
* flash: remove algorithm exit_point address for supported targetsSpencer Oliver2010-07-204-5/+4
* flash: add nuc910 nand driverSpencer Oliver2010-07-194-2/+306
* nand: nand probe also outputs manufacturerSpencer Oliver2010-07-191-1/+2
* flash: use bkpt for str9 flash algo algorithmSpencer Oliver2010-07-161-3/+2
* at91sam3s* supportOlaf Lüke2010-06-251-15/+328
* error number: reviewAntonio Borneo2010-06-231-8/+8
* flash: fix shadow issues on MacEdgar Grimberg2010-06-221-4/+4
* nand/mx2: review scope of symbolsAntonio Borneo2010-06-211-1/+1
* nor/str7x: review scope of symbolsAntonio Borneo2010-06-211-1/+1
* nor/virtual: review scope of symbolsAntonio Borneo2010-06-211-2/+2
* target/avr: review scope of symbolsAntonio Borneo2010-06-211-13/+0
* nor/at91sam3: replace helper membufAntonio Borneo2010-06-171-87/+39
* mflash: -Wshadow warning fixØyvind Harboe2010-06-161-3/+3
* arm_io: -Wshadow warning fixØyvind Harboe2010-06-161-6/+6
* nand: when verify failed, it didn't return an errorØyvind Harboe2010-06-161-6/+10
* tms470: -Wshadow warning fixesØyvind Harboe2010-06-161-2/+2
* str9xpec: -Wshadow warning fixesØyvind Harboe2010-06-161-3/+3
* str9x: -Wshadow warning fixesØyvind Harboe2010-06-161-3/+3
* str7x: -Wshadow warning fixesØyvind Harboe2010-06-161-3/+3
* stm32x: -Wshadow warning fixesØyvind Harboe2010-06-161-2/+2
* stellaris: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+2
* lpc2900: -Wshadow warning fixesØyvind Harboe2010-06-151-15/+15
* lpc2000: -Wshadow warning fixesØyvind Harboe2010-06-151-3/+2
* ecos flash: -Wshadow warning fixesØyvind Harboe2010-06-151-2/+0
* at91sam7: -Wshadow warning fixesØyvind Harboe2010-06-151-26/+26
* flash: -Wshadow warning fixØyvind Harboe2010-06-151-2/+1
* -Wshadow fixesØyvind Harboe2010-06-142-5/+5
* cfi: add LOG_ERROR() in case of unsupported intel erase algorithmØyvind Harboe2010-06-141-0/+3
* flash: fix bug in error propagation of flash write_imageØyvind Harboe2010-06-143-6/+3
* cfi: fix gaffe introduced in previous versionØyvind Harboe2010-06-141-2/+2
* flash: add error handling to get_flash_by_addr/nameØyvind Harboe2010-06-113-25/+38
* cfi: fix error propagationØyvind Harboe2010-06-112-118/+341
* flash: add error message if image is too big for flashØyvind Harboe2010-06-091-1/+5
* flash: flash erase_address takes unsigned argumentsØyvind Harboe2010-06-091-4/+4
* cfi: fix GDB keep alive bugØyvind Harboe2010-06-081-0/+2
* stm32 : change returned value of mass_erase functiongcembed2010-06-031-4/+5
* nor: fix memory leaks during probeSpencer Oliver2010-05-295-0/+30
* flash: virtual driver update for get_flash_bank_by_name_noprobeSpencer Oliver2010-05-261-2/+2
* nor: add get_flash_bank_by_name autoprobeSpencer Oliver2010-05-263-4/+32
* flash: add virtual flash bank driverSpencer Oliver2010-05-263-1/+248
* NOR/CFI: fix memory leak; check malloc return valueAntonio Borneo2010-05-261-3/+48
* nand : Add Freescale iMX27 nand flash controller supportgcembed2010-05-204-0/+900
* NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey2010-05-181-12/+62
* NAND: catch read errors when building BBTJon Povey2010-05-181-1/+4
* Change kb/s to KiB/s in messages about kibibytesJon Povey2010-05-162-7/+7
* NOR/CFI: minor code cleanupAntonio Borneo2010-05-161-8/+0
* NOR/CFI: add cfi_read() implementationAntonio Borneo2010-05-161-2/+72