index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
image.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-18
target/image: Add support for S6 record in Motorola SREC files
Bohdan Tymkiv
1
-2
/
+2
2018-07-13
target/image: make i/j unsigned to avoid ubsan runtime error
Cody Schafer
1
-2
/
+1
2018-02-14
Handle improperly build image files gracefully
Andreas Bolsch
1
-279
/
+314
2016-11-05
Replace "daemon" with "server" in user-visible strings
Paul Fertser
1
-2
/
+2
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2016-02-29
helper/fileio: Remove nested struct
Marc Schink
1
-21
/
+21
2015-11-03
helper/fileio: Use size_t for file size.
Marc Schink
1
-3
/
+3
2015-02-11
target/image: fix undefined behaviour when loading with GDB
Paul Fertser
1
-0
/
+1
2014-03-04
Constify received GDB packet
Christian Eggers
1
-1
/
+1
2013-12-30
target/image: allow for comments in IHEX files
Franck Jullien
1
-0
/
+3
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-364
/
+245
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
1
-3
/
+3
2011-11-10
image: remove assignments to local variables that is never read
Øyvind Harboe
1
-4
/
+0
2011-10-23
clang: fix malloc() warning with assert
Øyvind Harboe
1
-0
/
+2
2011-06-24
Fix load_image for ELF with all p_paddr set to zero
Drasko DRASKOVIC
1
-1
/
+25
2011-03-17
Fix a bunch of typos.
Uwe Hermann
1
-1
/
+1
2010-09-29
fileio: fileio_size() can now fail
Øyvind Harboe
1
-3
/
+22
2010-09-29
fileio: refactor struct fileio to be an opaque structure
Øyvind Harboe
1
-3
/
+3
2010-09-27
image: fix spelling mistake
Øyvind Harboe
1
-11
/
+11
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
1
-1
/
+1
2009-11-22
embedded: do not allocate large temporary structures on stack
Øyvind Harboe
1
-6
/
+61
2009-11-22
embedded: save stack
Øyvind Harboe
1
-9
/
+15
2009-11-16
fileio: improve API types
Zachary T Welch
1
-7
/
+7
2009-11-13
target_t -> struct target
Zachary T Welch
1
-1
/
+1
2009-11-13
image_t -> struct image
Zachary T Welch
1
-19
/
+19
2009-11-13
image_elf_t -> struct image_elf
Zachary T Welch
1
-5
/
+5
2009-11-13
image_mot_t -> struct image_mot
Zachary T Welch
1
-4
/
+4
2009-11-13
image_memory_t -> struct image_memory
Zachary T Welch
1
-4
/
+4
2009-11-13
image_ihex_t -> struct image_ihex
Zachary T Welch
1
-4
/
+4
2009-11-13
image_binary_t -> struct image_binary
Zachary T Welch
1
-4
/
+4
2009-11-13
image_section_t -> struct image_section
Zachary T Welch
1
-9
/
+9
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
1
-3
/
+3
2009-11-11
add const keyword to some APIs
Zachary T Welch
1
-3
/
+3
2009-10-28
bugfix: stack corruption loading IHex images
Franck HÉRÉSON
1
-0
/
+21
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-3
/
+3
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-2
/
+2
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-5
/
+5
2009-06-23
- Fixes '+' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '=' whitespace
zwelch
1
-9
/
+9
2009-06-23
- Fixes '==' whitespace
zwelch
1
-5
/
+5
2009-06-23
- Fixes '&&' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '[+]=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-4
/
+4
2009-06-23
- Fixes '-=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
1
-1
/
+1
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-3
/
+3
2009-06-21
C99 printf() -Werror fixes
duane
1
-15
/
+15
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-29
/
+29
[next]