staging: fpgaboot: Xilinx FPGA firmware download driver
authorInsop Song <insop.song@gainspeed.com>
Tue, 21 Jan 2014 07:47:06 +0000 (23:47 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:08:36 +0000 (10:08 -0800)
commite7185c6958ee85b02629d95fe997977bb45e0393
treee36bc90cd24d3d13d2e563e51ac3c4c8574a2e2e
parent86f78b8bf462555cbe0c3835b053c9739327287c
staging: fpgaboot: Xilinx FPGA firmware download driver

This driver downloads Xilinx FPGA firmware using gpio pins.
It loads Xilinx FPGA bitstream format firmware image and
program the Xilinx FPGA using SelectMAP (parallel) mode.

Signed-off-by: Insop Song <insop.song@gainspeed.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/gs_fpgaboot/Kconfig [new file with mode: 0644]
drivers/staging/gs_fpgaboot/Makefile [new file with mode: 0644]
drivers/staging/gs_fpgaboot/README [new file with mode: 0644]
drivers/staging/gs_fpgaboot/TODO [new file with mode: 0644]
drivers/staging/gs_fpgaboot/gs_fpgaboot.c [new file with mode: 0644]
drivers/staging/gs_fpgaboot/gs_fpgaboot.h [new file with mode: 0644]
drivers/staging/gs_fpgaboot/io.c [new file with mode: 0644]
drivers/staging/gs_fpgaboot/io.h [new file with mode: 0644]
This page took 0.072275 seconds and 5 git commands to generate.