]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fpga: Define bitstream type based on command selection
authorMichal Simek <michal.simek@xilinx.com>
Fri, 2 May 2014 12:09:30 +0000 (14:09 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 20 May 2014 13:23:46 +0000 (15:23 +0200)
commit7a78bd2679ce3287cfc44f69fd7bc554d0261cf6
tree34a48a2e9594920abe2d4c68386869a7f9506744
parent64e809afeaf1572c3246a5bca198a77d0498fd89
fpga: Define bitstream type based on command selection

Clean up partial, full and compressed bitstream handling.
U-Boot supports full bitstream loading and partial
based on detection which is not 100% correct.
Extending fpga_load/fpga_loadbitstream() with one more
argument which stores bitstream type.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
board/matrix_vision/common/mv_common.c
common/cmd_fpga.c
drivers/fpga/fpga.c
drivers/fpga/spartan2.c
drivers/fpga/spartan3.c
drivers/fpga/virtex2.c
drivers/fpga/xilinx.c
drivers/fpga/zynqpl.c
include/fpga.h
include/xilinx.h