From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 16 Sep 2014 12:12:51 +0200 Subject: [U-Boot] [PATCH 25/35] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface In-Reply-To: <541805E8.7020001@monstr.eu> References: <1410779188-6880-1-git-send-email-marex@denx.de> <1410779188-6880-26-git-send-email-marex@denx.de> <541805E8.7020001@monstr.eu> Message-ID: <201409161212.51446.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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 See > > Cc: Dinh Nguyen > > Cc: Albert Aribaud > > Cc: Tom Rini > > Cc: Wolfgang Denk > > Cc: Pavel Machek > > --- > > > > arch/arm/cpu/armv7/socfpga/Makefile | 3 +- > > arch/arm/cpu/armv7/socfpga/fpga_manager.c | 354 > > +++++++++++++++++++++++ > > We have drivers/fpga and you should move this driver there to be visible > for others. Maybe also nios can use this driver with some changes. Good point about the move, but how could NIOS possibly use this ? Best regards, Marek Vasut