aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/tcl.c
AgeCommit message (Expand)Author
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
2010-03-26NOR TCL: fix usage messageAntonio Borneo
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger
2010-01-29NOR: cleanup driver declsDavid Brownell
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell
2010-01-11Doxygen file commentsDavid Brownell
2010-01-09src/flash/nor: usage/help/doc updatesDavid Brownell
2009-12-28MinGW build fixesFreddie Chopin
2009-12-26NOR: messaging fixDavid Brownell
2009-12-18Subject: flash fill[bwh] should use bulk i/oDavid Brownell
2009-12-16NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell
2009-12-11fix 'write_image' usage informationZachary T Welch
2009-12-06add 'flash list', rewrite 'flash banks'Zachary T Welch
2009-12-06fix NOR flash regressionZachary T Welch
2009-12-04move more nor flash implementation detailsZachary T Welch
2009-12-04add flash/nor/core.[ch]Zachary T Welch
2009-12-04add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch