aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/tcl.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-29NOR: cleanup driver declsDavid Brownell1-4/+4
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell1-8/+26
2010-01-11Doxygen file commentsDavid Brownell1-0/+5
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell1-43/+53
2009-12-28MinGW build fixesFreddie Chopin1-2/+2
2009-12-26NOR: messaging fixDavid Brownell1-2/+2
2009-12-18Subject: flash fill[bwh] should use bulk i/oDavid Brownell1-2/+4
2009-12-16NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell1-3/+3
2009-12-11fix 'write_image' usage informationZachary T Welch1-1/+1
2009-12-06add 'flash list', rewrite 'flash banks'Zachary T Welch1-6/+28
2009-12-06fix NOR flash regressionZachary T Welch1-0/+2
2009-12-04move more nor flash implementation detailsZachary T Welch1-0/+725
2009-12-04add flash/nor/core.[ch]Zachary T Welch1-59/+40
2009-12-04add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch1-0/+203