aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/tcl.c
AgeCommit message (Expand)Author
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
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo
2010-05-16NOR/TCL: fix typo in error messageAntonio Borneo
2010-05-13flash: require unique flash bank nameSpencer Oliver
2010-05-13flash: add flash bank name supportSpencer Oliver
2010-05-05flash: stop caching protection stateØyvind Harboe
2010-05-05flash: erase_address now has an unlock optionØyvind Harboe
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe
2010-04-10TCL: review scope of functionsAntonio Borneo