aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2010-09-11cfi: random crash in cfi_probe() fixedØyvind Harboe1-1/+5
2010-09-11cfi: tighten up type usage a bitØyvind Harboe1-2/+3
2010-09-03Numonyx M29W160ET patchWookey1-3/+4
2010-08-31flash: increase stellaris flash loader bufferSpencer Oliver1-1/+1
2010-08-12str9x: faster flash erase of entire chipFredrik Hederstierna1-6/+23
2010-08-01stellaris flash comment updateDavid Brownell1-1/+1
2010-07-20flash: remove algorithm exit_point address for supported targetsSpencer Oliver4-5/+4
2010-07-19flash: add nuc910 nand driverSpencer Oliver4-2/+306
2010-07-19nand: nand probe also outputs manufacturerSpencer Oliver1-1/+2
2010-07-16flash: use bkpt for str9 flash algo algorithmSpencer Oliver1-3/+2
2010-06-25at91sam3s* supportOlaf Lüke1-15/+328
2010-06-23error number: reviewAntonio Borneo1-8/+8
2010-06-22flash: fix shadow issues on MacEdgar Grimberg1-4/+4
2010-06-21nand/mx2: review scope of symbolsAntonio Borneo1-1/+1
2010-06-21nor/str7x: review scope of symbolsAntonio Borneo1-1/+1
2010-06-21nor/virtual: review scope of symbolsAntonio Borneo1-2/+2
2010-06-21target/avr: review scope of symbolsAntonio Borneo1-13/+0
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