aboutsummaryrefslogtreecommitdiff
path: root/src/target/image.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch1-279/+314
2016-11-05Replace "daemon" with "server" in user-visible stringsPaul Fertser1-2/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-21/+21
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-3/+3
2015-02-11target/image: fix undefined behaviour when loading with GDBPaul Fertser1-0/+1
2014-03-04Constify received GDB packetChristian Eggers1-1/+1
2013-12-30target/image: allow for comments in IHEX filesFranck Jullien1-0/+3
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-364/+245
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-3/+3
2011-11-10image: remove assignments to local variables that is never readØyvind Harboe1-4/+0
2011-10-23clang: fix malloc() warning with assertØyvind Harboe1-0/+2
2011-06-24Fix load_image for ELF with all p_paddr set to zeroDrasko DRASKOVIC1-1/+25
2011-03-17Fix a bunch of typos.Uwe Hermann1-1/+1
2010-09-29fileio: fileio_size() can now failØyvind Harboe1-3/+22
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe1-3/+3
2010-09-27image: fix spelling mistakeØyvind Harboe1-11/+11
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