flash/nor: make all working area pointers local
[fw/openocd] / src / flash / nor / str7x.c
2012-10-08 Andreas Fritiofsonflash/nor: make all working area pointers local
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-12 Mathias Koptimize: replace while loop by memcpy
2012-01-12 Spencer Oliverbuild: remove unused variables
2012-01-04 Mathias KChange return value on error.
2011-11-07 Øyvind Harboestr7x: fix error propagation
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file str7x.h
2010-10-28 Spencer Oliversrc: add loader src description
2010-06-21 Antonio Borneonor/str7x: review scope of symbols
2010-06-15 Øyvind Harboestr7x: -Wshadow warning fixes
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-05 Øyvind Harboestr7x: improve error handling
2010-05-04 Spencer Oliverstr71x: fix previous commit
2010-05-04 Øyvind Harboestr7x: fix bogus error messages
2010-04-10 Antonio BorneoNOR/STR7X: review scope of data
2010-03-10 Spencer OliverSTR7: flash loader cleanup
2010-02-02 Edgar Grimbergflash/str7x: After reset init the flash is unlocked
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