
On Fri, May 03, 2013 at 09:14:07AM +0200, Michal Simek wrote:
Fpga code is pretty old and none has tried to clean it up. My attempt is related to new code I want to push to mainline which is add support for checking bitstream and if bitstream is valid for the selected device. For this I need to do cleanup code and move code from cmd_fpga.c to fpga.c in driver folder.
Zynq driver: Depends on previous zynq patches sent some days ago.
Tested by: set fload tftp ${addr} fpga.bin;fpga info 0;fpga load 0 ${addr} ${filesize} set floadb tftp ${addr} download.bit;fpga info 0;fpga loadb 0 ${addr} ${filesize} set addr 10000000 run fload run floadb set addr 10000001 run fload run floadb set addr 10000002 run fload run floadb set addr 10000003 run fload run floadb
Thanks for your comments, Michal
Changes in v3:
For the series: Reviewed-by: Tom Rini trini@ti.com
Thanks!