9
0
Fork 0
barebox/fs
Sascha Hauer 17e91068b1 fs: add fat filesystem support
This code is based on:

http://elm-chan.org/fsw/ff/00index_e.html

FatFs Generic FAT File System Module

This patch offers a read/write implementation for barebox. The code
does not exaclty match barebox coding style, but works nicely and
should be ready to give it a try.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2011-04-12 09:54:56 +02:00
..
cramfs fs: remove unused field 'type' from struct fs_driver_d 2011-04-11 12:36:07 +02:00
fat fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
Kconfig fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
Makefile fs: add fat filesystem support 2011-04-12 09:54:56 +02:00
devfs-core.c devfs: factor out core devfs functionality 2011-04-11 12:36:07 +02:00
devfs.c devfs: factor out core devfs functionality 2011-04-11 12:36:07 +02:00
fs.c fs mount: fix error handling 2011-04-11 12:36:26 +02:00
ramfs.c fs: remove unused field 'type' from struct fs_driver_d 2011-04-11 12:36:07 +02:00