[U-Boot] [PATCH 0/2 v12] Btrfs filesystem port to U-boot

Adnan Ali adnan9901 at yahoo.com
Sat May 4 11:47:39 CEST 2013


Adnan Ali (2):
  Enable btrfs support in mx53loco config
  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           | 1347 ++++++++++++++++++++++++++++++++++++++++++++
 fs/fs.c                    |   10 +
 include/btrfs.h            |  416 ++++++++++++++
 include/config_fallbacks.h |    4 +
 include/configs/mx53loco.h |    4 +-
 include/crc.h              |    8 +
 include/fs.h               |    1 +
 lib/Makefile               |    1 +
 lib/crc32_c.c              |   40 ++
 13 files changed, 1948 insertions(+), 1 deletion(-)
 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 lib/crc32_c.c

-- 
1.7.9.5



More information about the U-Boot mailing list