From: Tien Fong Chee <tien.fong.c...@intel.com> This patchset adding intermediate driver called cff driver to support all the FPGA program operations between FPGA manager and flash.
Tien Fong Chee (5): arm: socfpga: Add checking function on searching boot device arm: socfpga: Add checking function on FPGA setting in FDT configs: socfpga: Add config for RBF loading from FAT fs arm: socfpga: Add intermediate driver between flash and FPGA manager arm: socfpga: Enable cff driver build arch/arm/mach-socfpga/Kconfig | 7 + arch/arm/mach-socfpga/Makefile | 1 + arch/arm/mach-socfpga/cff.c | 581 +++++++++++++++++++++++++++++ arch/arm/mach-socfpga/include/mach/cff.h | 40 ++ arch/arm/mach-socfpga/include/mach/misc.h | 20 + arch/arm/mach-socfpga/misc_arria10.c | 42 ++ include/configs/socfpga_arria10_socdk.h | 6 + 7 files changed, 697 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-socfpga/cff.c create mode 100644 arch/arm/mach-socfpga/include/mach/cff.h -- 1.7.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot