target algo: do not write reg_param if direction is PARAM_IN
[openocd.git] / src / target / image.c
2018-11-18 Bohdan Tymkivtarget/image: Add support for S6 record in Motorola... 45/4645/2
2018-07-13 Cody Schafertarget/image: make i/j unsigned to avoid ubsan runtime... 84/4584/3
2018-02-14 Andreas BolschHandle improperly build image files gracefully 81/4281/2
2016-11-05 Paul FertserReplace "daemon" with "server" in user-visible strings 34/3634/3
2016-05-24 Marc SchinkRemove FSF address from GPL notices 88/3488/3
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct 22/3222/2
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size. 97/2997/2
2015-02-11 Paul Fertsertarget/image: fix undefined behaviour when loading... 24/2524/2
2014-03-04 Christian EggersConstify received GDB packet 19/1919/6
2013-12-30 Franck Jullientarget/image: allow for comments in IHEX files 42/1842/2
2013-06-05 Spencer Oliverupdate files to correct FSF address 26/1426/4
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2011-11-10 Øyvind Harboeimage: remove assignments to local variables that is...
2011-10-23 Øyvind Harboeclang: fix malloc() warning with assert
2011-06-24 Drasko DRASKOVICFix load_image for ELF with all p_paddr set to zero
2011-03-17 Uwe HermannFix a bunch of typos.
2010-09-29 Øyvind Harboefileio: fileio_size() can now fail
2010-09-29 Øyvind Harboefileio: refactor struct fileio to be an opaque structure
2010-09-27 Øyvind Harboeimage: fix spelling mistake
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-11-22 Øyvind Harboeembedded: do not allocate large temporary structures...
2009-11-22 Øyvind Harboeembedded: save stack
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-10-28 Franck HÉRÉSONbugfix: stack corruption loading IHex images
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Fixes '-=' whitespace
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-18 kc8apfConsolidate target selection code into single get_targe...
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-06 zwelchFix pointer cast alignment warnings in target/image.c.
2009-04-30 zwelchAdd static keywords to core target source file data...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-11-19 oharboeerror checking - no reported errors, but catched a...
2008-10-13 oharboeLaurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added...
2008-10-06 oharboebetter keep_alive() handling
2008-10-03 oharboeGDB alive fixes for verify_image
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-05-20 oharboeEdgar Grimberg fixes some memory handling issues and
2008-04-24 oharboeClose dangling file handle
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-07 vpalatin- fix cross endian ELF loading
2008-03-07 ntfreak- The elf loader incorrectly assumed that the program...
2008-02-29 oharboe- image.c and fileio.c now uses logging to propagate...
2008-01-25 ntfreakfixed incorrect elf segment size - Thanks Øyvind Harboe
2008-01-21 bodylove- Eleminated leading tabs/white space
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-20 ntfreak- removed flash write_image - binary compare function...
2007-12-18 ntfreak- added patch by Øyvind Harboe to Intel Hex Start Segme...
2007-12-18 mifi- added patch for new flash functionality like:
2007-12-17 mifi- fixed relocation problems with image loading. Relocat...
2007-10-22 ntfreak- add verify_image command
2007-10-01 ntfreak- flash autoerase <on|off> cmd added, default is off...
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
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

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)