aboutsummaryrefslogtreecommitdiff
path: root/src/flash/flash.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-24- renamed x7926 driver to aduc702x to match other flash driversntfreak1-2/+2
2008-09-24 "marcel" <M.W.Wijlaars@tue.nl>, oharboe1-37/+39
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-08-24Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> fix end of addres...oharboe1-1/+1
2008-08-19fixed error handling in flash bank.oharboe1-5/+6
2008-08-17fixed not halted error messagesoharboe1-0/+2
2008-08-17Richard <news@muppet.plus.com> fixed bug in padding codeoharboe1-5/+4
2008-08-05Duane Ellis: fix warningsoharboe1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
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_array2memntfreak1-4/+2
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-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-05-27- moved flash erase_check target code to target.cntfreak1-206/+52
2008-05-27flash_write will attempt to pad image sectionsntfreak1-8/+28
2008-05-20Edgar Grimberg fixes some memory handling issues andoharboe1-0/+3
2008-04-24Close dangling file handleoharboe1-1/+1
2008-04-23Pavel Chromy's on chip flash loaderoharboe1-0/+2
2008-04-20Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe1-0/+2
2008-04-19- flash.c change stricmp to strcmpntfreak1-1/+1
2008-04-19retired auto_erase, added optional erase arg to flash write_image.oharboe1-25/+18
2008-04-18- Flash auto-erase is disabled by defaultdrath1-2/+3
2008-04-18Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe1-1/+2
2008-04-08added a couple of LOG_ERROR() messages to improve logfile.oharboe1-0/+3
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe1-10/+8
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe1-30/+234
2008-04-02fix flash info - now reports erased state properlyoharboe1-1/+53
2008-04-01- fixes for jtag_khz committed.oharboe1-0/+116
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-15/+15
2008-03-05Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe1-5/+8
2008-03-04Bogus error message in GDB removedoharboe1-0/+11
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe1-3/+0
2008-02-29Pavel Chromy: clarify error messagesoharboe1-2/+2
2008-02-28Pavel Chromy - cleanup error messagesoharboe1-37/+14
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-1/+1
2008-02-28- added svn propsntfreak1-97/+97
2008-02-28eCos flash driver.oharboe1-0/+2
2008-02-25dos2unix fix.oharboe1-945/+945
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-1071/+945
2008-02-19- Fixed bug in pathmove for XScalentfreak1-6/+2
2008-02-12- add autoprobe support to flash info commandntfreak1-3/+5
2008-01-27- added autoprobe functionalitymifi1-2/+28
2008-01-17- add missing files from previous commit (tms470 flash driver)ntfreak1-1/+1
2008-01-17- added tms470 flash support (thanks to Chris Kilgour for this patch)drath1-0/+2
2008-01-09- rename flash_init and flash_erase to flash_init_drivers and flash_erase_add...ntfreak1-4/+4
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak1-8/+20