mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* FAT filesystem support
@ 2011-04-11 14:23 Sascha Hauer
  2011-04-11 14:23 ` [PATCH] fs: add fat " Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2011-04-11 14:23 UTC (permalink / raw)
  To: barebox

The following adds FAT read/write support to barebox.

Sascha Hauer (1):
      fs: add fat filesystem support

 fs/Kconfig       |    2 +
 fs/Makefile      |    1 +
 fs/fat/Kconfig   |   15 +
 fs/fat/Makefile  |    1 +
 fs/fat/diskio.h  |   78 ++
 fs/fat/fat.c     |  434 +++++++++
 fs/fat/ff.c      | 2761 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/fat/ff.h      |  239 +++++
 fs/fat/ffconf.h  |  145 +++
 fs/fat/integer.h |   28 +
 10 files changed, 3704 insertions(+), 0 deletions(-)
 create mode 100644 fs/fat/Kconfig
 create mode 100644 fs/fat/Makefile
 create mode 100644 fs/fat/diskio.h
 create mode 100644 fs/fat/fat.c
 create mode 100644 fs/fat/ff.c
 create mode 100644 fs/fat/ff.h
 create mode 100644 fs/fat/ffconf.h
 create mode 100644 fs/fat/integer.h

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-11 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-11 14:23 FAT filesystem support Sascha Hauer
2011-04-11 14:23 ` [PATCH] fs: add fat " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox