public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5] Addition of btrfs to u-boot
@ 2013-03-11 13:18 Adnan Ali
  2013-03-11 13:18 ` [U-Boot] [PATCH v5] Introduced btrfs file-system with btrload command Adnan Ali
  0 siblings, 1 reply; 6+ messages in thread
From: Adnan Ali @ 2013-03-11 13:18 UTC (permalink / raw)
  To: u-boot


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

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

end of thread, other threads:[~2013-03-13 11:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 13:18 [U-Boot] [PATCH v5] Addition of btrfs to u-boot Adnan Ali
2013-03-11 13:18 ` [U-Boot] [PATCH v5] Introduced btrfs file-system with btrload command Adnan Ali
2013-03-12 14:15   ` Simon Glass
2013-03-12 14:53     ` Adnan Ali
2013-03-12 22:37       ` Simon Glass
2013-03-13 11:43         ` Adnan Ali

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