summaryrefslogtreecommitdiff
path: root/src/target/image.c
Commit message (Expand)AuthorAgeFilesLines
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-3/+3
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* - Fixes '[<>]' whitespacezwelch2009-06-231-5/+5
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-9/+9
* - Fixes '==' whitespacezwelch2009-06-231-5/+5
* - Fixes '&&' whitespacezwelch2009-06-231-1/+1
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-4/+4
* - Fixes '-=' whitespacezwelch2009-06-231-1/+1
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-15/+15
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-29/+29
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-49/+49
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-3/+4
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-11/+1
* Fix pointer cast alignment warnings in target/image.c.zwelch2009-05-061-2/+6
* Add static keywords to core target source file data and functions.zwelch2009-04-301-5/+5
* - remove target specific variant and use target->variant memberntfreak2008-12-131-12/+9
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-1/+8
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-3/+1
* better keep_alive() handlingoharboe2008-10-061-18/+24
* GDB alive fixes for verify_imageoharboe2008-10-031-98/+102
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* 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