From: Chee, Tien Fong <tien.fong.chee@intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v8 0/4] Generic firmware loader
Date: Thu, 15 Feb 2018 10:28:17 +0000 [thread overview]
Message-ID: <1518690489.2529.0.camel@intel.com> (raw)
In-Reply-To: <1517814409-25698-1-git-send-email-tien.fong.chee@intel.com>
On Mon, 2018-02-05 at 15:06 +0800, tien.fong.chee at intel.com wrote:
Hi Tom,
> 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
> Marek Vasut in [v7].
>
> This series is working on top of u-boot.git -
> http://git.denx.de/u-boot.git .
>
> [v7]: https://www.mail-archive.com/u-boot at lists.denx.de/msg276775.htm
> l
>
> v7 -> v8 changes:
> -----------------
> - Return cmd_ubifs_umount() directly.
> - Call the UBI functions directly instead of invoking the U-Boot
> command parser.
>
Any comment on this patchset?
> Patchset history
> ----------------
> [v1]: https://www.mail-archive.com/u-boot at lists.denx.de/msg271905.htm
> l
> [v2]: https://www.mail-archive.com/u-boot at lists.denx.de/msg271979.htm
> l
> [v3]: https://www.mail-archive.com/u-boot at lists.denx.de/msg272039.htm
> l
> [v4]: https://www.mail-archive.com/u-boot at lists.denx.de/msg272432.htm
> l
> [v5]: https://www.mail-archive.com/u-boot at lists.denx.de/msg272771.htm
> l
> [v6]: https://www.mail-archive.com/u-boot at lists.denx.de/msg273961.htm
> l
>
> Tien Fong Chee (4):
> spl: Remove static declaration on spl_mmc_find_device function
> cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()
> cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount()
> common: Generic firmware loader for file system
>
> cmd/ubifs.c | 40 +++---
> common/Kconfig | 9 ++
> common/Makefile | 1 +
> common/fs_loader.c | 320
> +++++++++++++++++++++++++++++++++++++++++++++
> common/spl/spl_mmc.c | 2 +-
> doc/README.firmware_loader | 76 +++++++++++
> include/fs_loader.h | 28 ++++
> include/spl.h | 2 +
> include/ubi_uboot.h | 2 +
> 9 files changed, 462 insertions(+), 18 deletions(-)
> create mode 100644 common/fs_loader.c
> create mode 100644 doc/README.firmware_loader
> create mode 100644 include/fs_loader.h
>
prev parent reply other threads:[~2018-02-15 10:28 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-05 7:06 [U-Boot] [PATCH v8 0/4] Generic firmware loader tien.fong.chee at intel.com
2018-02-05 7:06 ` [U-Boot] [PATCH v8 1/4] spl: Remove static declaration on spl_mmc_find_device function tien.fong.chee at intel.com
2018-02-15 14:58 ` Marek Vasut
2018-02-05 7:06 ` [U-Boot] [PATCH v8 2/4] cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount() tien.fong.chee at intel.com
2018-02-15 14:58 ` Marek Vasut
2018-02-05 7:06 ` [U-Boot] [PATCH v8 3/4] cmd: ubifs: Factor out some checking codes into cmd_ubifs_mount() tien.fong.chee at intel.com
2018-02-15 14:59 ` Marek Vasut
2018-02-22 6:04 ` Chee, Tien Fong
2018-02-05 7:06 ` [U-Boot] [PATCH v8 4/4] common: Generic firmware loader for file system tien.fong.chee at intel.com
2018-02-15 14:58 ` Marek Vasut
2018-02-22 8:18 ` Chee, Tien Fong
2018-02-22 14:28 ` Marek Vasut
2018-02-22 15:50 ` Tom Rini
2018-02-26 6:22 ` Chee, Tien Fong
2018-02-26 6:20 ` Chee, Tien Fong
2018-02-22 9:02 ` Lothar Waßmann
2018-02-26 6:24 ` Chee, Tien Fong
2018-02-15 10:22 ` [U-Boot] [PATCH v8 0/4] Generic firmware loader Chee, Tien Fong
2018-02-15 10:28 ` 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=1518690489.2529.0.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.