[U-Boot] [PATCH V4 3/3] fs: add filesystem switch libary, implement ls and fsload commands

Tom Rini trini at ti.com
Tue Oct 30 17:47:39 CET 2012


On Tue, Oct 30, 2012 at 12:05:37PM +0100, Andreas Bie?mann wrote:
> Dear all,
> 
> On 22.10.2012 18:43, Stephen Warren wrote:
> > From: Stephen Warren <swarren at 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 to test with.
> > 
> > Replace the implementation of {fat,ext[24]}{ls,load} with this new code
> > too.
> > 
> > Signed-off-by: Stephen Warren <swarren at nvidia.com>
> 
> this patch (namely 045fa1e1142552799ad3203e9e0bc22a11e866ea) seems to
> break avr32 on runtime. It seems there is a new array introduced (the
> fstypes array in fs/fs.c) which do not provide a relocation method
> (CONFIG_NEEDS_MANUAL_RELOC). This is currently only a weak assumption,
> but has any other requiring manual relocation m86k, mips, nds32m sparc)
> also encountered this problem?

Urk, sorry.  Can you prepare and test a patch?  Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121030/d9c0af31/attachment.pgp>


More information about the U-Boot mailing list