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