openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nor / str9x.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/flash: replace the GPL-2.0-or-later licens...
2021-08-14 Marc Schinkflash/nor: Do not update 'is_erased'
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2020-07-26 Antonio Borneoflash: fix typos and duplicated words
2020-07-07 Marc Schinkflash/nor: Use proper data types in driver API
2019-03-27 Christopher HeadConstify struct flash_driver instances
2018-04-04 Tomas Vanekflash/nor: implement flash bank deallocation in drivers...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2013-10-31 Andreas Fritiofsonstr9x: Fix byte order bug
2013-10-03 Andreas Fritiofsonflash/nor: Make info function optional
2013-06-05 Spencer Oliverupdate files to correct FSF address
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-04 Mathias KChange return value on error.
2011-11-07 Øyvind Harboestr9x: explain compiler that a local variable will...
2011-06-04 Freddie ChopinFix "unused variable" warnings (errors) detected with...
2011-01-03 Øyvind Harboeerror handling: the error number is not part of the...
2010-11-17 Antonio BorneoFLASH/NOR: Remove useless file str9x.h
2010-10-28 Spencer Oliversrc: add loader src description
2010-08-12 Fredrik Hederstiernastr9x: faster flash erase of entire chip
2010-07-16 Spencer Oliverflash: use bkpt for str9 flash algo algorithm
2010-06-15 Øyvind Harboestr9x: -Wshadow warning fixes
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-04 Øyvind Harboeflash: less bogus errors
2010-03-10 Spencer OliverSTR9: flash loader cleanup
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-14 Laurentiu Cocanustr9x.c: remove optimization when erasing the whole...
2010-01-09 David Brownellsrc/flash/nor: usage/help/doc updates
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 "arm966e.h" to <target/arm966e.h>
2009-12-03 Zachary T Welchchange #include "algorithm.h" to <target/algorithm.h>
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor