Commit Graph

1638 Commits

Author SHA1 Message Date
Hans Baier 4c0f683f9f spiOverJtag: support xc7k420tffg901 2022-05-14 09:53:56 +07:00
Gwenhael Goavec-Merou dd85b5a579 spiOverJtag: xc7a100tfgg676 variant 2022-05-10 19:09:21 +02:00
Gwenhael Goavec-Merou eb4ac2536a spiOverJtag: add artix fgg676 constraints file 2022-05-10 19:08:32 +02:00
Gwenhael Goavec-Merou 74eda1cd8a spiFlashdb: N25Q64 part 2022-05-10 19:07:56 +02:00
Gwenhael Goavec-Merou c898b9172b
Merge pull request #220 from hansfbaier/master
support Kintex XC7K420T
2022-05-10 08:39:28 +02:00
Hans Baier 6a2a62cae6 support Kintex XC7K420T 2022-05-10 13:07:47 +07:00
Gwenhael Goavec-Merou 3a3fe9a3cb spiOverJtag: add cycloneV 5CEBA9F27 variant 2022-05-05 07:03:06 +02:00
Gwenhael Goavec-Merou 2bbf372a1d
Merge pull request #218 from ejdan/efinix-jtag
efinix: support loading a bitstream to SRAM using only JTAG pins (no GPIO)
2022-05-02 07:05:37 +02:00
Gwenhael Goavec-Merou 84d5c59dfe ftdipp_mpsse: don't throw exception when iProduct is empty: display warn and use empty string 2022-05-01 17:09:53 +02:00
Gwenhael Goavec-Merou db410839af spiInterface: unprotect_flash: fix return. Improve messages 2022-04-30 20:16:30 +02:00
Anders Ejdeling e094494a59 efinix: support loading a bitstream to memory using only JTAG pins (no GPIO). Tested with Trion T120 BGA324 Development Kit but should work on T20BGA324, T20BGA400, T35, T55, T85, and T120 FPGA. 2022-04-29 15:57:20 +02:00
Gwenhael Goavec-Merou d7365495aa spiFlash: fix display: when bp_len==0 -> set bp/tb = 0, otherwise parse reg 2022-04-23 17:58:33 +02:00
Gwenhael Goavec-Merou 5692482152 jlink: write_data -> writeTMSTDI. Fix behaviour 2022-04-17 12:33:37 +02:00
Gwenhael Goavec-Merou fc07ddf076 doc/FPGAs: add 5CEBA9 2022-04-11 19:16:49 +02:00
Gwenhael Goavec-Merou b12d174131 part: add 5CEBA9 entry (issue #213) 2022-04-11 19:14:58 +02:00
Gwenhael Goavec-Merou bbef5b2e1e doc/intel: fix svf generation command (issue #212) 2022-04-11 19:14:18 +02:00
Gwenhael Goavec-Merou 80eeaef6ab ip CLI arg for XVC 2022-04-11 06:53:22 +02:00
Gwenhael Goavec-Merou 188d7518d1 jlink: check usb_claim error 2022-04-11 06:51:34 +02:00
Gwenhael Goavec-Merou 7bfce0fb2b xvc_client: Xilinx Virtual Cable client PoC 2022-04-10 16:02:39 +02:00
Gwenhael Goavec-Merou 3cc9adf2aa
Merge pull request #211 from pu-cc/gatemate-fail-fix
gatemate: fix failed signal polarity and update documentation
2022-04-09 20:08:14 +02:00
Patrick Urban dce9406599 gatemate: fix failed signal polarity and update documentation
* CFG_FAILED signal is no longer inverted
* minor fix in CFG_MD settings in doc/vendors/colognechip.rst
* update evaluation board URL

Signed-off-by: Patrick Urban <patrick.urban@web.de>
2022-04-09 13:08:57 +02:00
Gwenhael Goavec-Merou 08c460135e xilinx: fix wait until done for spartan3e 2022-04-02 11:53:46 +02:00
Gwenhael Goavec-Merou 285cbde7f4 part: explictly add spartan3e and xc3s250e 2022-04-02 11:52:58 +02:00
Gwenhael Goavec-Merou 7a8ed993f3 spiFlash: bulk_erase: check bp before erase 2022-03-31 06:36:37 +02:00
Gwenhael Goavec-Merou f615627b3c
Merge pull request #204 from rstephan/p_one_flash
Support for the Microchip SST25VF040B flash
2022-03-30 06:45:53 +02:00
Stephan Ruloff 648d8b9e3b Removed `must_relock` part for the "SST25VF040B" as requested 2022-03-29 18:30:23 +02:00
Gwenhael Goavec-Merou 8ca6084a79
Merge pull request #209 from smunaut/xilinx
Support for a couple of new Xilinx parts
2022-03-29 11:40:08 +02:00
Sylvain Munaut 1c94c1fbca doc: Update with a couple new supported Xilinx parts
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2022-03-29 11:34:39 +02:00
Sylvain Munaut 7a5284212b part: Add support for Kintex Ultrascale XCKU040
Signed-off-by: Sylvain Munaut <tnt@asuka.home.246tnt.com>
2022-03-29 10:40:52 +02:00
Sylvain Munaut 6578bed6aa part: Add support for ZynqMP Ultrascale Plus XCZU11EG
Signed-off-by: Sylvain Munaut <tnt@asuka.home.246tnt.com>
2022-03-29 10:40:38 +02:00
Gwenhael Goavec-Merou f9eb32c778 spiFlash: handle case where TB is not configurable 2022-03-29 07:49:08 +02:00
Gwenhael Goavec-Merou 9c51a0610f doc/FPGA: update/fix ECP5 list 2022-03-28 18:58:30 +02:00
Gwenhael Goavec-Merou b8fd59e770 ftdipp_mpsse: don't display error when attach kernel driver, when the device hasn't been detach before or when driver isn't loaded. 2022-03-28 18:53:36 +02:00
Gwenhael Goavec-Merou 27f0ff2816
Merge pull request #205 from rstephan/spartan3e
Spartan3E (xc3s500evq100) and Papilio One
2022-03-28 18:37:43 +02:00
Gwenhael Goavec-Merou 1f6432adc7
Merge pull request #208 from skooNI/xilinx7410t
part: Add kintex7 variant xc7k410t
2022-03-28 18:34:20 +02:00
Stephan Ruloff 6da87c3d24 xc3s500e IDCODE: revision set to zero. 2022-03-28 18:14:25 +02:00
Stephan Ruloff 8337a926fb Removed TOP/BOTTOM settings from SST25VF040B 2022-03-28 17:54:43 +02:00
Steven Koo 8b6b09ea25 part: Add kintex7 variant xc7k410t 2022-03-28 10:43:11 -05:00
Gwenhael Goavec-Merou 9243a21fe2 xilinx: adapts flow_disable/flow_enable for xc3s, adding custom method to load bitstream for xc3s 2022-03-27 18:11:31 +02:00
Gwenhael Goavec-Merou 386f89ea3a latticeBitParser: when .bit is encrypted use Part: from header to retrieve idcode 2022-03-27 07:51:18 +02:00
Gwenhael Goavec-Merou da3dfff609 part: re-adding version nibble to remove ambiguities between U, UM and UM5G 2022-03-27 07:47:38 +02:00
Gwenhael Goavec-Merou 10ee84bb6d jtag: when verbose > 1: display unfiltered/raw IDCODE 2022-03-27 07:14:14 +02:00
Gwenhael Goavec-Merou 65c1d2ff0e ftdipp_mpsse: change verbose level 2022-03-27 07:13:40 +02:00
Stephan Ruloff b60f37b56d Support for the Papilio One board 2022-03-25 21:44:05 +01:00
Stephan Ruloff da4689157e Documentation for the xc3s500e part 2022-03-25 21:33:58 +01:00
Stephan Ruloff a12793ed70 Added spiOverJtag for Spartan3E (xc3s500evq100) 2022-03-25 21:29:00 +01:00
Stephan Ruloff 8c4b1b3afd Support for the Microchip SST25VF040B flash.
Programming is slow, only one byte at a time :-(
2022-03-25 21:15:09 +01:00
Gwenhael Goavec-Merou f8da6717ce
Merge pull request #201 from jeanthom/manual-install-macos
doc/guide: Add instructions for manual installation on macOS
2022-03-23 06:33:41 +01:00
Gwenhael Goavec-Merou 3c258b9534
Merge pull request #200 from jeanthom/dynamic-linking-macos
CMakeLists: fix general code styling, use dynamic linking on macOS
2022-03-23 06:32:38 +01:00
Jean THOMAS 9f6d3dd82e doc/guide: Add instructions for manual installation on macOS 2022-03-22 21:40:06 +01:00