aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/tcl.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-20From upstream (#286)Tim Newsome1-27/+31
2018-05-08flash/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
2010-06-14flash: fix bug in error propagation of flash write_imageØyvind Harboe1-1/+1
2010-06-11flash: add error handling to get_flash_by_addr/nameØyvind Harboe1-11/+8
2010-06-09flash: flash erase_address takes unsigned argumentsØyvind Harboe1-4/+4
2010-05-26nor: add get_flash_bank_by_name autoprobeSpencer Oliver1-1/+1
2010-05-16Change kb/s to KiB/s in messages about kibibytesJon Povey1-4/+4
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-1/+1
2010-05-16NOR/TCL: fix typo in error messageAntonio Borneo1-1/+1
2010-05-13flash: require unique flash bank nameSpencer Oliver1-0/+8
2010-05-13flash: add flash bank name supportSpencer Oliver1-24/+21
2010-05-05flash: stop caching protection stateØyvind Harboe1-34/+5
2010-05-05flash: erase_address now has an unlock optionØyvind Harboe1-14/+33
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe1-15/+11
2010-04-10TCL: review scope of functionsAntonio Borneo1-1/+1
2010-03-26NOR TCL: fix usage messageAntonio Borneo1-1/+1
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger1-1/+1