public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] Add flash to fpga intermediate driver
@ 2017-08-08  9:12 tien.fong.chee at intel.com
  2017-08-08  9:12 ` [U-Boot] [PATCH v2 1/5] arm: socfpga: Make spl_boot_device accessible to U-boot tien.fong.chee at intel.com
                   ` (4 more replies)
  0 siblings, 5 replies; 26+ messages in thread
From: tien.fong.chee at intel.com @ 2017-08-08  9:12 UTC (permalink / raw)
  To: u-boot

From: Tien Fong Chee <tien.fong.chee@intel.com>

This patchset adding intermediate driver called cff driver to support all the
FPGA program operations between FPGA manager and flash. This version mainly
resolved comments from Marek in [v1]. This series is working on top of
u-boot.git - http://git.denx.de/?p=u-boot.git;a=summary 

[v1]: https://www.mail-archive.com/u-boot at lists.denx.de/msg258316.html

Tien Fong Chee (5):
  arm: socfpga: Make spl_boot_device accessible to U-boot
  arm: socfpga: Add checking function on FPGA setting in FDT
  configs: Add FPGA loadfs config for Arria 10
  arm: socfpga: Add intermediate driver between flash and FPGA manager
  arm: socfpga: Enable cff driver build

 arch/arm/mach-socfpga/Makefile            |   1 +
 arch/arm/mach-socfpga/cff.c               | 582 ++++++++++++++++++++++++++++++
 arch/arm/mach-socfpga/include/mach/cff.h  |  40 ++
 arch/arm/mach-socfpga/include/mach/misc.h |   1 +
 arch/arm/mach-socfpga/misc.c              |  30 ++
 arch/arm/mach-socfpga/misc_arria10.c      |  20 +
 arch/arm/mach-socfpga/spl.c               |  29 --
 configs/socfpga_arria10_defconfig         |   1 +
 include/configs/socfpga_arria10_socdk.h   |   6 +
 9 files changed, 681 insertions(+), 29 deletions(-)
 create mode 100644 arch/arm/mach-socfpga/cff.c
 create mode 100644 arch/arm/mach-socfpga/include/mach/cff.h

-- 
2.2.0

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2017-08-15  9:47 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08  9:12 [U-Boot] [PATCH v2 0/5] Add flash to fpga intermediate driver tien.fong.chee at intel.com
2017-08-08  9:12 ` [U-Boot] [PATCH v2 1/5] arm: socfpga: Make spl_boot_device accessible to U-boot tien.fong.chee at intel.com
2017-08-08  9:12 ` [U-Boot] [PATCH v2 2/5] arm: socfpga: Add checking function on FPGA setting in FDT tien.fong.chee at intel.com
2017-08-08  9:29   ` Marek Vasut
2017-08-09  5:07     ` Chee, Tien Fong
2017-08-09  8:20       ` Marek Vasut
2017-08-10  4:51         ` Chee, Tien Fong
2017-08-11 15:01           ` Marek Vasut
2017-08-12  8:05             ` Chee, Tien Fong
2017-08-12 16:43               ` Marek Vasut
2017-08-08  9:12 ` [U-Boot] [PATCH v2 3/5] configs: Add FPGA loadfs config for Arria 10 tien.fong.chee at intel.com
2017-08-08  9:12 ` [U-Boot] [PATCH v2 4/5] arm: socfpga: Add intermediate driver between flash and FPGA manager tien.fong.chee at intel.com
2017-08-08  9:32   ` Marek Vasut
2017-08-08 10:06     ` Chee, Tien Fong
2017-08-08 10:11       ` Marek Vasut
2017-08-09  4:50         ` Chee, Tien Fong
2017-08-09  8:29           ` Marek Vasut
2017-08-10  4:43             ` Chee, Tien Fong
2017-08-11 15:09               ` Marek Vasut
2017-08-12  8:03                 ` Chee, Tien Fong
2017-08-12 16:49                   ` Marek Vasut
2017-08-14  3:58                     ` Chee, Tien Fong
2017-08-15  9:47                       ` Marek Vasut
2017-08-08  9:12 ` [U-Boot] [PATCH v2 5/5] arm: socfpga: Enable cff driver build tien.fong.chee at intel.com
2017-08-08  9:32   ` Marek Vasut
2017-08-09  4:28     ` Chee, Tien Fong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox