Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Coding Style cleanup | Wolfgang Denk | 2010-10-27 | -1/+0 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | FPGA: Add missing prototype | Stefano Babic | 2010-10-19 | -0/+1 |
| | | | | | | | Add prototype function for ispVMFreeMem to remove warnings when support for Lattice FPGA is compiled. Signed-off-by: Stefano Babic <sbabic@denx.de> | |||
* | FPGA: add support for downloading Lattice bitstream | Stefano Babic | 2010-10-13 | -0/+319 |
The patch adds support to load a Lattice's bitstream image (called VME file) into a Lattice FPGA. The code containing the state machine delivered as part of Lattice's ispVMtools is integrated. The FPGA is programmed using the JTAG interface. The board maintainer must provide accessors to drive the JTAG signals TCK, TMS, TDI and to get the value of the input signal TDO. Signed-off-by: Stefano Babic <sbabic@denx.de> |