]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
UBIFS: Add UBIFS commands
authorStefan Roese <sr@denx.de>
Thu, 19 Mar 2009 14:35:50 +0000 (15:35 +0100)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Mar 2009 21:39:15 +0000 (22:39 +0100)
commitce6d0c8de031f345bde745f3b855082adf1c4e45
tree66ad8e03c22d0a9432dea924d968ad28b3c2c4a3
parent9eefe2a2b37a838558e3d213a9f5519503d0c180
UBIFS: Add UBIFS commands

This patchset adds these UBIFS related commands:

- ubifsmount
  Mount an UBIFS volume

- ubifsls
  List a directory of the mounted UBIFS volume

- ubifsload
  Load a file from the mounted UBIFS volume to memory

Signed-off-by: Stefan Roese <sr@denx.de>
common/Makefile
common/cmd_ubifs.c [new file with mode: 0644]