From: Pavel Herrmann <morpheus.ibis@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands
Date: Sat, 13 Oct 2012 21:26:45 +0200 [thread overview]
Message-ID: <1505546.6btPi4fzxz@merom> (raw)
In-Reply-To: <1349913907-25845-2-git-send-email-swarren@wwwdotorg.org>
Hi
On Wednesday 10 October 2012 18:05:07 Stephen Warren wrote:
> ...snip...
> Makefile | 3 +-
> common/Makefile | 2 +
> common/cmd_fs.c | 86 ++++++++++++++++++++++
> fs/Makefile | 47 ++++++++++++
> fs/fs.c | 216
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/fs.h |
> 49 +++++++++++++
> 6 files changed, 402 insertions(+), 1 deletions(-)
> create mode 100644 common/cmd_fs.c
> create mode 100644 fs/Makefile
> create mode 100644 fs/fs.c
> create mode 100644 include/fs.h
I dont see how this is a "partition switch library", when it doesnt deal with
partitions at all. Care to explain? Or maybe call it "filesystem-auto
detection" or something?
Best Regards
Pavel Herrmann
next prev parent reply other threads:[~2012-10-13 19:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-11 0:05 [U-Boot] [RFC PATCH 1/2] fs: delete unused Makefile Stephen Warren
2012-10-11 0:05 ` [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands Stephen Warren
2012-10-11 13:33 ` Benoît Thébaudeau
2012-10-11 16:47 ` Tom Rini
2012-10-11 16:57 ` Stephen Warren
2012-10-11 17:05 ` Tom Rini
2012-10-11 17:45 ` Benoît Thébaudeau
2012-10-13 19:26 ` Pavel Herrmann [this message]
2012-10-15 15:43 ` Stephen Warren
2012-10-13 0:31 ` [U-Boot] [RFC PATCH 1/2] fs: delete unused Makefile Simon Glass
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=1505546.6btPi4fzxz@merom \
--to=morpheus.ibis@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox