summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
...
* stm32: return early upon block write failureØyvind Harboe2010-11-091-0/+3
* stm32: return error when failing to readØyvind Harboe2010-11-091-9/+25
* stm32: add error propagation on writesØyvind Harboe2010-11-091-42/+111
* stm32: sharpen error handling for timeoutsØyvind Harboe2010-11-091-108/+69
* src: add loader src descriptionSpencer Oliver2010-10-285-0/+11
* fileio: fileio_size() can now failØyvind Harboe2010-09-294-11/+42
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-294-11/+11
* flash: fix error handlingØyvind Harboe2010-09-271-2/+11
* image: fix spelling mistakeØyvind Harboe2010-09-271-6/+6
* flash: fix error handlingØyvind Harboe2010-09-212-40/+5
* embeddedice: fix error handlingØyvind Harboe2010-09-211-6/+0
* warnings: fix alignment warningsØyvind Harboe2010-09-203-6/+6
* cfi: add sst39vf6401bFlemming Futtrup2010-09-152-0/+15
* cfi: random crash in cfi_probe() fixedØyvind Harboe2010-09-111-1/+5
* cfi: tighten up type usage a bitØyvind Harboe2010-09-111-2/+3
* Numonyx M29W160ET patchWookey2010-09-031-3/+4
* 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