cfi: remove typos and code cleanup
[fw/openocd] / src / flash / nor / cfi.c
2012-10-12 Spencer Olivercfi: remove typos and code cleanup
2012-10-08 Andreas Fritiofsonflash/nor: make all working area pointers local
2012-08-24 Andreas Fritiofsoncfi: fix type-punning warnings in cfi_spansion_write_block
2012-05-14 Aurelien Jacobscfi: fix write_bank segfault with spansion flash on...
2012-05-14 Spencer Olivercfi: fix cfi arch check regression
2012-05-14 Spencer Olivercfi: check supported arch
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-04 Mathias KChange return value on error.
2011-11-04 Øyvind Harboecfi: fix gaffe in fixing warnings
2011-10-31 Øyvind Harboecfi: unsupported code paths now report and return error
2011-10-23 Antonio BorneoFLASH/CFI: fix clang warnings
2011-08-24 Andreas Bießmannnon_cfi: add SST39WF1601 support
2011-08-18 Gunnar Hennecfi: add EN29LV800BB support
2011-08-09 Andreas Bießmannflash/nor/cfi: fix TopBottom for atmel chips
2011-06-05 Stefan Mahrmips: add nor flash write from memory block
2011-04-27 Øyvind Harboecfi: leave check on whether target is running to target...
2011-01-31 Øyvind Harboecfi: use ARM32 machine code on all CPUs but Cortex M3
2011-01-10 Spencer Olivercfi: fix release build warnings
2011-01-06 Spencer Olivercfi: use safer arch detection
2011-01-06 Jonathan DumaresqAdd the support for the armv7m arch.
2011-01-02 Michael Schwingencfi_protect is not implemented on Spansion flashes...
2011-01-02 Michael Schwingennon-CFI flash code uses data from CFI structures. Make...
2010-12-10 Spencer Olivercontrib: add source to the cfi flash loaders
2010-12-10 Spencer Olivercfi: disable buffer writes for M29W128G
2010-12-10 Spencer Olivercfi: allow optional buffer write support
2010-12-10 Spencer Olivercfi: calculate correct timeouts
2010-12-10 Spencer Olivercfi: prefix string hex output
2010-12-10 Spencer Olivercfi: add time format to cfi query output
2010-12-10 Spencer Olivercfi: whitespace and long line cleanup
2010-09-15 Flemming Futtrupcfi: add sst39vf6401b
2010-09-11 Øyvind Harboecfi: tighten up type usage a bit
2010-09-03 WookeyNumonyx M29W160ET patch
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 Harboecfi: fix error propagation
2010-06-08 Øyvind Harboecfi: fix GDB keep alive bug
2010-05-26 Antonio BorneoNOR/CFI: fix memory leak; check malloc return value
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/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-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 Harboecfi: fix error handling for protect fn
2010-05-04 Øyvind Harboeflash: less bogus errors
2010-05-04 Øyvind Harboecfi: made som info output debug output
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/CFI: review scope of functions
2010-03-08 Antonio Borneocfi: simplify and clearify code
2010-03-06 Antonio BorneoCFI: review print of Voltage values
2010-01-29 David BrownellNOR: cleanup driver decls
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-05 David BrownellARM: rename armv4_5_algorithm as arm_algorithm
2009-12-05 David BrownellARM: ARMV4_5_COMMON_MAGIC --> ARM_COMMON_MAGIC
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-05 Zachary T Welchremove target.h from flash.h
2009-12-03 Zachary T Welchchange #include "armv4_5.h" to <target/armv4_5.h>
2009-12-03 Zachary T Welchchange #include "algorithm.h" to <target/algorithm.h>
2009-12-03 Zachary T Welchchange #include "binarybuffer.h" to <helper/binarybuffer.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor