aboutsummaryrefslogtreecommitdiff
path: root/src/pld
AgeCommit message (Expand)AuthorFilesLines
2010-01-08PLD: usage/help updatesDavid Brownell2-12/+13
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+2
2009-12-03remove tertiary include pathsZachary T Welch1-4/+1
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-03change #include "time_support.h" to <helper/time_support.h>Zachary T Welch1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch2-2/+2
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch1-1/+1
2009-12-03allow #include directives to use module nameZachary T Welch1-0/+1
2009-12-02pld: factor init to 'pld init'Zachary T Welch1-0/+23
2009-11-24pld: use static registration instead of callbackZachary T Welch3-12/+12
2009-11-24pld: use register_commands()Zachary T Welch2-22/+60
2009-11-24use COMMAND_REGISTER macroZachary T Welch2-6/+6
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2-11/+11
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch2-13/+13
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch2-4/+4
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-1/+1
2009-11-13command_t -> struct commandZachary T Welch2-2/+2
2009-11-13command_context_t -> struct command_contextZachary T Welch3-6/+6
2009-11-13pld_device_t -> struct pld_deviceZachary T Welch3-19/+19
2009-11-13virtex2_pld_device_t -> struct virtex2_pld_deviceZachary T Welch2-8/+8
2009-11-13xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch3-5/+5
2009-11-13pld_driver_t -> struct pld_driverZachary T Welch3-6/+6
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-4/+4
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch2-3/+3
2009-11-13use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch1-1/+2
2009-11-13add PLD_DEVICE_COMMAND_HANDLER macroZachary T Welch2-4/+9
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch2-8/+4
2009-11-11remove more useless declarationsZachary T Welch2-42/+34
2009-11-11add const keyword to some APIsZachary T Welch4-4/+4
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch1-3/+5
2009-11-05Improve pld command argument parsing.Zachary T Welch2-6/+11
2009-06-23- Replace '){' with ') {'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '=' whitespacezwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane2-3/+3
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe1-2/+3
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch3-9/+9
2009-06-18Transform 'u8' to 'uint8_t'zwelch3-12/+12
2009-06-18David Brownell <david-b@pacbell.net>:zwelch3-77/+77
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch1-1/+1
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-8/+8
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_DRPAUSEoharboe1-3/+3
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe1-3/+3
2009-05-22Author: Rick Altherr <kc8apf@kc8apf.net>kc8apf1-2/+2
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-4/+5
2009-05-11switch to jtag_add_dr_scan() from the synchronous version - USB performance fixoharboe1-4/+11
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch4-30/+2