fs: ubifs: Making ubifs image
authorDonggeun Kim <dg77.kim@samsung.com>
Mon, 4 Oct 2010 09:44:39 +0000 (18:44 +0900)
committerDonggeun Kim <dg77.kim@samsung.com>
Mon, 4 Oct 2010 09:44:39 +0000 (18:44 +0900)
commitd57648666dcdea1c972fa184d0951e3d0dc5c6d0
tree4b7344b646a48810f3f5c599685f24b856cb1821
parent43b24b621c6c13e3d43daa0acba9864b113b0c14
fs: ubifs: Making ubifs image

It assumes that
only one file (modem.bin) is a source for making ubifs image.
Time information in inode is set by the fixed value.
Gid and uid in inode is set by the value of the original modem binary.

Signed-off-by: Donggeun Kim <dg77.kim@samsung.com>
fs/ubifs/Makefile
fs/ubifs/crc32.c [new file with mode: 0644]
fs/ubifs/crc32.h [new file with mode: 0644]
fs/ubifs/mkfs.ubifs.c [new file with mode: 0644]
fs/ubifs/mkfs.ubifs.h [new file with mode: 0644]
fs/ubifs/ubifs.h
fs/ubifs/ubifs_qsort.c [new file with mode: 0644]
fs/ubifs/ubifs_qsort.h [new file with mode: 0644]
include/mkfs.ubifs.h [new file with mode: 0644]