[U-Boot] [PATCH 0/4] Add Intel Arria 10 SoC FPGA driver
Chee, Tien Fong
tien.fong.chee at intel.com
Mon Mar 6 04:38:56 UTC 2017
On Jum, 2017-03-03 at 20:50 +0800, Chee Tien Fong wrote:
> From: Tien Fong Chee <tien.fong.chee at intel.com>
>
> This patchset adds FPGA driver to Intel Arria 10 SoC.
>
> This series is working on top of [1] initial patchset which enables
> the basic
> support for Arria 10 and other features.
>
> [1]: https://www.mail-archive.com/u-boot@lists.denx.de/msg240053.html
>
> Regards,
> Tien Fong
>
> Tien Fong Chee (4):
> arm: socfpga: Removing unused passing parameter of
> socfpga_bridges_reset
> arm: socfpga: Restructure FPGA driver in the preparation to support
> A10.
> arm: socfpga: Add Arria10 FPGA manager program assembly driver
> arm: socfpga: Add FPGA driver support for Arria 10
>
> arch/arm/mach-socfpga/Makefile | 3 +-
> arch/arm/mach-socfpga/include/mach/fpga_manager.h | 70 +--
> .../include/mach/fpga_manager_arria10.h | 120 +++++
> .../mach/{fpga_manager.h => fpga_manager_gen5.h} | 66 ++--
> arch/arm/mach-socfpga/include/mach/reset_manager.h | 3 -
> .../include/mach/reset_manager_arria10.h | 1 +
> .../mach-socfpga/include/mach/reset_manager_gen5.h | 1 +
> arch/arm/mach-socfpga/lowlevel_init.S | 48 ++
> arch/arm/mach-socfpga/reset_manager_arria10.c | 2 +-
> drivers/Makefile | 1 +
> drivers/fpga/Makefile | 6 +-
> drivers/fpga/socfpga.c | 272 +---------
> -
> drivers/fpga/socfpga_arria10.c | 565
> ++++++++++++++++++++
> drivers/fpga/{socfpga.c => socfpga_gen5.c} | 33 +--
> 14 files changed, 792 insertions(+), 399 deletions(-)
> create mode 100644 arch/arm/mach-
> socfpga/include/mach/fpga_manager_arria10.h
> copy arch/arm/mach-socfpga/include/mach/{fpga_manager.h =>
> fpga_manager_gen5.h} (85%)
> mode change 100755 => 100644 arch/arm/mach-
> socfpga/include/mach/reset_manager_arria10.h
> mode change 100755 => 100644 arch/arm/mach-
> socfpga/include/mach/reset_manager_gen5.h
> create mode 100644 arch/arm/mach-socfpga/lowlevel_init.S
> create mode 100644 drivers/fpga/socfpga_arria10.c
> copy drivers/fpga/{socfpga.c => socfpga_gen5.c} (91%)
>
+CC Marek, Dinh, LF, Dalon, CL ...
This is cover letter for this series patches https://www.mail-archive.c
om/u-boot at lists.denx.de/msg240843.html
More information about the U-Boot
mailing list