Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-04 | Remove execute permissions from source files | Thomas Weber | |
Signed-off-by: Thomas Weber <weber@corscience.de> | |||
2011-11-16 | FPGA: drivers/fpga/ivm_core.c: GCC4.6 fix build warnings | Stefano Babic | |
Fix: ivm_core.c: In function 'ispVMLCOUNT': ivm_core.c:2105:16: warning: unused variable 'usByte' Signed-off-by: Stefano Babic <sbabic@denx.de> CC: Wolfgang Denk <wd@denx.de> | |||
2010-10-13 | FPGA: add support for downloading Lattice bitstream | Stefano Babic | |
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> |