openocd: fix SPDX tag format for files .c
[fw/openocd] / src / flash / nand / tcl.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-11-23 Antonio Borneoopenocd: use single line for register_commands*()
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-04-18 Antonio Borneohelper/command: pass command prefix to command registration
2020-09-05 Antonio Borneoflash: use proper format with uint32_t
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Paul Fertsernand/tcl: pass CMD to nand_list_walker()
2019-05-14 Paul Fertsernand/fileio: change prototype of nand_fileio_start()
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2016-11-04 HarishKumarTcl commands: Fix improper return status in flash comma...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-20 Ivo Mancanand: change use_raw to boolean
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size.
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-22 Stian SkjelsadSometime in the past, nand_fileio_finish started to...
2012-02-06 Spencer Oliverbuild: cleanup src/flash/nand directory
2012-01-23 Timo KetolaNAND: Misleading report of erased blocks
2012-01-23 Spencer Oliverflash: print bank usage on failure
2012-01-18 Spencer Olivercmd: add missing usage vars
2012-01-04 Øyvind Harboeflash: introduce .usage field for nand and nor flash...
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-01-02 Antonio BorneoNAND/TCL: prepare for common "target" reference
2011-01-02 Antonio BorneoNAND/TCL: fix segfault on syntax error
2010-12-15 Paul RichardsFix for segfault in handle_nand_dump_command.
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-09-21 Øyvind Harboeflash: fix error handling
2010-07-19 Spencer Olivernand: nand probe also outputs manufacturer
2010-06-16 Øyvind Harboenand: when verify failed, it didn't return an error
2010-05-16 Jon PoveyChange kb/s to KiB/s in messages about kibibytes
2010-04-10 Antonio BorneoNAND/TCL: review scope of functions
2010-01-09 David BrownellNAND: help/usage/doc updates
2009-12-28 Freddie ChopinMinGW build fixes
2009-12-12 Zachary T Welchadd missing call to add new NAND devices
2009-12-05 Zachary T Welchrename nand.h to flash//nand/core.h
2009-12-05 Zachary T Welchsplit nand.c into nand/{core,fileio,tcl}.c