aboutsummaryrefslogtreecommitdiff
path: root/src/pld/virtex2.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-23pld: harmonize refresh commandsDaniel Anselmi1-4/+4
2023-09-23jtagspi/pld: add support from xilinx driverDaniel Anselmi1-0/+16
2023-08-12pld: fix sparser warningsDaniel Anselmi1-1/+1
2023-08-05pld/virtex2: allow calling set_instr_codes and set_user_codes before 'init'Daniel Anselmi1-2/+2
2023-07-08ipdbg/pld: ipdbg can get tap and hub/ir from pld driver.Daniel Anselmi1-0/+21
2023-07-08pld/virtex2: add program/refresh commandDaniel Anselmi1-0/+51
2023-07-08pld/xilinx: make instruction codes configurableDaniel Anselmi1-12/+94
2023-07-08pld: give devices a name for referencing in scriptsDaniel Anselmi1-16/+13
2023-05-18pld/virtex2: check error propagated by virtex2_read_stat()Antonio Borneo1-2/+6
2023-05-05pld/virtex2: add missing error checksDaniel Anselmi1-27/+94
2022-10-08don't return ERROR_OK in error casesDaniel Anselmi1-2/+2
2022-10-08fix memory leak in virtex2 driverDaniel Anselmi1-0/+2
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-2/+2
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-08-06cpld/virtex2: allow JSTART to be disabledRobert Jordens1-5/+11
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/pld directorySpencer Oliver1-37/+31
2012-01-18cmd: add missing usage varsSpencer Oliver1-0/+1
2012-01-04Change return value on error.Mathias K1-4/+2
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-3/+0
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-03-20jtag: move towards making out_value constØyvind Harboe1-3/+4
2010-03-19jtag: retire jtag_get/set_end_state()Øyvind Harboe1-2/+0
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe1-6/+6
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe1-1/+1
2010-03-08jtag: retire tap fieldØyvind Harboe1-8/+4
2010-01-08PLD: usage/help updatesDavid Brownell1-2/+2
2009-11-24pld: use static registration instead of callbackZachary T Welch1-6/+1
2009-11-24pld: use register_commands()Zachary T Welch1-8/+21
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-2/+2
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-4/+4
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-4/+4
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-1/+1
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13pld_device_t -> struct pld_deviceZachary T Welch1-5/+5
2009-11-13virtex2_pld_device_t -> struct virtex2_pld_deviceZachary T Welch1-6/+6
2009-11-13xilinx_bit_file_t -> struct xilinx_bit_fileZachary T Welch1-1/+1
2009-11-13pld_driver_t -> struct pld_driverZachary T Welch1-1/+1
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch1-4/+4
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+2
2009-11-13add PLD_DEVICE_COMMAND_HANDLER macroZachary T Welch1-3/+3
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-2/+1
2009-11-11remove more useless declarationsZachary T Welch1-22/+19
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-05Improve pld command argument parsing.Zachary T Welch1-1/+3