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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
change #include "fileio.h" to <helper/fileio.h>
Zachary T Welch
1
-1
/
+1
2009-11-16
fileio: improve API types
Zachary T Welch
1
-1
/
+1
2009-11-13
target_t -> struct target
Zachary T Welch
1
-1
/
+1
2009-11-13
image_t -> struct image
Zachary T Welch
1
-11
/
+11
2009-11-13
image_elf_t -> struct image_elf
Zachary T Welch
1
-2
/
+2
2009-11-13
image_mot_t -> struct image_mot
Zachary T Welch
1
-2
/
+2
2009-11-13
image_memory_t -> struct image_memory
Zachary T Welch
1
-2
/
+2
2009-11-13
image_ihex_t -> struct image_ihex
Zachary T Welch
1
-2
/
+2
2009-11-13
image_binary_t -> struct image_binary
Zachary T Welch
1
-2
/
+2
2009-11-13
image_section_t -> struct image_section
Zachary T Welch
1
-3
/
+3
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
1
-4
/
+4
2009-11-11
add const keyword to some APIs
Zachary T Welch
1
-1
/
+1
2009-11-09
src/target: remove 'extern' and wrap headers
Zachary T Welch
1
-5
/
+9
2009-10-28
bugfix: stack corruption loading IHex images
Franck HÉRÉSON
1
-1
/
+1
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-8
/
+8
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-7
/
+7
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
1
-7
/
+2
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-6
/
+6
2008-10-13
Laurentiu Cocanu <laurentiu.cocanu@zylin.com> - Added additional error checks...
oharboe
1
-1
/
+1
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-1
/
+4
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
1
-0
/
+3
2008-02-29
- image.c and fileio.c now uses logging to propagate error strings.
oharboe
1
-1
/
+0
2007-10-22
- add verify_image command
ntfreak
1
-0
/
+2
2007-09-05
Patch by Michael Schwingen that
drath
1
-1
/
+1
2007-08-10
- renamed M5960 USB JTAG to "flyswatter"
drath
1
-1
/
+3
2007-07-31
- calculate cycles since last executed instruction when cycle-accurate tracin...
drath
1
-1
/
+1
2007-07-31
- motorola s19 file loader added
ntfreak
1
-4
/
+8
2007-06-16
- added mingw elf patches from Vincent Palatin
ntfreak
1
-0
/
+7
2007-06-15
- added support for pseudo image type "mem", currently only used for etm anal...
drath
1
-1
/
+6
2007-06-14
- added manpage for OpenOCD (thanks to Uwe Hermann)
drath
1
-4
/
+2
2007-05-31
- add support for ELF images (thanks to Vincent Palatin for this patch)
drath
1
-1
/
+12
2007-05-30
- reworked image handling to support multiple sections (tested with ihex file...
drath
1
-8
/
+15
2007-05-29
- add missing image handling files
drath
1
-0
/
+79