target: add generic Xtensa LX support
[fw/openocd] / src / target / image.h
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2022-04-23 Jan Matyastarget/image: fix - p_flags field in ELF64 segment...
2021-05-01 Tim NewsomeCleanup of config/includes.
2021-05-01 Florian Meistertarget/image: allow loading of 64-bit ELF files
2020-11-08 Andreas BolschFlash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI...
2020-11-07 Marc Schinktarget/image: Use proper data types
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2014-03-04 Christian EggersConstify received GDB packet
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2010-09-27 Øyvind Harboeimage: fix spelling mistake
2010-03-16 Bradey Honsingerimage loading: fix problem with offsets > 0x80000000
2009-12-03 Zachary T Welchchange #include "fileio.h" to <helper/fileio.h>
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-13 Zachary T Welchtarget_t -> struct target
2009-11-13 Zachary T Welchimage_t -> struct image
2009-11-13 Zachary T Welchimage_elf_t -> struct image_elf
2009-11-13 Zachary T Welchimage_mot_t -> struct image_mot
2009-11-13 Zachary T Welchimage_memory_t -> struct image_memory
2009-11-13 Zachary T Welchimage_ihex_t -> struct image_ihex
2009-11-13 Zachary T Welchimage_binary_t -> struct image_binary
2009-11-13 Zachary T Welchimage_section_t -> struct image_section
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-11-09 Zachary T Welchsrc/target: remove 'extern' and wrap headers
2009-10-28 Franck HÉRÉSONbugfix: stack corruption loading IHex images
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2007-10-22 ntfreak- add verify_image command
2007-09-05 drathPatch by Michael Schwingen that
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-31 drath- calculate cycles since last executed instruction...
2007-07-31 ntfreak- motorola s19 file loader added
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-06-15 drath- added support for pseudo image type "mem", currently...
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-31 drath- add support for ELF images (thanks to Vincent Palatin...
2007-05-30 drath- reworked image handling to support multiple sections...
2007-05-29 drath- add missing image handling files