[U-Boot] [PATCH 0/5] Add intermediate driver(cff driver) between flash & FPGA

tien.fong.chee at intel.com tien.fong.chee at intel.com
Mon Jul 31 10:50:17 UTC 2017


From: Tien Fong Chee <tien.fong.chee at 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



More information about the U-Boot mailing list