aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/tcl.c
AgeCommit message (Expand)Author
2020-02-23flash/nor/tcl.c: add filld command to write double-word with 64-bit valueTarek BOCHKATI
2019-09-24flash/nor/tcl: Fix usage of 'flash erase_sector' commandMarc Schink
2019-05-14flash/nor: use command_print() in command "flash banks"Paul Fertser
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo
2019-03-27Constify struct flash_driver instancesChristopher Head
2019-03-12flash/nor/tcl.c: use COMMAND_PARSE_ADDRESSTomas Vanek
2019-03-08flash/nor: use target_addr_t for flash bank baseTim Newsome
2018-11-26flash/nor: consolidate flash protect/protect_checkTomas Vanek
2018-08-01flash/nor/tcl.c: fix flash bank bounds check in 'flash fill' command handlerBohdan Tymkiv
2018-07-18flash/nor/tcl: Distinguish between sectors and blocks in status messagesDominik Peklo
2018-04-10flash/nor: handle flash write alignment/padding in the infrastructureTomas Vanek
2017-06-17flash/nor/tcl: Make read_bank parameters optionalMarc Schink
2017-06-17flash/nor/tcl: Respect flash bank boundary in write_bankMarc Schink
2017-06-17flash/nor/tcl: Make write_bank parameter optionalMarc Schink
2017-06-17flash/nor/tcl: Respect flash bank boundary in verify_bankMarc Schink
2017-04-24flash/nor/tcl: Make verify_bank parameter optionalMarc Schink
2017-04-24flash/nor/tcl: Fix some format specifiersMarc Schink
2017-01-15flash/nor: fix doc/help and range test for flash protectTomas Vanek
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber
2016-08-14flash/nor: implement protection blocks of different size than erase sectorTomas Vanek
2016-08-14flash/nor/tcl.c: Less verbose output of flash erase_check.Uwe Bonnes
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29helper/fileio: Remove nested structMarc Schink
2015-11-03helper/fileio: Use size_t for file size.Marc Schink
2015-08-06flash/nor/tcl: add read_bank and verify_bankRobert Jordens
2014-09-22flash/nor/tcl.c: Do not double probe banksAndrey Smirnov
2014-06-22flash/nor/tcl.c: fix formatting in "rejected" error messagePaul Fertser
2014-03-29flash/nor/tcl: fix segfault on write_image misusePaul Fertser
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser
2013-10-07flash: add padded_value cmdSpencer Oliver
2013-10-03flash/nor: Make info function optionalAndreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2012-08-24tcl: fix potential memory leaksSpencer Oliver
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver
2012-01-23flash: print bank usage on failureSpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-08-09fix return error msjRodrigo L. Rosa
2011-01-03error handling: the error number is not part of the user interfaceØyvind Harboe
2010-12-23flash: print flash bank name on flash info cmdSpencer Oliver
2010-09-29fileio: fileio_size() can now failØyvind Harboe
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe
2010-09-21flash: fix error handlingØyvind Harboe
2010-06-15flash: -Wshadow warning fixØyvind Harboe
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe
2010-06-11flash: add error handling to get_flash_by_addr/nameØyvind Harboe
2010-06-09flash: flash erase_address takes unsigned argumentsØyvind Harboe
2010-05-26nor: add get_flash_bank_by_name autoprobeSpencer Oliver