aboutsummaryrefslogtreecommitdiff
path: root/src/target/image.c
AgeCommit message (Expand)Author
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-11-22embedded: do not allocate large temporary structures on stackØyvind Harboe
2009-11-22embedded: save stackØyvind Harboe
2009-11-16fileio: improve API typesZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13image_t -> struct imageZachary T Welch
2009-11-13image_elf_t -> struct image_elfZachary T Welch
2009-11-13image_mot_t -> struct image_motZachary T Welch
2009-11-13image_memory_t -> struct image_memoryZachary T Welch
2009-11-13image_ihex_t -> struct image_ihexZachary T Welch
2009-11-13image_binary_t -> struct image_binaryZachary T Welch
2009-11-13image_section_t -> struct image_sectionZachary T Welch
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Fixes '-=' whitespacezwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-05-06Fix pointer cast alignment warnings in target/image.c.zwelch
2009-04-30Add static keywords to core target source file data and functions.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-19error checking - no reported errors, but catched a couple of exit()'s and con...oharboe
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe
2008-10-06better keep_alive() handlingoharboe
2008-10-03GDB alive fixes for verify_imageoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-05-20Edgar Grimberg fixes some memory handling issues andoharboe
2008-04-24Close dangling file handleoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-07- fix cross endian ELF loadingvpalatin
2008-03-07- The elf loader incorrectly assumed that the program header always follows t...ntfreak
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe
2008-01-25fixed incorrect elf segment size - Thanks Øyvind Harboentfreak