aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2008-11-13krzysztof.dziuba Gazeta.pl <krzysztof.dziuba@gazeta.pl> - to add support for ...oharboe1-1/+86
2008-11-07ocd_flash_banks now returns empty list when no flash banks are configured ins...oharboe1-5/+0
2008-11-07ocd_flash_banks now returns empty list when no flash banks are configured ins...oharboe1-2/+2
2008-11-03Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe1-1/+1
2008-11-02Rick Altherr <kc8apf@kc8apf.net> - fix flash write_bank output.oharboe1-1/+1
2008-10-16- update docs deprecated section to include links to new commands (if any)ntfreak2-1121/+1121
2008-10-16fix error handling in flash filloharboe1-11/+7
2008-10-16removed autoerase from flash fillXoharboe1-23/+13
2008-10-16unsik Kim <donari75@gmail.com> - mflash supportoharboe3-2/+1123
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe4-83/+278
2008-10-14Laurentiu Cocanu - fix error handlingoharboe1-10/+33
2008-10-14Laurentiu Cocanu - more error handling fixesoharboe1-8/+31
2008-10-14Ben Bodley TEKNIQUE <ben@teknique.com> - support for the 1Mb Spansion Flash S...oharboe2-0/+19
2008-10-06- remove build warningsntfreak1-1/+0
2008-10-06Georg Acher <acher@in.tum.de> implements the buffer flash mode for Spansion f...oharboe1-3/+71
2008-09-29- at91sam7.c remove build warningsntfreak1-1/+1
2008-09-27- convert spaces to tabs in at91sam7.[ch]ntfreak6-2177/+2168
2008-09-26Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc...oharboe7-912/+2249
2008-09-24- renamed x7926 driver to aduc702x to match other flash driversntfreak4-220/+212
2008-09-24 "marcel" <M.W.Wijlaars@tue.nl>, oharboe3-38/+257
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak4-3/+12
2008-08-26ooops... fixed commit gaffe in previous commit.oharboe1-9/+9
2008-08-26added 1000ms timeoutoharboe1-5/+25
2008-08-24Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of addres...oharboe1-1/+1
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe13-22/+22
2008-08-19fixed error handling in flash bank.oharboe1-5/+6
2008-08-18more error propagationoharboe1-7/+32
2008-08-18added error handling to avoid false error messages.oharboe1-6/+25
2008-08-17fixed not halted error messagesoharboe10-0/+51
2008-08-17Richard <news@muppet.plus.com> fixed bug in padding codeoharboe1-5/+4
2008-08-05Duane Ellis: fix warningsoharboe2-2/+2
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe3-1/+7
2008-07-23- more fixes to high density stm32x flash driverntfreak8-10/+135
2008-07-22- fix bug with stm32 high density write protectionntfreak1-7/+35
2008-07-21Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash.oharboe3-0/+20
2008-07-20- added svn props for newly added filesntfreak2-18/+15
2008-07-20Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)oharboe3-0/+20
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe1-1/+1
2008-07-18- fix incorrectly registered function openocd_array2memntfreak3-434/+378
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe1-7/+3
2008-07-17Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe1-2/+1
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe1-1/+1
2008-07-16flash_banks now follow OpenOCD scripting API rulesoharboe1-0/+5
2008-07-15- stm32 flash driver correctly handles early siliconntfreak1-29/+35
2008-07-09"flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro...oharboe1-23/+0
2008-07-09added flash_banks low level command.oharboe1-0/+42
2008-06-27David Anders: fixes an issue with large block nand flash address where the be...oharboe1-1/+4
2008-06-16fallback for no implementation of multi word CFI write. Successful codepath n...oharboe1-7/+11
2008-06-11- probe incorrect for high density stm32 flashntfreak1-2/+1
2008-06-06- stm32 erase will use mass_erase if all banks selectedntfreak2-37/+55