aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/core.h
AgeCommit message (Expand)AuthorFilesLines
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-0/+3
2016-08-14flash/nor: implement protection blocks of different size than erase sectorTomas Vanek1-1/+24
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-10-07flash: add padded_value cmdSpencer Oliver1-0/+4
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-05-14flash: blank check use default_flash_blank_checkSpencer Oliver1-7/+0
2012-02-06build: cleanup src/flash/nor directorySpencer Oliver1-11/+11
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-06-11flash: add error handling to get_flash_by_addr/nameØyvind Harboe1-2/+3
2010-05-26nor: add get_flash_bank_by_name autoprobeSpencer Oliver1-1/+9
2010-05-16NOR: add read() callback to struct flash_driverAntonio Borneo1-0/+11
2010-05-05flash: stop caching protection stateØyvind Harboe1-3/+4
2010-05-05flash: erase_address now has an unlock optionØyvind Harboe1-0/+3
2010-05-05gdb: connect will now fail if flash autoprobe failsØyvind Harboe1-2/+3
2010-04-10TCL: review scope of functionsAntonio Borneo1-2/+0
2010-03-03NOR: invalidate cached state on target resumeDavid Brownell1-0/+4
2010-01-13NOR: add optional "flash erase_address" sector paddingDavid Brownell1-1/+5
2010-01-11Doxygen file commentsDavid Brownell1-0/+5
2009-12-04split flash.h into into flash/nor/*.hZachary T Welch1-5/+152
2009-12-04add flash/nor/core.[ch]Zachary T Welch1-0/+31