Re: [U-Boot] FPGA programming driver architecture

2008-12-13 Thread Wolfgang Denk
Dear Hugo Villeneuve, In message <20081212205916.5404fe43.h...@hugovil.com> you wrote: > > You probably have missed the email I sent 30 seconds after having sent > the first one stating it was the wrong list. Please read your emails > carefully next time. I can read them only as fast as they get

Re: [U-Boot] FPGA programming driver architecture

2008-12-12 Thread Hugo Villeneuve
On Sat, 13 Dec 2008 00:10:26 +0100 Wolfgang Denk wrote: > Dear Hugo Villeneuve, > > In message <20081212150047.e3dbbbef.h...@hugovil.com> you wrote: > > > > I have written some code to program a FPGA in Linux, for two > > different types of boards: one uses a serial interface (SPI) and > > the s

Re: [U-Boot] FPGA programming driver architecture

2008-12-12 Thread Wolfgang Denk
Dear Hugo Villeneuve, In message <20081212150047.e3dbbbef.h...@hugovil.com> you wrote: > > I have written some code to program a FPGA in Linux, for two different types > of boards: one uses a serial interface (SPI) and the second a parallel > interface. I have been able to sucessfully program bo

Re: [U-Boot] FPGA programming driver architecture

2008-12-12 Thread Hugo Villeneuve
On Fri, 12 Dec 2008 15:00:47 -0500 Hugo Villeneuve wrote: > Hi, > I have written some code to program a FPGA in Linux... Sorry, wrong mailing list :) Hugo V. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] FPGA programming driver architecture

2008-12-12 Thread Hugo Villeneuve
Hi, I have written some code to program a FPGA in Linux, for two different types of boards: one uses a serial interface (SPI) and the second a parallel interface. I have been able to sucessfully program both boards. I'm now trying to clean my code and make it more generic, as well as better in l