summaryrefslogtreecommitdiff
path: root/src/flash/nor/tcl.c
Commit message (Expand)AuthorAgeFilesLines
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-1/+1
* flash: print flash bank name on flash info cmdSpencer Oliver2010-12-231-2/+2
* fileio: fileio_size() can now failØyvind Harboe2010-09-291-4/+18
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-291-4/+4
* flash: fix error handlingØyvind Harboe2010-09-211-11/+2
* flash: -Wshadow warning fixØyvind Harboe2010-06-151-2/+1
* flash: fix bug in error propagation of flash write_imageØyvind Harboe2010-06-141-1/+1
* flash: add error handling to get_flash_by_addr/nameØyvind Harboe2010-06-111-11/+8
* flash: flash erase_address takes unsigned argumentsØyvind Harboe2010-06-091-4/+4
* nor: add get_flash_bank_by_name autoprobeSpencer Oliver2010-05-261-1/+1
* Change kb/s to KiB/s in messages about kibibytesJon Povey2010-05-161-4/+4
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-1/+1
* NOR/TCL: fix typo in error messageAntonio Borneo2010-05-161-1/+1
* flash: require unique flash bank nameSpencer Oliver2010-05-131-0/+8
* flash: add flash bank name supportSpencer Oliver2010-05-131-24/+21
* flash: stop caching protection stateØyvind Harboe2010-05-051-34/+5
* flash: erase_address now has an unlock optionØyvind Harboe2010-05-051-14/+33
* gdb: connect will now fail if flash autoprobe failsØyvind Harboe2010-05-051-15/+11
* TCL: review scope of functionsAntonio Borneo2010-04-101-1/+1
* NOR TCL: fix usage messageAntonio Borneo2010-03-261-1/+1
* image loading: fix problem with offsets > 0x80000000Bradey Honsinger2010-03-161-1/+1
* NOR: cleanup driver declsDavid Brownell2010-01-291-4/+4
* NOR: add optional "flash erase_address" sector paddingDavid Brownell2010-01-131-8/+26
* Doxygen file commentsDavid Brownell2010-01-111-0/+5
* src/flash/nor: usage/help/doc updatesDavid Brownell2010-01-091-43/+53
* MinGW build fixesFreddie Chopin2009-12-281-2/+2
* NOR: messaging fixDavid Brownell2009-12-261-2/+2
* Subject: flash fill[bwh] should use bulk i/oDavid Brownell2009-12-181-2/+4
* NOR: bugfix "flash fill[bwh] ..." helptextDavid Brownell2009-12-161-3/+3
* fix 'write_image' usage informationZachary T Welch2009-12-111-1/+1
* add 'flash list', rewrite 'flash banks'Zachary T Welch2009-12-061-6/+28
* fix NOR flash regressionZachary T Welch2009-12-061-0/+2
* move more nor flash implementation detailsZachary T Welch2009-12-041-0/+725
* add flash/nor/core.[ch]Zachary T Welch2009-12-041-59/+40
* add flash/nor/{tcl.c,imp.h} from flash/flash.cZachary T Welch2009-12-041-0/+203