[U-Boot] [PATCH v2 0/3] Generic file system firmware loader DM

Chee, Tien Fong tien.fong.chee at intel.com
Wed Jun 6 05:26:06 UTC 2018


On Thu, 2018-05-24 at 13:04 +0800, tien.fong.chee at intel.com wrote:
Hi All,
> From: Tien Fong Chee <tien.fong.chee at intel.com>
> 
> This patchset contains generic file system loader DM which is very
> close to
> Linux firmware loader but for U-Boot framework. Generic file system
> 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 Tom Rini in [v1].
> 
> This series is working on top of u-boot-socfpga.git -
>  http://git.denx.de/u-boot.git .
> 
> [v1]: https://www.mail-archive.com/u-boot@lists.denx.de/msg286294.htm
> l
> 
> v1 -> v2 changes
> ----------------
> - Changed the documents to rST format.
> 
Any comment on this patchset? Good to go :)?
> Tien Fong Chee (3):
>   doc: Add new doc for file system firmware loader driver model
>   doc: dtbinding: Add file system firmware loader binding document
>   common: Generic loader for file system
> 
>  doc/device-tree-bindings/misc/fs_loader.txt |  50 ++++++
>  doc/driver-model/fs_firmware_loader.txt     | 103 ++++++++++++
>  drivers/misc/Kconfig                        |  11 ++
>  drivers/misc/Makefile                       |   1 +
>  drivers/misc/fs_loader.c                    | 240
> ++++++++++++++++++++++++++++
>  include/dm/uclass-id.h                      |   1 +
>  include/fs_loader.h                         |  28 ++++
>  7 files changed, 434 insertions(+)
>  create mode 100644 doc/device-tree-bindings/misc/fs_loader.txt
>  create mode 100644 doc/driver-model/fs_firmware_loader.txt
>  create mode 100644 drivers/misc/fs_loader.c
>  create mode 100644 include/fs_loader.h
> 


More information about the U-Boot mailing list