aboutsummaryrefslogtreecommitdiff
path: root/src/target/image.c
AgeCommit message (Expand)Author
2018-11-18target/image: Add support for S6 record in Motorola SREC filesBohdan Tymkiv
2018-07-13target/image: make i/j unsigned to avoid ubsan runtime errorCody Schafer
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch
2016-11-05Replace "daemon" with "server" in user-visible stringsPaul Fertser
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-02-29helper/fileio: Remove nested structMarc Schink
2015-11-03helper/fileio: Use size_t for file size.Marc Schink
2015-02-11target/image: fix undefined behaviour when loading with GDBPaul Fertser
2014-03-04Constify received GDB packetChristian Eggers
2013-12-30target/image: allow for comments in IHEX filesFranck Jullien
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe
2011-11-10image: remove assignments to local variables that is never readØyvind Harboe
2011-10-23clang: fix malloc() warning with assertØyvind Harboe
2011-06-24Fix load_image for ELF with all p_paddr set to zeroDrasko DRASKOVIC
2011-03-17Fix a bunch of typos.Uwe Hermann
2010-09-29fileio: fileio_size() can now failØyvind Harboe
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe
2010-09-27image: fix spelling mistakeØyvind Harboe
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