[U-Boot] [PATCH v3 0/2] Generic firmware loader

Chee, Tien Fong tien.fong.chee at intel.com
Wed Dec 13 04:39:09 UTC 2017


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 at 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@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@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.


More information about the U-Boot mailing list