From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Herrmann Date: Sat, 13 Oct 2012 21:26:45 +0200 Subject: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands In-Reply-To: <1349913907-25845-2-git-send-email-swarren@wwwdotorg.org> References: <1349913907-25845-1-git-send-email-swarren@wwwdotorg.org> <1349913907-25845-2-git-send-email-swarren@wwwdotorg.org> Message-ID: <1505546.6btPi4fzxz@merom> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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