Re: [U-Boot] [PATCH 25/35] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface

2014-09-16 Thread Marek Vasut
On Tuesday, September 16, 2014 at 12:33:02 PM, Michal Simek wrote: > On 09/16/2014 12:12 PM, Marek Vasut wrote: > > On Tuesday, September 16, 2014 at 11:42:00 AM, Michal Simek wrote: > >> On 09/15/2014 01:06 PM, Marek Vasut wrote: > >>> From: Pavel Machek > >>> > >>> Add code necessary to program

Re: [U-Boot] [PATCH 25/35] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface

2014-09-16 Thread Marek Vasut
On Monday, September 15, 2014 at 05:41:51 PM, Wolfgang Denk wrote: > Dear Marek Vasut, > > In message <1410779188-6880-26-git-send-email-ma...@denx.de> you wrote: > > From: Pavel Machek > > > > Add code necessary to program the FPGA part of SoCFPGA from U-Boot > > with an RBF blob. This patch al

Re: [U-Boot] [PATCH 25/35] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface

2014-09-16 Thread Michal Simek
On 09/16/2014 12:12 PM, Marek Vasut wrote: > On Tuesday, September 16, 2014 at 11:42:00 AM, Michal Simek wrote: >> On 09/15/2014 01:06 PM, Marek Vasut wrote: >>> From: Pavel Machek >>> >>> Add code necessary to program the FPGA part of SoCFPGA from U-Boot >>> with an RBF blob. This patch also inte

Re: [U-Boot] [PATCH 25/35] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface

2014-09-16 Thread Marek Vasut
On Tuesday, September 16, 2014 at 11:42:00 AM, Michal Simek wrote: > On 09/15/2014 01:06 PM, Marek Vasut wrote: > > From: Pavel Machek > > > > Add code necessary to program the FPGA part of SoCFPGA from U-Boot > > with an RBF blob. This patch also integrates the code into the > > FPGA driver fram

Re: [U-Boot] [PATCH 25/35] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface

2014-09-16 Thread Michal Simek
On 09/15/2014 01:06 PM, Marek Vasut wrote: > From: Pavel Machek > > Add code necessary to program the FPGA part of SoCFPGA from U-Boot > with an RBF blob. This patch also integrates the code into the > FPGA driver framework in U-Boot so it can be used via the 'fpga' > command. > > Signed-off-by:

Re: [U-Boot] [PATCH 25/35] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface

2014-09-15 Thread Wolfgang Denk
Dear Marek Vasut, In message <1410779188-6880-26-git-send-email-ma...@denx.de> you wrote: > From: Pavel Machek > > Add code necessary to program the FPGA part of SoCFPGA from U-Boot > with an RBF blob. This patch also integrates the code into the > FPGA driver framework in U-Boot so it can be us

[U-Boot] [PATCH 25/35] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface

2014-09-15 Thread Marek Vasut
From: Pavel Machek Add code necessary to program the FPGA part of SoCFPGA from U-Boot with an RBF blob. This patch also integrates the code into the FPGA driver framework in U-Boot so it can be used via the 'fpga' command. Signed-off-by: Pavel Machek Signed-off-by: Marek Vasut Cc: Chin Liang S