| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - luminary, stm32 and str7 flash driver error cleanup | ntfreak | 2008-06-04 | 3 | -34/+25 |
* | - str9 driver remove the duplicate target_free_working_area and reformat spac... | ntfreak | 2008-06-03 | 2 | -33/+28 |
* | Fredrik Hederstierna: fix leak + clean up return codes | oharboe | 2008-06-03 | 1 | -15/+32 |
* | Fredrik Hederstierna: fix leak + clean up return codes | oharboe | 2008-06-03 | 1 | -4/+5 |
* | - stellaris flash driver changed warning to info | ntfreak | 2008-05-28 | 1 | -4/+4 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 4 | -209/+56 |
* | flash_write will attempt to pad image sections | ntfreak | 2008-05-27 | 1 | -8/+28 |
* | - corrected error with stm32 page calculation | ntfreak | 2008-05-26 | 1 | -1/+2 |
* | - added stellaris flash mass_erase command | ntfreak | 2008-05-24 | 1 | -80/+132 |
* | - update sectors on stm32x mass erase | ntfreak | 2008-05-24 | 1 | -0/+7 |
* | - removed compiler warnings | ntfreak | 2008-05-24 | 1 | -15/+4 |
* | - add support for newer high density stm32 parts | ntfreak | 2008-05-23 | 2 | -30/+53 |
* | Edgar Grimberg fixes some memory handling issues and | oharboe | 2008-05-20 | 2 | -11/+28 |
* | - added new device to luminary flash driver | ntfreak | 2008-04-30 | 1 | -2/+35 |
* | - stm32x default to 128k if flash size failed. | ntfreak | 2008-04-29 | 1 | -1/+6 |
* | - luminary flash now loader polls when finished | ntfreak | 2008-04-26 | 1 | -7/+3 |
* | - change str9 flash controller to read array after a level 1 protect | ntfreak | 2008-04-26 | 1 | -0/+7 |
* | Close dangling file handle | oharboe | 2008-04-24 | 1 | -1/+1 |
* | - added svn props for newly added files | ntfreak | 2008-04-24 | 14 | -1534/+1532 |
* | Pavel Chromy's on chip flash loader | oharboe | 2008-04-23 | 16 | -1/+1538 |
* | Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b). | oharboe | 2008-04-23 | 3 | -0/+20 |
* | - set lpc288x[ch] svn file props | ntfreak | 2008-04-21 | 2 | -606/+606 |
* | - set erase flag on sector | ntfreak | 2008-04-20 | 1 | -4/+6 |
* | Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema... | oharboe | 2008-04-20 | 4 | -2/+610 |
* | - flash.c change stricmp to strcmp | ntfreak | 2008-04-19 | 1 | -1/+1 |
* | retired auto_erase, added optional erase arg to flash write_image. | oharboe | 2008-04-19 | 1 | -25/+18 |
* | - Flash auto-erase is disabled by default | drath | 2008-04-18 | 1 | -2/+3 |
* | Enabled auto erase, gdb memory map and gdb flash programming by default. | oharboe | 2008-04-18 | 1 | -1/+2 |
* | - split str71x driver into banks | ntfreak | 2008-04-14 | 6 | -196/+147 |
* | - single core context used, removed debug context as thought unnecessary. | ntfreak | 2008-04-10 | 2 | -2/+0 |
* | Edwin Olson found bug & tested fix for flash write_image for stellaris. | oharboe | 2008-04-08 | 1 | -0/+11 |
* | added a couple of LOG_ERROR() messages to improve logfile. | oharboe | 2008-04-08 | 3 | -2/+10 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 2 | -14/+11 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 4 | -195/+241 |
* | fix flash info - now reports erased state properly | oharboe | 2008-04-02 | 5 | -97/+57 |
* | - fixes for jtag_khz committed. | oharboe | 2008-04-01 | 1 | -0/+116 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 17 | -382/+382 |
* | - fix warnings during configure cause by ecosboard. default to no, if host cp... | drath | 2008-03-17 | 1 | -87/+86 |
* | Michael Bruck: fix warning | oharboe | 2008-03-09 | 1 | -0/+1 |
* | Michael Bruck: fixed warnings | oharboe | 2008-03-07 | 4 | -12/+19 |
* | - correct spelling typo in stm32x flash driver | ntfreak | 2008-03-07 | 1 | -1/+1 |
* | Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe... | oharboe | 2008-03-05 | 5 | -156/+117 |
* | Bogus error message in GDB removed | oharboe | 2008-03-04 | 2 | -0/+12 |
* | Uwe Hermann tightned up comments, etc. to follow OpenOCD policy | oharboe | 2008-03-02 | 3 | -24/+26 |
* | Uwe Hermann: | oharboe | 2008-02-29 | 13 | -89/+160 |
* | - image.c and fileio.c now uses logging to propagate error strings. | oharboe | 2008-02-29 | 3 | -6/+0 |
* | Pavel Chromy: clarify error messages | oharboe | 2008-02-29 | 1 | -2/+2 |
* | Pavel Chromy - cleanup error messages | oharboe | 2008-02-28 | 1 | -37/+14 |
* | Pavel Chromy cleaned up checks for halted, error messages, etc. | oharboe | 2008-02-28 | 12 | -99/+186 |
* | - added svn props | ntfreak | 2008-02-28 | 2 | -582/+582 |