index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
image.c
Age
Commit message (
Expand
)
Author
2018-11-18
target/image: Add support for S6 record in Motorola SREC files
Bohdan Tymkiv
2018-07-13
target/image: make i/j unsigned to avoid ubsan runtime error
Cody Schafer
2018-02-14
Handle improperly build image files gracefully
Andreas Bolsch
2016-11-05
Replace "daemon" with "server" in user-visible strings
Paul Fertser
2016-05-24
Remove FSF address from GPL notices
Marc Schink
2016-02-29
helper/fileio: Remove nested struct
Marc Schink
2015-11-03
helper/fileio: Use size_t for file size.
Marc Schink
2015-02-11
target/image: fix undefined behaviour when loading with GDB
Paul Fertser
2014-03-04
Constify received GDB packet
Christian Eggers
2013-12-30
target/image: allow for comments in IHEX files
Franck Jullien
2013-06-05
update files to correct FSF address
Spencer Oliver
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
2011-11-10
image: remove assignments to local variables that is never read
Øyvind Harboe
2011-10-23
clang: fix malloc() warning with assert
Øyvind Harboe
2011-06-24
Fix load_image for ELF with all p_paddr set to zero
Drasko DRASKOVIC
2011-03-17
Fix a bunch of typos.
Uwe Hermann
2010-09-29
fileio: fileio_size() can now fail
Øyvind Harboe
2010-09-29
fileio: refactor struct fileio to be an opaque structure
Øyvind Harboe
2010-09-27
image: fix spelling mistake
Øyvind Harboe
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-11-22
embedded: do not allocate large temporary structures on stack
Øyvind Harboe
2009-11-22
embedded: save stack
Øyvind Harboe
2009-11-16
fileio: improve API types
Zachary T Welch
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
image_t -> struct image
Zachary T Welch
2009-11-13
image_elf_t -> struct image_elf
Zachary T Welch
2009-11-13
image_mot_t -> struct image_mot
Zachary T Welch
2009-11-13
image_memory_t -> struct image_memory
Zachary T Welch
2009-11-13
image_ihex_t -> struct image_ihex
Zachary T Welch
2009-11-13
image_binary_t -> struct image_binary
Zachary T Welch
2009-11-13
image_section_t -> struct image_section
Zachary T Welch
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
2009-11-11
add const keyword to some APIs
Zachary T Welch
2009-10-28
bugfix: stack corruption loading IHex images
Franck HÉRÉSON
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
Remove whitespace that occurs after '('.
zwelch
2009-06-23
- Fixes '[<>]' whitespace
zwelch
2009-06-23
- Fixes '+' whitespace
zwelch
2009-06-23
- Fixes '=' whitespace
zwelch
2009-06-23
- Fixes '==' whitespace
zwelch
2009-06-23
- Fixes '&&' whitespace
zwelch
2009-06-23
- Fixes '[+]=' whitespace
zwelch
2009-06-23
- Fixes '!=' whitespace
zwelch
2009-06-23
- Fixes '-=' whitespace
zwelch
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
2009-06-21
C99 printf() -Werror fixes
duane
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
[next]