aboutsummaryrefslogtreecommitdiff
path: root/src/pld
AgeCommit message (Expand)AuthorFilesLines
2023-12-16jtag: Rename 'hasidcode' to 'has_idcode'Marc Schink2-3/+3
2023-11-11pld/certus: fix crash when loading bitstreamDaniel Anselmi1-0/+1
2023-09-23pld: harmonize refresh commandsDaniel Anselmi10-6/+104
2023-09-23jtagspi/pld: add support from gatemate driverDaniel Anselmi1-0/+66
2023-09-23jtagspi/pld: add support from intel driverDaniel Anselmi1-1/+7
2023-09-23jtagspi/pld: add support from xilinx driverDaniel Anselmi1-0/+16
2023-09-23jtagspi/pld: add support from efinix driverDaniel Anselmi1-0/+7
2023-09-23jtagspi/pld: add support from lattice certus driverDaniel Anselmi3-0/+82
2023-09-23jtagspi/pld: add support from lattice ecp5 driverDaniel Anselmi4-0/+81
2023-09-23jtagspi/pld: add support from lattice ecp2/ecp3 driverDaniel Anselmi3-0/+120
2023-09-23jtagspi/pld: add interface to get support from pld driversDaniel Anselmi2-2/+103
2023-08-12pld: allow calling of configuration functions before 'init'Daniel Anselmi2-3/+3
2023-08-12pld: fix sparser warningsDaniel Anselmi2-2/+2
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 Anselmi6-1/+186
2023-07-08pld/virtex2: add program/refresh commandDaniel Anselmi1-0/+51
2023-07-08pld/xilinx: make instruction codes configurableDaniel Anselmi2-12/+108
2023-07-08pld: give devices a name for referencing in scriptsDaniel Anselmi8-189/+220
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