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
path:
root
/
src
/
pld
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-05
update files to correct FSF address
Spencer Oliver
6
-6
/
+6
2012-05-21
build: add helper/types.h to config.h
Spencer Oliver
1
-2
/
+0
2012-02-06
build: cleanup src/pld directory
Spencer Oliver
6
-120
/
+84
2012-01-18
cmd: add missing usage vars
Spencer Oliver
2
-0
/
+3
2012-01-04
Change return value on error.
Mathias K
2
-8
/
+4
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
1
-1
/
+1
2011-06-04
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
1
-3
/
+0
2010-12-29
warnings: use more 'const' for char *
Øyvind Harboe
1
-1
/
+1
2010-11-18
build: add common.mk
Spencer Oliver
1
-3
/
+1
2010-09-20
warnings: fix alignment warnings
Øyvind Harboe
1
-1
/
+1
2010-04-10
PLD: review scope of functions
Antonio Borneo
2
-3
/
+2
2010-03-20
jtag: move towards making out_value const
Øyvind Harboe
1
-3
/
+4
2010-03-19
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
1
-2
/
+0
2010-03-18
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
1
-6
/
+6
2010-03-08
jtag: jtag_add_ir_scan() now takes a single field
Øyvind Harboe
1
-1
/
+1
2010-03-08
jtag: retire tap field
Øyvind Harboe
1
-8
/
+4
2010-01-08
PLD: usage/help updates
David Brownell
2
-12
/
+13
2009-12-08
build: add build/src to include path
Øyvind Harboe
1
-1
/
+2
2009-12-03
remove tertiary include paths
Zachary T Welch
1
-4
/
+1
2009-12-03
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "types.h" to <helper/types.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "log.h" to <helper/log.h>
Zachary T Welch
2
-2
/
+2
2009-12-03
change #include "command.h" to <helper/command.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
allow #include directives to use module name
Zachary T Welch
1
-0
/
+1
2009-12-02
pld: factor init to 'pld init'
Zachary T Welch
1
-0
/
+23
2009-11-24
pld: use static registration instead of callback
Zachary T Welch
3
-12
/
+12
2009-11-24
pld: use register_commands()
Zachary T Welch
2
-22
/
+60
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
2
-6
/
+6
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2
-11
/
+11
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2
-13
/
+13
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2
-4
/
+4
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
1
-1
/
+1
2009-11-13
command_t -> struct command
Zachary T Welch
2
-2
/
+2
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
3
-6
/
+6
2009-11-13
pld_device_t -> struct pld_device
Zachary T Welch
3
-19
/
+19
2009-11-13
virtex2_pld_device_t -> struct virtex2_pld_device
Zachary T Welch
2
-8
/
+8
2009-11-13
xilinx_bit_file_t -> struct xilinx_bit_file
Zachary T Welch
3
-5
/
+5
2009-11-13
pld_driver_t -> struct pld_driver
Zachary T Welch
3
-6
/
+6
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
1
-4
/
+4
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2
-3
/
+3
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
1
-1
/
+2
2009-11-13
add PLD_DEVICE_COMMAND_HANDLER macro
Zachary T Welch
2
-4
/
+9
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2
-8
/
+4
2009-11-11
remove more useless declarations
Zachary T Welch
2
-42
/
+34
2009-11-11
add const keyword to some APIs
Zachary T Welch
4
-4
/
+4
2009-11-09
src/{server,pld,svf,xsvf}: remove 'extern' keyword
Zachary T Welch
1
-3
/
+5
2009-11-05
Improve pld command argument parsing.
Zachary T Welch
2
-6
/
+11
2009-06-23
- Replace '){' with ') {'.
zwelch
1
-1
/
+1
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-1
/
+1
[next]