public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Chee, Tien Fong <tien.fong.chee@intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 07/20] common: Generic firmware loader for file system
Date: Mon, 11 Dec 2017 10:41:37 +0000	[thread overview]
Message-ID: <1512988896.3788.1.camel@intel.com> (raw)
In-Reply-To: <efad8076-20c2-7547-a4a1-0dec183c144c@denx.de>

On Isn, 2017-12-11 at 11:15 +0100, Marek Vasut wrote:
> On 12/11/2017 11:08 AM, Chee, Tien Fong wrote:
> > 
> > On Isn, 2017-12-11 at 18:06 +0800, tien.fong.chee at intel.com wrote:
> > > 
> > > From: Tien Fong Chee <tien.fong.chee@intel.com>
> > > 
> > > This is file system generic loader which can be used to load
> > > the file image from the storage into target such as memory.
> > > The consumer driver would then use this loader to program
> > > whatever,
> > > ie. the FPGA device.
> > > 
> > > Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
> You should break this patch out first , get it in and then resubmit
> the
> 20 other patches so you're not saturating everyones' mailboxes.
> 
Okay.

  reply	other threads:[~2017-12-11 10:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-11 10:06 [U-Boot] [PATCH v6 00/20] Add FPGA driver, SDRAM driver, generic firmware loader and booting U-Boot tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 01/20] ARM: socfpga: Description on FPGA RBF properties at Arria 10 FPGA manager tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 02/20] dts: Add FPGA bitstream properties to Arria 10 DTS tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 03/20] arm: socfpga: Add Arria 10 SoCFPGA programming interface tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 04/20] dts: Enable fpga-mgr node build for Arria 10 SPL tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 05/20] fs: Enable generic filesystems interface support in SPL tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 06/20] arm: socfpga: Remove static declaration on spl_mmc_find_device function tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 07/20] common: Generic firmware loader for file system tien.fong.chee at intel.com
2017-12-11 10:08   ` Chee, Tien Fong
2017-12-11 10:15     ` Marek Vasut
2017-12-11 10:41       ` Chee, Tien Fong [this message]
2017-12-11 10:06 ` [U-Boot] [PATCH v6 08/20] arm: socfpga: Fix with the correct polling on bit is set tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 09/20] arm: socfpga: Add FPGA drivers for Arria 10 FPGA loadfs tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 10/20] arm: socfpga: Rename the gen5 sdram driver to more specific name tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 11/20] arm: socfpga: Add DRAM bank size initialization function tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 12/20] arm: socfpga: Add DDR driver for Arria 10 tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 13/20] configs: Add DDR Kconfig support " tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 14/20] arm: socfpga: Enable SPL memory allocation tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 15/20] arm: socfpga: Improve comments for Intel SoCFPGA program header tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 16/20] arm: socfpga: Enhance Intel SoCFPGA program header to support Arria 10 tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 17/20] arm: socfpga: Adding clock frequency info for U-Boot tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 18/20] arm: socfpga: Adding SoCFPGA info for both SPL and U-Boot tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 19/20] arm: socfpga: Enable DDR working tien.fong.chee at intel.com
2017-12-11 10:06 ` [U-Boot] [PATCH v6 20/20] arm: socfpga: Enable SPL booting U-boot tien.fong.chee at intel.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1512988896.3788.1.camel@intel.com \
    --to=tien.fong.chee@intel.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox