[U-Boot] [PATCH v4] addition of btrfs to u-boot

Adnan Ali adnan.ali at codethink.co.uk
Wed Mar 6 18:28:34 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           | 1209 ++++++++++++++++++++++++++++++++++++++++++++
 fs/btrfs/crc32_c.c         |   54 ++
 fs/fs.c                    |   86 +++-
 include/btrfs.h            |  391 ++++++++++++++
 include/config_fallbacks.h |    4 +
 include/fs.h               |    1 +
 10 files changed, 1860 insertions(+), 3 deletions(-)
 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