[U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands
Pavel Herrmann
morpheus.ibis at gmail.com
Sat Oct 13 21:26:45 CEST 2012
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
More information about the U-Boot
mailing list