]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: socfpga: fpga: Add SoCFPGA FPGA programming interface
authorPavel Machek <pavel@denx.de>
Mon, 8 Sep 2014 12:08:45 +0000 (14:08 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 6 Oct 2014 15:46:50 +0000 (17:46 +0200)
commit230fe9b202ff0ca396ad9a564816cc87d42daa6e
tree2d534e5ca52cb843ab332c1e09f5a3e547b3637d
parent604364e42cf7dd3c4980901b47ee47eb4b490e4b
arm: socfpga: fpga: Add SoCFPGA FPGA programming interface

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 <pavel@denx.de>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
V2: Move the not-CPU specific stuff into drivers/fpga/ and base
    this on the cleaned up altera FPGA support.
arch/arm/cpu/armv7/socfpga/Makefile
arch/arm/cpu/armv7/socfpga/fpga_manager.c [new file with mode: 0644]
arch/arm/cpu/armv7/socfpga/misc.c
arch/arm/include/asm/arch-socfpga/fpga_manager.h [new file with mode: 0644]
drivers/fpga/Makefile
drivers/fpga/altera.c
drivers/fpga/socfpga.c [new file with mode: 0644]
include/altera.h