mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] UBIFS support
Date: Tue,  6 Aug 2013 15:07:00 +0200	[thread overview]
Message-ID: <1375794428-29577-1-git-send-email-s.hauer@pengutronix.de> (raw)

The following adds UBIFS support to barebox. The code has been taken from
U-Boot rather than the Kernel since it was easier to adopt.

Sascha

----------------------------------------------------------------
Sascha Hauer (7):
      mtd: ubi: add ubi info functions
      filetype: Add ubifs detection
      mtd: ubi: Add support for opening a volume by cdev
      move print_hex_dump function to include/common.h
      extend barebox wrapper header
      Add deflate_decompress function
      fs: Add ubifs support

 common/filetype.c               |    2 +
 drivers/mtd/ubi/cdev.c          |    6 +
 drivers/mtd/ubi/kapi.c          |   93 ++
 drivers/mtd/ubi/ubi-barebox.h   |    8 -
 drivers/mtd/ubi/ubi.h           |    2 +
 fs/Kconfig                      |    1 +
 fs/Makefile                     |    1 +
 fs/ubifs/Kconfig                |   17 +
 fs/ubifs/Makefile               |    4 +
 fs/ubifs/budget.c               |  113 ++
 fs/ubifs/crc16.c                |   60 +
 fs/ubifs/crc16.h                |   29 +
 fs/ubifs/debug.c                |  156 +++
 fs/ubifs/debug.h                |  392 ++++++
 fs/ubifs/io.c                   |  316 +++++
 fs/ubifs/key.h                  |  557 ++++++++
 fs/ubifs/log.c                  |  104 ++
 fs/ubifs/lprops.c               |  842 ++++++++++++
 fs/ubifs/lpt.c                  | 1105 ++++++++++++++++
 fs/ubifs/lpt_commit.c           |  171 +++
 fs/ubifs/master.c               |  341 +++++
 fs/ubifs/misc.h                 |  311 +++++
 fs/ubifs/orphan.c               |  318 +++++
 fs/ubifs/recovery.c             | 1225 +++++++++++++++++
 fs/ubifs/replay.c               | 1070 +++++++++++++++
 fs/ubifs/sb.c                   |  346 +++++
 fs/ubifs/scan.c                 |  362 +++++
 fs/ubifs/super.c                |  907 +++++++++++++
 fs/ubifs/tnc.c                  | 2767 +++++++++++++++++++++++++++++++++++++++
 fs/ubifs/tnc_misc.c             |  435 ++++++
 fs/ubifs/ubifs-media.h          |  775 +++++++++++
 fs/ubifs/ubifs.c                |  654 +++++++++
 fs/ubifs/ubifs.h                | 2151 ++++++++++++++++++++++++++++++
 include/common.h                |    8 +
 include/filetype.h              |    1 +
 include/linux/barebox-wrapper.h |   32 +
 include/linux/mtd/ubi.h         |    1 +
 include/linux/zlib.h            |    4 +
 lib/decompress_inflate.c        |   39 +
 39 files changed, 15718 insertions(+), 8 deletions(-)
 create mode 100644 fs/ubifs/Kconfig
 create mode 100644 fs/ubifs/Makefile
 create mode 100644 fs/ubifs/budget.c
 create mode 100644 fs/ubifs/crc16.c
 create mode 100644 fs/ubifs/crc16.h
 create mode 100644 fs/ubifs/debug.c
 create mode 100644 fs/ubifs/debug.h
 create mode 100644 fs/ubifs/io.c
 create mode 100644 fs/ubifs/key.h
 create mode 100644 fs/ubifs/log.c
 create mode 100644 fs/ubifs/lprops.c
 create mode 100644 fs/ubifs/lpt.c
 create mode 100644 fs/ubifs/lpt_commit.c
 create mode 100644 fs/ubifs/master.c
 create mode 100644 fs/ubifs/misc.h
 create mode 100644 fs/ubifs/orphan.c
 create mode 100644 fs/ubifs/recovery.c
 create mode 100644 fs/ubifs/replay.c
 create mode 100644 fs/ubifs/sb.c
 create mode 100644 fs/ubifs/scan.c
 create mode 100644 fs/ubifs/super.c
 create mode 100644 fs/ubifs/tnc.c
 create mode 100644 fs/ubifs/tnc_misc.c
 create mode 100644 fs/ubifs/ubifs-media.h
 create mode 100644 fs/ubifs/ubifs.c
 create mode 100644 fs/ubifs/ubifs.h

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2013-08-06 13:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-06 13:07 Sascha Hauer [this message]
2013-08-06 13:07 ` [PATCH 1/8] mtd: ubi: add missing prototype for ubi_volume_notify Sascha Hauer
2013-08-06 13:07 ` [PATCH 2/8] mtd: ubi: add ubi info functions Sascha Hauer
2013-08-06 13:07 ` [PATCH 3/8] filetype: Add ubifs detection Sascha Hauer
2013-08-06 13:07 ` [PATCH 4/8] mtd: ubi: Add support for opening a volume by cdev Sascha Hauer
2013-08-06 13:07 ` [PATCH 5/8] move print_hex_dump function to include/common.h Sascha Hauer
2013-08-06 13:07 ` [PATCH 6/8] extend barebox wrapper header Sascha Hauer
2013-08-06 13:07 ` [PATCH 7/8] Add deflate_decompress function Sascha Hauer
2013-08-06 13:07 ` [PATCH 8/8] fs: Add ubifs support Sascha Hauer
2013-08-06 18:16   ` Alexander Aring
2013-08-06 19:50     ` Sascha Hauer
2013-08-06 23:50       ` Alexander Aring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1375794428-29577-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox