index
:
riscv-tools/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-19
update 'nand device' usage in scripts
Zachary T Welch
3
-4
/
+8
2009-11-19
add support for naming NAND banks
Zachary T Welch
2
-3
/
+11
2009-11-19
refactor handle_nand_device_command
Zachary T Welch
1
-62
/
+62
2009-11-19
update 'flash bank' usage in scripts
Zachary T Welch
58
-69
/
+138
2009-11-19
add support for naming flash banks
Zachary T Welch
2
-2
/
+10
2009-11-19
refactor handle_flash_bank_command
Zachary T Welch
1
-17
/
+13
2009-11-19
rename flash and nand command helpers
Zachary T Welch
13
-44
/
+44
2009-11-19
allow flash/nand banks commands to accept names
Zachary T Welch
7
-4
/
+154
2009-11-19
ARM: remove per-register malloc
David Brownell
2
-1
/
+2
2009-11-19
ARM: streamline register init
David Brownell
1
-74
/
+88
2009-11-19
Cortex-A8: parts of examine() run just once
David Brownell
1
-4
/
+15
2009-11-19
nand_fileio_parse_args parses wrong param for size
Dean Glazeski
1
-1
/
+1
2009-11-19
ARMv7-A: use standard ARM core states
David Brownell
5
-31
/
+43
2009-11-19
ARMv7-A: use standard ARM core_mode symbols
David Brownell
2
-16
/
+3
2009-11-18
fix zy1000 command handler
Zachary T Welch
1
-13
/
+11
2009-11-18
remove fast command and jim_global_long
Zachary T Welch
3
-35
/
+2
2009-11-18
update src/hello.c with parsing examples
Zachary T Welch
1
-1
/
+54
2009-11-18
change all bool parsers to accept any value
Zachary T Welch
2
-6
/
+5
2009-11-18
add handle_command_parse_bool command helper
Zachary T Welch
3
-51
/
+69
2009-11-18
use COMMAND_PARSE_ENABLE macro where appropriate
Zachary T Welch
6
-158
/
+41
2009-11-18
use COMMAND_PARSE_ON_OFF where appropriate
Zachary T Welch
5
-50
/
+17
2009-11-18
add COMMAND_PARSE_BOOL macro and friends
Zachary T Welch
1
-0
/
+28
2009-11-18
ARM: rework "arm reg" output for new mode
David Brownell
1
-35
/
+113
2009-11-18
Cortex-A8: xPSR handling updates
David Brownell
1
-17
/
+20
2009-11-18
ARM: add a default full_context() method
David Brownell
2
-12
/
+27
2009-11-18
ARM: simplify ARMv7-A register handling
David Brownell
3
-188
/
+50
2009-11-18
ARM: setup "secure monitor mode" shadow regs
David Brownell
2
-21
/
+53
2009-11-18
ARM: add "core_type" field to "struct arm"
David Brownell
4
-5
/
+31
2009-11-18
fix segfault at startup
Zachary T Welch
1
-1
/
+1
2009-11-18
pass startup_tcl to command_init
Zachary T Welch
5
-5
/
+11
2009-11-18
split startup.tcl file across modules
Zachary T Welch
11
-232
/
+246
2009-11-18
move startup.c to libopenocd
Zachary T Welch
3
-10
/
+25
2009-11-18
fix regression in md/mw commands
Zachary T Welch
1
-4
/
+2
2009-11-18
jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.
Øyvind Harboe
1
-11
/
+10
2009-11-17
ARM: add is_arm_mode()
David Brownell
6
-40
/
+39
2009-11-17
ARM: add arm_mode_name()
David Brownell
9
-30
/
+75
2009-11-17
ARM: only use one set of dummy FPA registers
David Brownell
9
-107
/
+39
2009-11-17
allow documentation to be configured
Zachary T Welch
4
-3
/
+26
2009-11-17
update doxygen configuration to produce a PDF
Zachary T Welch
2
-8
/
+15
2009-11-17
update command_handler documentation
Zachary T Welch
2
-21
/
+22
2009-11-17
remove unused variable from run_command
Zachary T Welch
1
-3
/
+2
2009-11-17
add CMD_NAME variable in command_invocation
Zachary T Welch
2
-8
/
+9
2009-11-17
add struct command_invocation for COMMAND_HANDLER
Zachary T Welch
2
-9
/
+21
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
51
-620
/
+623
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
63
-521
/
+521
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
64
-311
/
+311
2009-11-17
add more command_handler conversion macros
Zachary T Welch
1
-1
/
+16
2009-11-17
target: simplify register get/set ops
David Brownell
14
-136
/
+62
2009-11-17
jtag_registers: Avalon bridge flushing tweaks
Øyvind Harboe
1
-1
/
+12
2009-11-17
zy1000: revC UART forwarding
Øyvind Harboe
1
-4
/
+12
[next]