[U-Boot] [PATCH v5] Addition of btrfs to u-boot
Adnan Ali
adnan.ali at codethink.co.uk
Mon Mar 11 14:18:54 CET 2013
Adnan Ali (1):
Introduced btrfs file-system with btrload command
Makefile | 1 +
common/Makefile | 1 +
common/cmd_btr.c | 65 +++
fs/btrfs/Makefile | 51 ++
fs/btrfs/btrfs.c | 1348 ++++++++++++++++++++++++++++++++++++++++++++
fs/btrfs/crc32_c.c | 54 ++
fs/fs.c | 10 +
include/btrfs.h | 416 ++++++++++++++
include/config_fallbacks.h | 4 +
include/fs.h | 1 +
10 files changed, 1951 insertions(+)
create mode 100644 common/cmd_btr.c
create mode 100644 fs/btrfs/Makefile
create mode 100644 fs/btrfs/btrfs.c
create mode 100644 fs/btrfs/crc32_c.c
create mode 100644 include/btrfs.h
--
1.7.9.5
More information about the U-Boot
mailing list