aboutsummaryrefslogtreecommitdiff
path: root/src/pld
AgeCommit message (Expand)AuthorFilesLines
2023-05-18pld/virtex2: check error propagated by virtex2_read_stat()Antonio Borneo1-2/+6
2023-05-18pld: fix new warnings from sparseAntonio Borneo2-3/+1
2023-05-18pld: validate exported functions by including its own .hAntonio Borneo3-0/+3
2023-05-18pld: move in pld.h the pld_driver's declarationAntonio Borneo2-9/+7
2023-05-05pld/virtex2: add missing error checksDaniel Anselmi1-27/+94
2023-05-05pld: gatemate: fix memory leakAntonio Borneo1-1/+3
2023-04-30pld: add support for cologne chip gatemate fpgasDaniel Anselmi3-0/+244
2023-04-30pld: add support for gowin devicesDaniel Anselmi3-0/+584
2023-04-30pld: add support for altera/intel devicesDaniel Anselmi3-0/+477
2023-04-30pld: add support for efinix devicesDaniel Anselmi3-0/+221
2023-04-30pld: add support for lattice certus devicesDaniel Anselmi5-8/+331
2023-04-30pld: add support for lattice ecp5 devicesDaniel Anselmi5-1/+274
2023-04-30pld: add support for lattice ecp2 and ecp3 devicesDaniel Anselmi10-0/+960
2023-04-14pld: move file sanity checks to pld.cDaniel Anselmi2-17/+17
2022-10-08fix leaky file-handle in virtex2 driverDaniel Anselmi1-0/+6
2022-10-08don't return ERROR_OK in error casesDaniel Anselmi1-2/+2
2022-10-08fix memory leak in virtex2 driverDaniel Anselmi3-5/+34
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo3-3/+3
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo6-78/+12
2022-07-23openocd: build: add SPDX tagAntonio Borneo1-0/+2
2021-11-23openocd: use single line for register_commands*()Antonio Borneo1-2/+1
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo2-3/+3
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-2/+2
2021-05-01Cleanup of config/includes.Tim Newsome3-1/+4
2021-04-18helper/command: pass command prefix to command registrationAntonio Borneo1-2/+1
2020-09-05openocd: use proper format with uint32_tAntonio Borneo1-1/+1
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo2-8/+8
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-8/+8
2016-05-24Make #include guard naming consistentMarc Schink3-9/+9
2016-05-24Remove FSF address from GPL noticesMarc Schink6-18/+6
2015-08-06cpld/virtex2: allow JSTART to be disabledRobert Jordens2-5/+12
2013-06-05update files to correct FSF addressSpencer Oliver6-6/+6
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-02-06build: cleanup src/pld directorySpencer Oliver6-120/+84
2012-01-18cmd: add missing usage varsSpencer Oliver2-0/+3
2012-01-04Change return value on error.Mathias K2-8/+4
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-1/+1
2011-06-04Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixesFreddie Chopin1-3/+0
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-11-18build: add common.mkSpencer Oliver1-3/+1
2010-09-20warnings: fix alignment warningsØyvind Harboe1-1/+1
2010-04-10PLD: review scope of functionsAntonio Borneo2-3/+2
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 Brownell2-12/+13
2009-12-08build: add build/src to include pathØyvind Harboe1-1/+2