From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Tue, 24 Oct 2017 05:52:17 +0000 Subject: [U-Boot] [PATCH v3 08/20] arm: socfpga: Add drivers for programing FPGA from flash In-Reply-To: <0935be56-7659-f5c7-0078-d18cb547e55e@kernel.org> References: <1507882137-27841-1-git-send-email-tien.fong.chee@intel.com> <1507882137-27841-9-git-send-email-tien.fong.chee@intel.com> <0935be56-7659-f5c7-0078-d18cb547e55e@kernel.org> Message-ID: <1508824335.2221.10.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 Isn, 2017-10-16 at 10:33 -0500, Dinh Nguyen wrote: > > On 10/13/2017 03:08 AM, tien.fong.chee at intel.com wrote: > > > > From: Tien Fong Chee > > > > These drivers handle FPGA program operation from flash loading > > RBF to memory and then to program FPGA. > > > > Signed-off-by: Tien Fong Chee > > --- > >  .../include/mach/fpga_manager_arria10.h            |  28 ++ > >  drivers/fpga/socfpga_arria10.c                     | 435 > > ++++++++++++++++++++- > >  include/altera.h                                   |   6 + > >  3 files changed, 467 insertions(+), 2 deletions(-) > Yikes, 467 changes in 1 patch and 2 line commit message? Anyway you > can > split up the patch to smaller parts? And please update the commit > message to be a bit more descriptive? > I can improve the commit messages. This patch serves for one purpose, adding all necessary functions required by fpga loadfs, so that fpga lodfs can support implementation as described above. > Thanks, > Dinh