index
:
openocd+libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pld
/
virtex2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
2011-06-04
1
-3
/
+0
*
warnings: fix alignment warnings
Øyvind Harboe
2010-09-20
1
-1
/
+1
*
jtag: move towards making out_value const
Øyvind Harboe
2010-03-20
1
-3
/
+4
*
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
2010-03-19
1
-2
/
+0
*
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
2010-03-18
1
-6
/
+6
*
jtag: jtag_add_ir_scan() now takes a single field
Øyvind Harboe
2010-03-08
1
-1
/
+1
*
jtag: retire tap field
Øyvind Harboe
2010-03-08
1
-8
/
+4
*
PLD: usage/help updates
David Brownell
2010-01-08
1
-2
/
+2
*
pld: use static registration instead of callback
Zachary T Welch
2009-11-24
1
-6
/
+1
*
pld: use register_commands()
Zachary T Welch
2009-11-24
1
-8
/
+21
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-2
/
+2
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-4
/
+4
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-4
/
+4
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-2
/
+2
*
rename CEIL as DIV_ROUND_UP
Zachary T Welch
2009-11-16
1
-1
/
+1
*
command_t -> struct command
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-1
/
+1
*
pld_device_t -> struct pld_device
Zachary T Welch
2009-11-13
1
-5
/
+5
*
virtex2_pld_device_t -> struct virtex2_pld_device
Zachary T Welch
2009-11-13
1
-6
/
+6
*
xilinx_bit_file_t -> struct xilinx_bit_file
Zachary T Welch
2009-11-13
1
-1
/
+1
*
pld_driver_t -> struct pld_driver
Zachary T Welch
2009-11-13
1
-1
/
+1
*
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
1
-4
/
+4
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-2
/
+2
*
add PLD_DEVICE_COMMAND_HANDLER macro
Zachary T Welch
2009-11-13
1
-3
/
+3
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-2
/
+1
*
remove more useless declarations
Zachary T Welch
2009-11-11
1
-22
/
+19
*
add const keyword to some APIs
Zachary T Welch
2009-11-11
1
-1
/
+1
*
Improve pld command argument parsing.
Zachary T Welch
2009-11-05
1
-1
/
+3
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-1
/
+1
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-2
/
+2
*
fix jtag_add_callback() args. The first argument is nothing special, it's jus...
oharboe
2009-06-19
1
-2
/
+3
*
Finish transforming 'u32' to 'uint32_t'.
zwelch
2009-06-18
1
-7
/
+7
*
Transform 'u8' to 'uint8_t'
zwelch
2009-06-18
1
-4
/
+4
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-18
1
-27
/
+20
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
1
-1
/
+1
*
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
2009-06-04
1
-8
/
+8
*
no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE
oharboe
2009-06-04
1
-3
/
+3
*
no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...
oharboe
2009-06-04
1
-3
/
+3
*
switch to jtag_add_dr_scan() from the synchronous version - USB performance fix
oharboe
2009-05-11
1
-4
/
+11
*
Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
zwelch
2009-05-11
1
-6
/
+1
*
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
2009-05-08
1
-4
/
+2
*
remove in_handler usage
oharboe
2009-05-07
1
-10
/
+6
*
remove unecessary setting of deprecated fields to NULL
oharboe
2009-05-06
1
-13
/
+8
*
retire out_mask - not used anywhere
oharboe
2009-05-06
1
-4
/
+2
*
mark usage of in_handler that can be converted into user code
oharboe
2009-05-05
1
-1
/
+1
*
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2009-04-19
1
-1
/
+1
*
Change tap_state naming to be consistent with SVF documentation.
kc8apf
2008-12-13
1
-8
/
+8
*
jtag newtap change & huge manual update
duane
2008-11-30
1
-20
/
+26
[next]