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-28
ARM11: fix warning on amd64
David Brownell
1
-1
/
+4
2009-11-28
ARM11: fix dbgtap JTAG_DEBUG
David Brownell
1
-2
/
+2
2009-11-28
target: uplevel add_{break,watch}point() error checks
David Brownell
6
-38
/
+23
2009-11-28
target: remove unused TARGET_EVENT_OLD_* symbols
David Brownell
1
-2
/
+0
2009-11-27
NEWS: mention new reset-assert event
David Brownell
1
-0
/
+3
2009-11-27
omap3530.cfg: use new "reset-assert" event
David Brownell
1
-2
/
+2
2009-11-27
Cortex-A8: support "reset-assert" event
David Brownell
1
-5
/
+28
2009-11-27
target: groundwork for "reset-assert" event
David Brownell
3
-7
/
+64
2009-11-27
ARM11: write_memory() avoids increment check
David Brownell
1
-9
/
+19
2009-11-27
fix regression causing duplicated output
Zachary T Welch
1
-13
/
+28
2009-11-27
zy1000: keep up with new command registration stuff
Øyvind Harboe
1
-42
/
+46
2009-11-27
update minidummy interface driver command handling
Zachary T Welch
1
-1
/
+1
2009-11-27
fix 'nand info' command
Zachary T Welch
1
-5
/
+5
2009-11-27
zy1000: keep up with changes to log_init()
Øyvind Harboe
1
-7
/
+1
2009-11-27
minidummy: fix compilation error
Øyvind Harboe
1
-2
/
+2
2009-11-26
ARM NAND I/O header documentation update.
Dean Glazeski
1
-6
/
+10
2009-11-26
ARM NAND I/O documentation update.
Dean Glazeski
1
-1
/
+7
2009-11-26
ARM NAND I/O refactor code copying.
Dean Glazeski
1
-40
/
+47
2009-11-26
ARM NAND I/O read function.
Dean Glazeski
2
-1
/
+91
2009-11-26
NAND Flash documentation update.
Dean Glazeski
1
-1
/
+47
2009-11-26
XScale: add stub {read,write}_phys routines
David Brownell
1
-0
/
+20
2009-11-26
update bug reporting information
Uwe Hermann
1
-4
/
+2
2009-11-26
fix typos in documentation
Uwe Hermann
5
-11
/
+11
2009-11-26
fix typos in source files
Uwe Hermann
3
-8
/
+8
2009-11-26
styleguide: add some embedded style rules.
Øyvind Harboe
1
-0
/
+3
2009-11-26
fix 'flash protect' and 'flash erase_sector'
Eric Wetzel
1
-3
/
+3
2009-11-25
target: create and use target_name()
David Brownell
5
-24
/
+34
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
7
-17
/
+26
2009-11-25
omap3530.cfg: yes we have SRAM!
David Brownell
1
-0
/
+3
2009-11-25
ARM: minor armv4/armv5 cleanup
David Brownell
1
-1
/
+12
2009-11-25
ARM: comment tweaks in ADIv5
David Brownell
1
-2
/
+5
2009-11-25
ARM7/9: shrink run_algorithm_inner() lines
David Brownell
1
-2
/
+10
2009-11-25
NEWS updates
David Brownell
1
-0
/
+10
2009-11-25
update NEWS with recent developments
Zachary T Welch
1
-0
/
+17
2009-11-25
use ARRAY_SIZE macro
Zachary T Welch
10
-36
/
+36
2009-11-25
support OPENOCD_DEBUG_LEVEL environment setting
Zachary T Welch
1
-0
/
+13
2009-11-25
log: improve initialization
Zachary T Welch
3
-14
/
+11
2009-11-25
update command handler documentation
Zachary T Welch
2
-18
/
+83
2009-11-25
add 'testee' target type
Zachary T Welch
3
-1
/
+52
2009-11-25
improve command handling examples
Zachary T Welch
5
-5
/
+62
2009-11-25
add script_command_run helper
Zachary T Welch
1
-26
/
+19
2009-11-25
encapsulate and re-use log capture, retval setup
Zachary T Welch
1
-49
/
+43
2009-11-25
combine help and usage command handlers
Zachary T Welch
1
-20
/
+8
2009-11-24
improve usage and help command output
Zachary T Welch
2
-44
/
+38
2009-11-24
allow scripts to update usage information
Zachary T Welch
2
-7
/
+36
2009-11-24
httpd: use register_commands()
Zachary T Welch
4
-20
/
+51
2009-11-24
add jim_handler to command_registration
Zachary T Welch
6
-83
/
+146
2009-11-24
refactor command_new to use command_registration
Zachary T Welch
1
-12
/
+10
2009-11-24
remove register_commands from etm_capture_driver
Zachary T Welch
5
-31
/
+17
2009-11-24
remove target_type register_command callback
Zachary T Welch
31
-149
/
+89
[next]