Re: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

2012-10-15 Thread Stephen Warren
On 10/13/2012 01:26 PM, Pavel Herrmann wrote: 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

Re: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

2012-10-13 Thread Pavel Herrmann
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

[U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

2012-10-11 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Implement ls and fsload commands that act like {fat,ext2}{ls,load}, and transparently handle either file-system. This scheme could easily be extended to other filesystem types; I only didn't do it for zfs because I don't have any filesystems of that type.

Re: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

2012-10-11 Thread Benoît Thébaudeau
Hi Stephen, On Thursday, October 11, 2012 2:05:07 AM, Stephen Warren wrote: Implement ls and fsload commands that act like {fat,ext2}{ls,load}, and transparently handle either file-system. This scheme could easily be extended to other filesystem types; I only didn't do it for zfs because I

Re: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

2012-10-11 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/10/12 17:05, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Implement ls and fsload commands that act like {fat,ext2}{ls,load}, and transparently handle either file-system. This scheme could easily be extended to other

Re: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

2012-10-11 Thread Stephen Warren
On 10/11/2012 10:47 AM, Tom Rini wrote: On 10/10/12 17:05, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Implement ls and fsload commands that act like {fat,ext2}{ls,load}, and transparently handle either file-system. This scheme could easily be extended to other

Re: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

2012-10-11 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/12 09:57, Stephen Warren wrote: On 10/11/2012 10:47 AM, Tom Rini wrote: On 10/10/12 17:05, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Implement ls and fsload commands that act like {fat,ext2}{ls,load}, and

Re: [U-Boot] [RFC PATCH 2/2] fs: add partition switch libary, implement ls and fsload commands

2012-10-11 Thread Benoît Thébaudeau
On Thursday, October 11, 2012 7:05:37 PM, Tom Rini wrote: On 10/11/12 09:57, Stephen Warren wrote: On 10/11/2012 10:47 AM, Tom Rini wrote: On 10/10/12 17:05, Stephen Warren wrote: From: Stephen Warren swar...@nvidia.com Implement ls and fsload commands that act like