aboutsummaryrefslogtreecommitdiff
path: root/src/target/image.h
AgeCommit message (Expand)Author
2014-03-04Constify received GDB packetChristian Eggers
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2010-09-27image: fix spelling mistakeØyvind Harboe
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch
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-11-09src/target: remove 'extern' and wrap headersZachary 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-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe
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-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe
2007-10-22- add verify_image commandntfreak
2007-09-05Patch by Michael Schwingen thatdrath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath
2007-07-31- motorola s19 file loader addedntfreak
2007-06-16- added mingw elf patches from Vincent Palatinntfreak
2007-06-15- added support for pseudo image type "mem", currently only used for etm anal...drath
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath
2007-05-31- add support for ELF images (thanks to Vincent Palatin for this patch)drath
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath
2007-05-29- add missing image handling filesdrath