aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-8/+8
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-14/+14
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-2/+2
2020-09-05flash: use proper format with uint32_tAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-22/+22
2019-05-14nand/tcl: pass CMD to nand_list_walker()Paul Fertser1-3/+3
2019-05-14nand/fileio: change prototype of nand_fileio_start()Paul Fertser1-1/+1
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar1-2/+4
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-20nand: change use_raw to booleanIvo Manca1-1/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-3/+3
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-3/+3
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-22Sometime in the past, nand_fileio_finish started to return ERROR_OK (with the...Stian Skjelsad1-1/+1
2012-02-06build: cleanup src/flash/nand directorySpencer Oliver1-110/+77
2012-01-23NAND: Misleading report of erased blocksTimo Ketola1-1/+1
2012-01-23flash: print bank usage on failureSpencer Oliver1-1/+3
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+3
2012-01-04flash: introduce .usage field for nand and nor flash driver structureØyvind Harboe1-6/+7
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-4/+4
2011-01-02NAND/TCL: prepare for common "target" referenceAntonio Borneo1-3/+25
2011-01-02NAND/TCL: fix segfault on syntax errorAntonio Borneo1-1/+1
2010-12-15Fix for segfault in handle_nand_dump_command.Paul Richards1-5/+5
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-2/+7
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-2/+2
2010-09-21flash: fix error handlingØyvind Harboe1-29/+3
2010-07-19nand: nand probe also outputs manufacturerSpencer Oliver1-1/+2
2010-06-16nand: when verify failed, it didn't return an errorØyvind Harboe1-6/+10
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey1-3/+3
2010-04-10NAND/TCL: review scope of functionsAntonio Borneo1-2/+4
2010-01-08NAND: help/usage/doc updatesDavid Brownell1-25/+25
2009-12-28MinGW build fixesFreddie Chopin1-2/+2
2009-12-11add missing call to add new NAND devicesZachary T Welch1-0/+2
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch1-1/+1
2009-12-04split nand.c into nand/{core,fileio,tcl}.cZachary T Welch1-0/+645