Constify struct flash_driver instances
[fw/openocd] / src / flash / nor / lpc2900.c
2019-03-27 Christopher HeadConstify struct flash_driver instances
2018-11-26 Tomas Vanekflash/nor: consolidate flash protect/protect_check
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 Marc Schinkhelper/fileio: Remove nested struct
2016-02-29 Alexander KurzCleanup: removal of obsolete semicolons
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2013-10-31 Andreas Fritiofsonlpc2900: Fix byte order bugs and remove unnecessary...
2013-10-03 Andreas Fritiofsonflash/nor: Make info function optional
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-05-14 Spencer Oliverbuild: use generic name for arm_algorithm vars
2012-02-06 Spencer Oliverdoxygen: use correct comment syntax
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nor directory
2012-01-12 Spencer Olivercmd: add missing usage var
2012-01-04 Mathias KChange return value on error.
2010-12-29 Andrew MacIsaacCompilation Warnings on OS X 10.5
2010-12-01 Rolf Meeserlpc2900.c: Improve debug output for device probing
2010-12-01 Rolf Meeserlpc2900.c: Add support for new device LPC2926
2010-12-01 Rolf MeeserLPC2900: Avoid false positive reprobing if first probin...
2010-06-15 Øyvind Harboelpc2900: -Wshadow warning fixes
2010-05-16 Antonio BorneoNOR: add read() callback to struct flash_driver
2010-05-04 Øyvind Harboeflash: less bogus errors
2010-01-29 David BrownellNOR: cleanup driver decls
2010-01-09 David Brownellsrc/flash/nor: usage/help/doc updates
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 "flash.h" to <flash/flash.h>
2009-12-03 Zachary T Welchchange #include "image.h" to <target/image.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