/openbmc/u-boot/include/ |
H A D | ext_common.h | 045fa1e1142552799ad3203e9e0bc22a11e866ea Mon Oct 22 01:43:51 CDT 2012 Stephen Warren <swarren@nvidia.com> fs: add filesystem switch libary, implement ls and fsload commands
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@nvidia.com>
|
H A D | fs.h | 045fa1e1142552799ad3203e9e0bc22a11e866ea Mon Oct 22 01:43:51 CDT 2012 Stephen Warren <swarren@nvidia.com> fs: add filesystem switch libary, implement ls and fsload commands
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@nvidia.com>
|
/openbmc/u-boot/fs/ |
H A D | Makefile | 045fa1e1142552799ad3203e9e0bc22a11e866ea Mon Oct 22 01:43:51 CDT 2012 Stephen Warren <swarren@nvidia.com> fs: add filesystem switch libary, implement ls and fsload commands
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@nvidia.com>
|
H A D | fs.c | 045fa1e1142552799ad3203e9e0bc22a11e866ea Mon Oct 22 01:43:51 CDT 2012 Stephen Warren <swarren@nvidia.com> fs: add filesystem switch libary, implement ls and fsload commands
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@nvidia.com>
|
/openbmc/u-boot/common/ |
H A D | Makefile | 045fa1e1142552799ad3203e9e0bc22a11e866ea Mon Oct 22 01:43:51 CDT 2012 Stephen Warren <swarren@nvidia.com> fs: add filesystem switch libary, implement ls and fsload commands
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@nvidia.com>
|
/openbmc/u-boot/ |
H A D | Makefile | 045fa1e1142552799ad3203e9e0bc22a11e866ea Mon Oct 22 01:43:51 CDT 2012 Stephen Warren <swarren@nvidia.com> fs: add filesystem switch libary, implement ls and fsload commands
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@nvidia.com>
|