summaryrefslogtreecommitdiff
path: root/src/flash/nor/core.h
Commit message (Expand)AuthorAgeFilesLines
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* flash: add error handling to get_flash_by_addr/nameØyvind Harboe2010-06-111-2/+3
* nor: add get_flash_bank_by_name autoprobeSpencer Oliver2010-05-261-1/+9
* NOR: add read() callback to struct flash_driverAntonio Borneo2010-05-161-0/+11
* flash: stop caching protection stateØyvind Harboe2010-05-051-3/+4
* flash: erase_address now has an unlock optionØyvind Harboe2010-05-051-0/+3
* gdb: connect will now fail if flash autoprobe failsØyvind Harboe2010-05-051-2/+3
* TCL: review scope of functionsAntonio Borneo2010-04-101-2/+0
* NOR: invalidate cached state on target resumeDavid Brownell2010-03-031-0/+4
* NOR: add optional "flash erase_address" sector paddingDavid Brownell2010-01-131-1/+5
* Doxygen file commentsDavid Brownell2010-01-111-0/+5
* split flash.h into into flash/nor/*.hZachary T Welch2009-12-041-5/+152
* add flash/nor/core.[ch]Zachary T Welch2009-12-041-0/+31