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

Chee, Tien Fong tien.fong.chee at intel.com
Wed Jan 3 08:46:09 UTC 2018


On Rab, 2017-12-27 at 13:04 +0800, tien.fong.chee at intel.com wrote:
Hi Lothar Waßmann,
> 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 [v5].
> 
Are you OK with the patches?

> This series is working on top of u-boot.git -
>  http://git.denx.de/u-boot.git .
> 
> [v5]: https://www.mail-archive.com/u-boot@lists.denx.de/msg272771.htm
> l
> 
> v5 -> v6 changes:
> -----------------
> - Return error code when fs_read is fail.
> - Return actual read size when fs_read is success.
> 
> Patchset history
> ----------------
> [v1]: https://www.mail-archive.com/u-boot@lists.denx.de/msg271905.htm
> l
> [v2]: https://www.mail-archive.com/u-boot@lists.denx.de/msg271979.htm
> l
> [v3]: https://www.mail-archive.com/u-boot@lists.denx.de/msg272039.htm
> l
> [v4]: https://www.mail-archive.com/u-boot@lists.denx.de/msg272432.htm
> l
> 
> 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         | 309
> +++++++++++++++++++++++++++++++++++++++++++++
>  common/spl/spl_mmc.c       |   2 +-
>  doc/README.firmware_loader |  76 +++++++++++
>  include/fs_loader.h        |  28 ++++
>  include/spl.h              |   2 +
>  6 files changed, 417 insertions(+), 1 deletion(-)
>  create mode 100644 common/fs_loader.c
>  create mode 100644 doc/README.firmware_loader
>  create mode 100644 include/fs_loader.h
> 


More information about the U-Boot mailing list