From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Mon, 6 Mar 2017 04:38:56 +0000 Subject: [U-Boot] [PATCH 0/4] Add Intel Arria 10 SoC FPGA driver In-Reply-To: <1488545428-3486-1-git-send-email-tien.fong.chee@intel.com> References: <1488545428-3486-1-git-send-email-tien.fong.chee@intel.com> Message-ID: <1488775134.2567.3.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Jum, 2017-03-03 at 20:50 +0800, Chee Tien Fong wrote: > From: Tien Fong Chee > > 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 at 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