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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-11
add const keyword to some APIs
Zachary T Welch
15
-20
/
+22
2009-11-11
change argv to args in command handlers
Zachary T Welch
3
-28
/
+28
2009-11-11
script_debug(): improve types
Zachary T Welch
2
-5
/
+6
2009-11-11
command.c: make private routines static
Zachary T Welch
1
-2
/
+4
2009-11-11
log: improve log_callback_fn signature
Zachary T Welch
4
-6
/
+6
2009-11-11
time_support: improve use of types
Zachary T Welch
2
-26
/
+15
2009-11-11
makefiles: improve build order
Zachary T Welch
2
-85
/
+123
2009-11-11
ETM cleanup
David Brownell
4
-131
/
+120
2009-11-10
fix bug in ARM720: bugfix
Zachary T Welch
1
-1
/
+1
2009-11-10
ARM720: bugfix
David Brownell
1
-1
/
+2
2009-11-10
target: MMU-aware init for memory read/write
David Brownell
2
-28
/
+51
2009-11-10
target.cfg: (re)move some bogus reset_config lines
David Brownell
5
-13
/
+3
2009-11-10
stm32.cfg: remove reset_config
Thomas Kindler
1
-3
/
+0
2009-11-10
arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain
Michael Bruck
3
-0
/
+142
2009-11-10
ARM11: remove old mrc/mcr commands
Øyvind Harboe
5
-129
/
+9
2009-11-10
telo.cfg: fix search paths
Øyvind Harboe
2
-8
/
+8
2009-11-10
Target: minor cleanup
David Brownell
2
-13
/
+21
2009-11-10
ARM920: implement basic MMU ops
David Brownell
1
-0
/
+22
2009-11-10
ARM720: implement basic MMU ops
David Brownell
1
-0
/
+22
2009-11-10
Target: fix bad error messages
David Brownell
1
-7
/
+10
2009-11-10
httpd: fix warnings, more robust error handling, improved MIME handling
Øyvind Harboe
1
-6
/
+9
2009-11-10
tcl: HostOs now picks up eCos as well during compile time
Øyvind Harboe
1
-0
/
+2
2009-11-09
svf,xsvf,arm7_9_common: trim forard declarations
Zachary T Welch
3
-53
/
+55
2009-11-09
command.c: make commands static
Zachary T Welch
1
-50
/
+48
2009-11-09
server: remove useless declarations
Zachary T Welch
4
-52
/
+64
2009-11-09
jtag: remove useless declarations
Zachary T Welch
6
-295
/
+248
2009-11-09
target.c: remove useless declarations
Zachary T Welch
1
-103
/
+127
2009-11-09
{pic32m,stm32}x.c: remove useless declarations
Zachary T Welch
2
-98
/
+73
2009-11-09
str{7,9}x*.c: remove useless forward declarations
Zachary T Welch
3
-141
/
+108
2009-11-09
flash/<various>.c: remove useless declarations
Zachary T Welch
3
-75
/
+42
2009-11-09
flash/<assorted>.c: remove useless declarations
Zachary T Welch
5
-170
/
+103
2009-11-09
flash/at91sam[37].c: remove useless declarations
Zachary T Welch
2
-53
/
+44
2009-11-09
flash/lpc2???.c: remove useless declarations
Zachary T Welch
3
-72
/
+43
2009-11-09
flash/*nand*.c: remove useless declarations
Zachary T Welch
6
-167
/
+132
2009-11-09
flash/flash.c: remove forward declarations
Zachary T Welch
1
-57
/
+62
2009-11-09
Revert "target: add target->type->has_mmu fn"
David Brownell
3
-48
/
+5
2009-11-09
finish removing deprecated/obsolete commands
David Brownell
13
-211
/
+10
2009-11-09
User's Guide: Flash/NAND doc tweaks
David Brownell
1
-3
/
+12
2009-11-09
src/target: remove 'extern' and wrap headers
Zachary T Welch
26
-190
/
+296
2009-11-09
target.h: remove extern keyword and wrap
Zachary T Welch
1
-53
/
+72
2009-11-09
src/{server,pld,svf,xsvf}: remove 'extern' keyword
Zachary T Welch
7
-18
/
+26
2009-11-09
src/flash: remove 'extern' and wrap headers
Zachary T Welch
7
-45
/
+69
2009-11-09
src/jtag: remove 'extern' and wrap headers.
Zachary T Welch
4
-63
/
+72
2009-11-09
src/helper: wrap and clean headers.
Zachary T Welch
6
-63
/
+95
2009-11-09
User's Guide: bugfix global state info
David Brownell
2
-11
/
+14
2009-11-09
EmbeddedICE: minor cleanups
David Brownell
1
-52
/
+101
2009-11-09
Overhaul time support API
Zachary T Welch
6
-215
/
+153
2009-11-08
Add private header for ARM11 internals.
Zachary T Welch
4
-50
/
+74
2009-11-08
ARM11: remove exports and forward decls
Zachary T Welch
2
-164
/
+138
2009-11-08
ARM: minor simulator cleanup
David Brownell
1
-25
/
+49
[next]