| Commit message (Expand) | Author | Age | Files | Lines |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 3 | -1/+7 |
* | - more fixes to high density stm32x flash driver | ntfreak | 2008-07-23 | 8 | -10/+135 |
* | - fix bug with stm32 high density write protection | ntfreak | 2008-07-22 | 1 | -7/+35 |
* | Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash. | oharboe | 2008-07-21 | 3 | -0/+20 |
* | - added svn props for newly added files | ntfreak | 2008-07-20 | 2 | -18/+15 |
* | Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A) | oharboe | 2008-07-20 | 3 | -0/+20 |
* | openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons... | oharboe | 2008-07-20 | 1 | -1/+1 |
* | - fix incorrectly registered function openocd_array2mem | ntfreak | 2008-07-18 | 3 | -434/+378 |
* | Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. | oharboe | 2008-07-18 | 1 | -7/+3 |
* | Charles Hardin <ckhardin@gmail.com> move jim into helper | oharboe | 2008-07-17 | 1 | -2/+1 |
* | Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe | oharboe | 2008-07-17 | 1 | -1/+1 |
* | flash_banks now follow OpenOCD scripting API rules | oharboe | 2008-07-16 | 1 | -0/+5 |
* | - stm32 flash driver correctly handles early silicon | ntfreak | 2008-07-15 | 1 | -29/+35 |
* | "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_thro... | oharboe | 2008-07-09 | 1 | -23/+0 |
* | added flash_banks low level command. | oharboe | 2008-07-09 | 1 | -0/+42 |
* | David Anders: fixes an issue with large block nand flash address where the be... | oharboe | 2008-06-27 | 1 | -1/+4 |
* | fallback for no implementation of multi word CFI write. Successful codepath n... | oharboe | 2008-06-16 | 1 | -7/+11 |
* | - probe incorrect for high density stm32 flash | ntfreak | 2008-06-11 | 1 | -2/+1 |
* | - stm32 erase will use mass_erase if all banks selected | ntfreak | 2008-06-06 | 2 | -37/+55 |
* | - erase bank using bank erase rather than each sector | ntfreak | 2008-06-05 | 1 | -1/+18 |
* | - 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 |