summaryrefslogtreecommitdiff
path: root/src/flash/flash.c
Commit message (Expand)AuthorAgeFilesLines
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-271-0/+2
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-6/+6
* The following patches was applied:mifi2009-04-181-24/+22
* Audrius Urmanavičius <didele.deze@gmail.com> cleanup flash filloharboe2009-03-051-3/+3
* John Woods <johnrw@gmail.com> fix checks for addresses at upper end of the un...oharboe2009-02-191-3/+3
* - issue warning when flash image exceeds configured flash size.ntfreak2009-02-121-0/+4
* John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe2009-01-021-1/+6
* - remove target specific variant and use target->variant memberntfreak2008-12-131-4/+0
* - typo with flash bank help commandntfreak2008-12-111-1/+1
* ocd_flash_banks now returns empty list when no flash banks are configured ins...oharboe2008-11-071-5/+0
* ocd_flash_banks now returns empty list when no flash banks are configured ins...oharboe2008-11-071-2/+2
* Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe2008-11-031-1/+1
* Rick Altherr <kc8apf@kc8apf.net> - fix flash write_bank output.oharboe2008-11-021-1/+1
* fix error handling in flash filloharboe2008-10-161-11/+7
* removed autoerase from flash fillXoharboe2008-10-161-23/+13
* Laurentiu Cocanu - more error handling fixesoharboe2008-10-141-8/+31
* - convert spaces to tabs in at91sam7.[ch]ntfreak2008-09-271-17/+15
* Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe2008-09-261-18/+21
* - renamed x7926 driver to aduc702x to match other flash driversntfreak2008-09-241-2/+2
* "marcel" <M.W.Wijlaars@tue.nl>, oharboe2008-09-241-37/+39
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of addres...oharboe2008-08-241-1/+1
* fixed error handling in flash bank.oharboe2008-08-191-5/+6
* fixed not halted error messagesoharboe2008-08-171-0/+2
* Richard <news@muppet.plus.com> fixed bug in padding codeoharboe2008-08-171-5/+4
* Duane Ellis: fix warningsoharboe2008-08-051-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe2008-07-201-1/+1
* - fix incorrectly registered function openocd_array2memntfreak2008-07-181-4/+2
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-181-7/+3
* Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe2008-07-171-2/+1
* Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe2008-07-171-1/+1
* flash_banks now follow OpenOCD scripting API rulesoharboe2008-07-161-0/+5
* "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe2008-07-091-23/+0
* added flash_banks low level command.oharboe2008-07-091-0/+42
* - moved flash erase_check target code to target.cntfreak2008-05-271-206/+52
* flash_write will attempt to pad image sectionsntfreak2008-05-271-8/+28
* Edgar Grimberg fixes some memory handling issues andoharboe2008-05-201-0/+3
* Close dangling file handleoharboe2008-04-241-1/+1
* Pavel Chromy's on chip flash loaderoharboe2008-04-231-0/+2
* Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe2008-04-201-0/+2
* - flash.c change stricmp to strcmpntfreak2008-04-191-1/+1
* retired auto_erase, added optional erase arg to flash write_image.oharboe2008-04-191-25/+18
* - Flash auto-erase is disabled by defaultdrath2008-04-181-2/+3
* Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe2008-04-181-1/+2
* added a couple of LOG_ERROR() messages to improve logfile.oharboe2008-04-081-0/+3
* - reverted some of the changes that possibly broke arm926ejs. Waitingoharboe2008-04-041-10/+8
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-30/+234
* fix flash info - now reports erased state properlyoharboe2008-04-021-1/+53
* - fixes for jtag_khz committed.oharboe2008-04-011-0/+116