| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate target selection code into single get_target() that handles both ... | kc8apf | 2009-05-18 | 1 | -3/+4 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -11/+1 |
* | Fix pointer cast alignment warnings in target/image.c. | zwelch | 2009-05-06 | 1 | -2/+6 |
* | Add static keywords to core target source file data and functions. | zwelch | 2009-04-30 | 1 | -5/+5 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -12/+9 |
* | error checking - no reported errors, but catched a couple of exit()'s and con... | oharboe | 2008-11-19 | 1 | -1/+8 |
* | Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks... | oharboe | 2008-10-13 | 1 | -3/+1 |
* | better keep_alive() handling | oharboe | 2008-10-06 | 1 | -18/+24 |
* | GDB alive fixes for verify_image | oharboe | 2008-10-03 | 1 | -98/+102 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | Edgar Grimberg fixes some memory handling issues and | oharboe | 2008-05-20 | 1 | -0/+11 |
* | Close dangling file handle | oharboe | 2008-04-24 | 1 | -6/+10 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -25/+25 |
* | - fix cross endian ELF loading | vpalatin | 2008-03-07 | 1 | -3/+1 |
* | - The elf loader incorrectly assumed that the program header always follows t... | ntfreak | 2008-03-07 | 1 | -0/+9 |
* | - image.c and fileio.c now uses logging to propagate error strings. | oharboe | 2008-02-29 | 1 | -158/+131 |
* | fixed incorrect elf segment size - Thanks Øyvind Harboe | ntfreak | 2008-01-25 | 1 | -1/+2 |
* | - Eleminated leading tabs/white space | bodylove | 2008-01-21 | 1 | -101/+101 |
* | - minimum autoconf 2.59 is now required and verified - due to issues with AS_... | ntfreak | 2007-12-29 | 1 | -25/+16 |
* | - removed flash write_image - binary compare function has been moved to verif... | ntfreak | 2007-12-20 | 1 | -32/+31 |
* | - added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty... | ntfreak | 2007-12-18 | 1 | -0/+25 |
* | - added patch for new flash functionality like: | mifi | 2007-12-18 | 1 | -0/+24 |
* | - fixed relocation problems with image loading. Relocation is handled | mifi | 2007-12-17 | 1 | -9/+17 |
* | - add verify_image command | ntfreak | 2007-10-22 | 1 | -0/+31 |
* | - flash autoerase <on|off> cmd added, default is off - flash banks are calcul... | ntfreak | 2007-10-01 | 1 | -90/+63 |
* | - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun... | drath | 2007-08-14 | 1 | -13/+20 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 1 | -5/+67 |
* | - motorola s19 file loader added | ntfreak | 2007-07-31 | 1 | -3/+261 |
* | - added mingw elf patches from Vincent Palatin | ntfreak | 2007-06-16 | 1 | -2/+4 |
* | - added support for pseudo image type "mem", currently only used for etm anal... | drath | 2007-06-15 | 1 | -10/+51 |
* | - added manpage for OpenOCD (thanks to Uwe Hermann) | drath | 2007-06-14 | 1 | -42/+95 |
* | - add support for ELF images (thanks to Vincent Palatin for this patch) | drath | 2007-05-31 | 1 | -9/+193 |
* | - reworked image handling to support multiple sections (tested with ihex file... | drath | 2007-05-30 | 1 | -69/+100 |
* | - add missing image handling files | drath | 2007-05-29 | 1 | -0/+340 |