aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo1-1/+1
2020-04-21flash/nor: add flash mdw/h/b commandsTomas Vanek1-0/+82
2020-04-05flash/nor: Change missing protect_check message from WARN to Info.Edward Fewell1-1/+1
2020-03-17flash/nor: check fill pattern fits in word sizeChristopher Head1-0/+5
2020-02-23flash/nor/tcl.c: add filld command to write double-word with 64-bit valueTarek BOCHKATI1-4/+22
2019-09-24flash/nor/tcl: Fix usage of 'flash erase_sector' commandMarc Schink1-1/+1
2019-05-14flash/nor: use command_print() in command "flash banks"Paul Fertser1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-28/+28
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+2
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-0/+1
2019-03-27Constify struct flash_driver instancesChristopher Head1-1/+1
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek1-5/+1
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome1-10/+12
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek1-4/+12
2018-08-01flash/nor/tcl.c: fix flash bank bounds check in 'flash fill' command handlerBohdan Tymkiv1-1/+1
2018-07-18flash/nor/tcl: Distinguish between sectors and blocks in status messagesDominik Peklo1-26/+30
2018-04-10flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek1-80/+126
2017-06-17flash/nor/tcl: Make read_bank parameters optionalMarc Schink1-7/+26
2017-06-17flash/nor/tcl: Respect flash bank boundary in write_bankMarc Schink1-5/+24
2017-06-17flash/nor/tcl: Make write_bank parameter optionalMarc Schink1-6/+14
2017-06-17flash/nor/tcl: Respect flash bank boundary in verify_bankMarc Schink1-9/+22
2017-04-24flash/nor/tcl: Make verify_bank parameter optionalMarc Schink1-6/+15
2017-04-24flash/nor/tcl: Fix some format specifiersMarc Schink1-10/+9
2017-01-15flash/nor: fix doc/help and range test for flash protectTomas Vanek1-3/+4
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar1-3/+3
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-1/+1
2016-08-14flash/nor: implement protection blocks of different size than erase sectorTomas Vanek1-12/+41
2016-08-14flash/nor/tcl.c: Less verbose output of flash erase_check.Uwe Bonnes1-1/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-16/+16
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-5/+5
2015-08-06flash/nor/tcl: add read_bank and verify_bankRobert Jordens1-0/+177
2014-09-22flash/nor/tcl.c: Do not double probe banksAndrey Smirnov1-5/+25
2014-06-22flash/nor/tcl.c: fix formatting in "rejected" error messagePaul Fertser1-1/+1
2014-03-29flash/nor/tcl: fix segfault on write_image misusePaul Fertser1-4/+1
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-5/+5
2013-10-07flash: add padded_value cmdSpencer Oliver1-1/+26
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson1-6/+7
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-08-24tcl: fix potential memory leaksSpencer Oliver1-10/+11
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-213/+144
2012-01-23flash: print bank usage on failureSpencer Oliver1-2/+5
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2011-08-09fix return error msjRodrigo L. Rosa1-3/+3
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe1-1/+1
2010-12-23flash: print flash bank name on flash info cmdSpencer Oliver1-2/+2
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-4/+18
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-4/+4
2010-09-21flash: fix error handlingØyvind Harboe1-11/+2
2010-06-15flash: -Wshadow warning fixØyvind Harboe1-2/+1