]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit225a60cccbacce4c580440ea47e4db8d8ea9be90
treee36bc90cd24d3d13d2e563e51ac3c4c8574a2e2e
parente5bf36a0284be6506bbd5696512ee708c31e5cd6
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]