All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chee, Tien Fong <tien.fong.chee@intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/2] Generic firmware loader
Date: Wed, 13 Dec 2017 04:39:09 +0000	[thread overview]
Message-ID: <1513139947.3124.1.camel@intel.com> (raw)
In-Reply-To: <e99be747-a989-c3fb-7360-8024cdf03105@denx.de>

On Sel, 2017-12-12 at 16:51 +0100, Marek Vasut wrote:
> On 12/12/2017 12:56 PM, tien.fong.chee at intel.com wrote:
> > 
> > From: Tien Fong Chee <tien.fong.chee@intel.com>
> > 
> > This patchset contains generic firmware loader which is very close
> > to Linux
> > firmware loader but for U-Boot framework. Generic firmware loader
> > can be used
> > load whatever into target location, and then consumer driver would
> > use it to
> > program whatever, ie. the FPGA. This version mainly resolved
> > comments from
> > Lothar Waßmann in [v2].
> > 
> > This series is working on top of u-boot.git -
> >  http://git.denx.de/u-boot.git .
> > 
> > [v2]: https://www.mail-archive.com/u-boot at lists.denx.de/msg271979.h
> > tml
> > 
> > v2 -> v3 changes:
> > -----------------
> > - Fixed the bugs in generic firmware loader driver.
> > 
> > Patchset history
> > ----------------
> > [v1]: https://www.mail-archive.com/u-boot at lists.denx.de/msg271905.h
> > tml
> > 
> > Tien Fong Chee (2):
> >   spl: Remove static declaration on spl_mmc_find_device function
> >   common: Generic firmware loader for file system
> > 
> >  common/Makefile      |   1 +
> >  common/fs_loader.c   | 305
> > +++++++++++++++++++++++++++++++++++++++++++++++++++
> >  common/spl/spl_mmc.c |   2 +-
> >  include/fs_loader.h  |  33 ++++++
> >  include/spl.h        |   2 +
> >  5 files changed, 342 insertions(+), 1 deletion(-)
> >  create mode 100644 common/fs_loader.c
> >  create mode 100644 include/fs_loader.h
> > 
> I thought we discussed resending patchsets multiple times a day
> already,
> didn't we ?
> 
Sorry, i will kepp it slow down.

      reply	other threads:[~2017-12-13  4:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-12 11:56 [U-Boot] [PATCH v3 0/2] Generic firmware loader tien.fong.chee at intel.com
2017-12-12 11:56 ` [U-Boot] [PATCH v3 1/2] spl: Remove static declaration on spl_mmc_find_device function tien.fong.chee at intel.com
2017-12-12 11:56 ` [U-Boot] [PATCH v3 2/2] common: Generic firmware loader for file system tien.fong.chee at intel.com
2017-12-12 14:12   ` Lothar Waßmann
2017-12-13  4:38     ` Chee, Tien Fong
2017-12-13 10:18   ` Prabhakar Kushwaha
2017-12-13 10:55     ` Lukasz Majewski
2017-12-14  7:10       ` Chee, Tien Fong
2017-12-12 15:51 ` [U-Boot] [PATCH v3 0/2] Generic firmware loader Marek Vasut
2017-12-13  4:39   ` Chee, Tien Fong [this message]

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=1513139947.3124.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.