aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2008-04-23Pavel Chromy's on chip flash loaderoharboe
2008-04-23Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe
2008-04-21- set lpc288x[ch] svn file propsntfreak
2008-04-20- set erase flag on sectorntfreak
2008-04-20Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe
2008-04-19- flash.c change stricmp to strcmpntfreak
2008-04-19retired auto_erase, added optional erase arg to flash write_image.oharboe
2008-04-18- Flash auto-erase is disabled by defaultdrath
2008-04-18Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe
2008-04-14- split str71x driver into banksntfreak
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak
2008-04-08Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe
2008-04-08added a couple of LOG_ERROR() messages to improve logfile.oharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-04-02fix flash info - now reports erased state properlyoharboe
2008-04-01- fixes for jtag_khz committed.oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-17- fix warnings during configure cause by ecosboard. default to no, if host cp...drath
2008-03-09Michael Bruck: fix warningoharboe
2008-03-07Michael Bruck: fixed warningsoharboe
2008-03-07- correct spelling typo in stm32x flash driverntfreak
2008-03-05Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe...oharboe
2008-03-04Bogus error message in GDB removedoharboe
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe
2008-02-29Uwe Hermann: oharboe
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe
2008-02-29Pavel Chromy: clarify error messagesoharboe
2008-02-28Pavel Chromy - cleanup error messagesoharboe
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe
2008-02-28- added svn propsntfreak
2008-02-28lingering change for eCos flash driveroharboe
2008-02-28eCos flash driver.oharboe
2008-02-28- fix line-endingsdrath
2008-02-28Uwe Hermann fixed some warnings.oharboe
2008-02-26- code reformat (Thanks Pavel Chromy)ntfreak
2008-02-25- convert all files to unix line-endingdrath
2008-02-25Pavel Chromy style fixes.oharboe
2008-02-25From Michael Bruckoharboe
2008-02-25dos2unix fix.oharboe
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe
2008-02-24disable cfi_write_words(). Broken for spansion, fallbackoharboe
2008-02-24cosmetic fixes to debug output + phasing out printf() in favour of logging sy...oharboe
2008-02-23- Use NAND extended geometry information (thanks to Ben Dooks for this patch)drath
2008-02-22- added patch to solve problem with AT91SAM7SE MCU have 3, rather than just 2...mifi
2008-02-19- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath
2008-02-19- Fixed bug in pathmove for XScalentfreak
2008-02-18- add new non-cfi SST flash device. Thanks Øyvind Harboentfreak
2008-02-14- fix programming issue with lpc2101/2ntfreak