aboutsummaryrefslogtreecommitdiff
path: root/src/target/image.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-04-23target/image: fix - p_flags field in ELF64 segment headers is 64 bits wideJan Matyas1-2/+2
2021-05-01Cleanup of config/includes.Tim Newsome1-0/+1
2021-05-01target/image: allow loading of 64-bit ELF filesFlorian Meister1-4/+14
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch1-1/+1
2020-11-07target/image: Use proper data typesMarc Schink1-3/+3
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-1/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-4/+4
2014-03-04Constify received GDB packetChristian Eggers1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-18/+11
2010-09-27image: fix spelling mistakeØyvind Harboe1-2/+2
2010-03-16image loading: fix problem with offsets > 0x80000000Bradey Honsinger1-1/+1
2009-12-03change #include "fileio.h" to <helper/fileio.h>Zachary T Welch1-1/+1
2009-11-16fileio: improve API typesZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-1/+1
2009-11-13image_t -> struct imageZachary T Welch1-11/+11
2009-11-13image_elf_t -> struct image_elfZachary T Welch1-2/+2
2009-11-13image_mot_t -> struct image_motZachary T Welch1-2/+2
2009-11-13image_memory_t -> struct image_memoryZachary T Welch1-2/+2
2009-11-13image_ihex_t -> struct image_ihexZachary T Welch1-2/+2
2009-11-13image_binary_t -> struct image_binaryZachary T Welch1-2/+2
2009-11-13image_section_t -> struct image_sectionZachary T Welch1-3/+3
2009-11-13fileio_t -> struct fileioZachary T Welch1-4/+4
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-5/+9
2009-10-28bugfix: stack corruption loading IHex imagesFranck HÉRÉSON1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-8/+8
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-7/+7
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-7/+2
2008-12-13- remove target specific variant and use target->variant memberntfreak1-6/+6
2008-10-13Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...oharboe1-1/+1
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-02-29- image.c and fileio.c now uses logging to propagate error strings.oharboe1-1/+0
2007-10-22- add verify_image commandntfreak1-0/+2
2007-09-05Patch by Michael Schwingen thatdrath1-1/+1
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-1/+3
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath1-1/+1
2007-07-31- motorola s19 file loader addedntfreak1-4/+8
2007-06-16- added mingw elf patches from Vincent Palatinntfreak1-0/+7
2007-06-15- added support for pseudo image type "mem", currently only used for etm anal...drath1-1/+6
2007-06-14- added manpage for OpenOCD (thanks to Uwe Hermann)drath1-4/+2
2007-05-31- add support for ELF images (thanks to Vincent Palatin for this patch)drath1-1/+12
2007-05-30- reworked image handling to support multiple sections (tested with ihex file...drath1-8/+15
2007-05-29- add missing image handling filesdrath1-0/+79