pipes: add documentation for pipes
[fw/openocd] / src / flash /
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-09-27 Øyvind Harboeflash: fix error handling
2010-09-27 Øyvind Harboeimage: fix spelling mistake
2010-09-21 Øyvind Harboeflash: fix error handling
2010-09-21 Øyvind Harboeembeddedice: fix error handling
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-09-15 Flemming Futtrupcfi: add sst39vf6401b
2010-09-11 Øyvind Harboecfi: random crash in cfi_probe() fixed
2010-09-11 Øyvind Harboecfi: tighten up type usage a bit
2010-09-03 WookeyNumonyx M29W160ET patch
2010-08-31 Spencer Oliverflash: increase stellaris flash loader buffer
2010-08-12 Fredrik Hederstiernastr9x: faster flash erase of entire chip
2010-08-01 David Brownellstellaris flash comment update
2010-07-20 Spencer Oliverflash: remove algorithm exit_point address for supporte...
2010-07-19 Spencer Oliverflash: add nuc910 nand driver
2010-07-19 Spencer Olivernand: nand probe also outputs manufacturer
2010-07-16 Spencer Oliverflash: use bkpt for str9 flash algo algorithm
2010-06-25 Olaf Lükeat91sam3s* support
2010-06-23 Antonio Borneoerror number: review
2010-06-22 Edgar Grimbergflash: fix shadow issues on Mac
2010-06-21 Antonio Borneonand/mx2: review scope of symbols
2010-06-21 Antonio Borneonor/str7x: review scope of symbols
2010-06-21 Antonio Borneonor/virtual: review scope of symbols
2010-06-21 Antonio Borneotarget/avr: review scope of symbols
2010-06-17 Antonio Borneonor/at91sam3: replace helper membuf
2010-06-16 Øyvind Harboemflash: -Wshadow warning fix
2010-06-16 Øyvind Harboearm_io: -Wshadow warning fix
2010-06-16 Øyvind Harboenand: when verify failed, it didn't return an error
2010-06-15 Øyvind Harboetms470: -Wshadow warning fixes
2010-06-15 Øyvind Harboestr9xpec: -Wshadow warning fixes
2010-06-15 Øyvind Harboestr9x: -Wshadow warning fixes
2010-06-15 Øyvind Harboestr7x: -Wshadow warning fixes
2010-06-15 Øyvind Harboestm32x: -Wshadow warning fixes
2010-06-15 Øyvind Harboestellaris: -Wshadow warning fixes
2010-06-15 Øyvind Harboelpc2900: -Wshadow warning fixes
2010-06-15 Øyvind Harboelpc2000: -Wshadow warning fixes
2010-06-15 Øyvind Harboeecos flash: -Wshadow warning fixes
2010-06-15 Øyvind Harboeat91sam7: -Wshadow warning fixes
2010-06-15 Øyvind Harboeflash: -Wshadow warning fix
2010-06-14 Øyvind Harboe-Wshadow fixes
2010-06-14 Øyvind Harboecfi: add LOG_ERROR() in case of unsupported intel erase...
2010-06-14 Øyvind Harboeflash: fix bug in error propagation of flash write_image
2010-06-14 Øyvind Harboecfi: fix gaffe introduced in previous version
2010-06-11 Øyvind Harboeflash: add error handling to get_flash_by_addr/name
2010-06-11 Øyvind Harboecfi: fix error propagation
2010-06-09 Øyvind Harboeflash: add error message if image is too big for flash
2010-06-09 Øyvind Harboeflash: flash erase_address takes unsigned arguments
2010-06-08 Øyvind Harboecfi: fix GDB keep alive bug
2010-06-03 gcembedstm32 : change returned value of mass_erase function
2010-05-29 Spencer Olivernor: fix memory leaks during probe
2010-05-26 Spencer Oliverflash: virtual driver update for get_flash_bank_by_name...
2010-05-26 Spencer Olivernor: add get_flash_bank_by_name autoprobe
2010-05-26 Spencer Oliverflash: add virtual flash bank driver
2010-05-26 Antonio BorneoNOR/CFI: fix memory leak; check malloc return value
2010-05-20 gcembednand : Add Freescale iMX27 nand flash controller support
2010-05-18 Jon PoveyNAND/davinci: Fix segfault for hwecc4_infix reads
2010-05-18 Jon PoveyNAND: catch read errors when building BBT
2010-05-16 Jon PoveyChange kb/s to KiB/s in messages about kibibytes
2010-05-16 Antonio BorneoNOR/CFI: minor code cleanup
2010-05-16 Antonio BorneoNOR/CFI: add cfi_read() implementation
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-16 Antonio BorneoNOR/TCL: fix typo in error message
2010-05-16 Antonio BorneoNOR: fix comment for Doxygen
2010-05-16 Antonio BorneoNOR/CFI: remove use of cfi_add_byte()
2010-05-16 Antonio BorneoNOR/CFI: use bus_width for memory access in cfi_write()
2010-05-16 Antonio BorneoNOR/CFI: use bus_width for memory access on flash ID.
2010-05-16 Antonio BorneoNOR/CFI: identify memory accesses not using "bus_width".
2010-05-16 Antonio BorneoNOR/CFI: simplify bufferwsize computation
2010-05-16 Antonio BorneoNOR/CFI: check "flash bank" command arguments
2010-05-14 Jon PoveyNAND: fix first and last handling in nand_build_bbt
2010-05-14 Jon PoveyNAND: fix off-by-one error in erase command argument...
2010-05-13 Spencer Oliverflash: require unique flash bank name
2010-05-13 Spencer Oliverflash: add flash bank name support
2010-05-11 Karl KurbjunFujitsu MBM29SL800TE flash support
2010-05-10 Spencer Olivercfi: add Numonyx M29W128G reset workaround
2010-05-05 Øyvind Harboeflash: stop caching protection state
2010-05-05 Øyvind Harboeflash: erase_address now has an unlock option
2010-05-05 Øyvind Harboecfi: fix error handling for protect fn
2010-05-05 Øyvind Harboegdb: connect will now fail if flash autoprobe fails
2010-05-05 Øyvind Harboeflash: more flash write_image bugfixes
2010-05-05 Øyvind Harboestr7x: improve error handling
2010-05-04 Spencer Oliverstr71x: fix previous commit
2010-05-04 Øyvind Harboeflash: less bogus errors
2010-05-04 Øyvind Harboestr7x: fix bogus error messages
2010-05-04 Øyvind Harboecfi: made som info output debug output
2010-05-03 Tobias RingströmSTM32 flash erase timeout fix
2010-04-29 Øyvind Harboeflash: write_image would fail for certain images
2010-04-29 Øyvind Harboeflash: write_image will now pad erase to nearest sector
2010-04-28 Øyvind Harboenor: remove bogus output about padding sections
2010-04-20 Andreas Fritiofsonstm32x: allow flash probe on a running target
2010-04-16 David BrownellNOR/core bugfix: restore invariants
2010-04-15 Antonio BorneoNOR/CFI: remove redundant code
2010-04-15 Antonio BorneoNOR/CFI: fix order of arguments check
2010-04-10 Antonio BorneoNOR/TMS470: review scope of symbols
2010-04-10 Antonio BorneoNOR/CFI: review scope of functions
2010-04-10 Antonio BorneoNOR/STR7X: review scope of data
2010-04-10 Antonio BorneoNAND/TCL: review scope of functions
2010-04-10 Antonio BorneoMFLASH: review scope of functions
2010-04-10 Antonio BorneoNAND/ARM_IO: review scope of functions
next