summaryrefslogtreecommitdiff
path: root/src/target/image.h
Commit message (Expand)AuthorAgeFilesLines
* image: fix spelling mistakeØyvind Harboe2010-09-271-2/+2
* image loading: fix problem with offsets > 0x80000000Bradey Honsinger2010-03-161-1/+1
* change #include "fileio.h" to <helper/fileio.h>Zachary T Welch2009-12-031-1/+1
* fileio: improve API typesZachary T Welch2009-11-161-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-1/+1
* image_t -> struct imageZachary T Welch2009-11-131-11/+11
* image_elf_t -> struct image_elfZachary T Welch2009-11-131-2/+2
* image_mot_t -> struct image_motZachary T Welch2009-11-131-2/+2
* image_memory_t -> struct image_memoryZachary T Welch2009-11-131-2/+2
* image_ihex_t -> struct image_ihexZachary T Welch2009-11-131-2/+2
* image_binary_t -> struct image_binaryZachary T Welch2009-11-131-2/+2
* image_section_t -> struct image_sectionZachary T Welch2009-11-131-3/+3
* fileio_t -> struct fileioZachary T Welch2009-11-131-4/+4
* add const keyword to some APIsZachary T Welch2009-11-111-1/+1
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-5/+9
* bugfix: stack corruption loading IHex imagesFranck HÉRÉSON2009-10-281-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-8/+8
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-7/+7
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-7/+2
* - remove target specific variant and use target->variant memberntfreak2008-12-131-6/+6
* Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe2008-10-131-1/+1
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* - image.c and fileio.c now uses logging to propagate error strings.oharboe2008-02-291-1/+0
* - add verify_image commandntfreak2007-10-221-0/+2
* Patch by Michael Schwingen thatdrath2007-09-051-1/+1
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-1/+3
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-311-1/+1
* - motorola s19 file loader addedntfreak2007-07-311-4/+8
* - added mingw elf patches from Vincent Palatinntfreak2007-06-161-0/+7
* - added support for pseudo image type "mem", currently only used for etm anal...drath2007-06-151-1/+6
* - added manpage for OpenOCD (thanks to Uwe Hermann)drath2007-06-141-4/+2
* - add support for ELF images (thanks to Vincent Palatin for this patch)drath2007-05-311-1/+12
* - reworked image handling to support multiple sections (tested with ihex file...drath2007-05-301-8/+15
* - add missing image handling filesdrath2007-05-291-0/+79