]> Git Repo - u-boot.git/commit
arm: socfpga: fpga: Add SoCFPGA FPGA programming interface
authorPavel Machek <[email protected]>
Mon, 8 Sep 2014 12:08:45 +0000 (14:08 +0200)
committerMarek Vasut <[email protected]>
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 <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Cc: Chin Liang See <[email protected]>
Cc: Dinh Nguyen <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Wolfgang Denk <[email protected]>
Cc: Pavel Machek <[email protected]>
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
This page took 0.037583 seconds and 4 git commands to generate.