summaryrefslogtreecommitdiff
path: root/src/target/image.c
Commit message (Expand)AuthorAgeFilesLines
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* Edgar Grimberg fixes some memory handling issues andoharboe2008-05-201-0/+11
* Close dangling file handleoharboe2008-04-241-6/+10
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-25/+25
* - fix cross endian ELF loadingvpalatin2008-03-071-3/+1
* - The elf loader incorrectly assumed that the program header always follows t...ntfreak2008-03-071-0/+9
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-158/+131
* fixed incorrect elf segment size - Thanks Øyvind Harboentfreak2008-01-251-1/+2
* - Eleminated leading tabs/white spacebodylove2008-01-211-101/+101
* - minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak2007-12-291-25/+16
* - removed flash write_image - binary compare function has been moved to verif...ntfreak2007-12-201-32/+31
* - added patch by Øyvind Harboe to Intel Hex Start Segment Address Record (Ty...ntfreak2007-12-181-0/+25
* - added patch for new flash functionality like:mifi2007-12-181-0/+24
* - fixed relocation problems with image loading. Relocation is handledmifi2007-12-171-9/+17
* - add verify_image commandntfreak2007-10-221-0/+31
* - flash autoerase <on|off> cmd added, default is off - flash banks are calcul...ntfreak2007-10-011-90/+63
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-13/+20
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-5/+67
* - motorola s19 file loader addedntfreak2007-07-311-3/+261
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-2/+4
* - added support for pseudo image type "mem", currently only used for etm anal...drath2007-06-151-10/+51
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-42/+95
* - add support for ELF images (thanks to Vincent Palatin for this patch)drath2007-05-311-9/+193
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-301-69/+100
* - add missing image handling filesdrath2007-05-291-0/+340