summaryrefslogtreecommitdiff
path: root/src/target/image.h
Commit message (Expand)AuthorAgeFilesLines
* 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