aboutsummaryrefslogtreecommitdiff
path: root/src/target/image.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-22embedded: do not allocate large temporary structures on stackØyvind Harboe1-6/+61
2009-11-22embedded: save stackØyvind Harboe1-9/+15
2009-11-16fileio: improve API typesZachary T Welch1-7/+7
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13image_t -> struct imageZachary T Welch1-19/+19
2009-11-13image_elf_t -> struct image_elfZachary T Welch1-5/+5
2009-11-13image_mot_t -> struct image_motZachary T Welch1-4/+4
2009-11-13image_memory_t -> struct image_memoryZachary T Welch1-4/+4
2009-11-13image_ihex_t -> struct image_ihexZachary T Welch1-4/+4
2009-11-13image_binary_t -> struct image_binaryZachary T Welch1-4/+4
2009-11-13image_section_t -> struct image_sectionZachary T Welch1-9/+9
2009-11-13fileio_t -> struct fileioZachary T Welch1-3/+3
2009-11-11add const keyword to some APIsZachary T Welch1-3/+3
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON1-0/+21
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-3/+3
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
2009-06-23- Fixes '[<>]' whitespacezwelch1-5/+5
2009-06-23- Fixes '+' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-9/+9
2009-06-23- Fixes '==' whitespacezwelch1-5/+5
2009-06-23- Fixes '&&' whitespacezwelch1-1/+1
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '!=' whitespacezwelch1-4/+4
2009-06-23- Fixes '-=' whitespacezwelch1-1/+1
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-1/+1
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