[U-Boot] [PATCH] btrfs support in uboot
Adnan Ali
adnan.ali at codethink.co.uk
Wed Feb 13 19:07:31 CET 2013
Adnan Ali (1):
Introduced btrfs file-system with btrload command
Makefile | 3 +-
common/Makefile | 1 +
common/cmd_btr.c | 52 +++
fs/btrfs/Makefile | 51 +++
fs/btrfs/btrfs.c | 1131 +++++++++++++++++++++++++++++++++++++++++++++++++++++
fs/fs.c | 117 +++++-
include/btrfs.h | 398 +++++++++++++++++++
include/crc32c.h | 48 +++
include/fs.h | 1 +
9 files changed, 1782 insertions(+), 20 deletions(-)
create mode 100644 common/cmd_btr.c
create mode 100644 fs/btrfs/Makefile
create mode 100644 fs/btrfs/btrfs.c
create mode 100644 include/btrfs.h
create mode 100644 include/crc32c.h
--
1.7.9.5
More information about the U-Boot
mailing list