cfi: add sst39vf6401b
[openocd-genbsdl] / src / flash / nor / cfi.c
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