public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind@infradead.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/9] UBIFS: Implement read-only UBIFS support in U-Boot (Part 1)
Date: Thu, 26 Feb 2009 13:04:17 +0200	[thread overview]
Message-ID: <1235646257.25808.34.camel@localhost.localdomain> (raw)
In-Reply-To: <1235645302-24095-1-git-send-email-sr@denx.de>

On Thu, 2009-02-26 at 11:48 +0100, Stefan Roese wrote:
> This patchset adds UBIFS read-only support to U-Boot. The following
> commands are implemented:
> 
> - ubifsmount
>   Mount an UBIFS volume
> 
> - ubifsls
>   List a directory of the mounted UBIFS volume
> 
> - ubifsload
>   Load a file from the mounted UBIFS volume to memory

> The U-Boot UBIFS implementation is largely a direct copy from the current
> Linux version (2.6.29-rc6). As already done in the UBI version we have an
> "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
> ...). This makes it possible to use the original Linux code with very
> little changes. And by this we can better update to later Linux versions.

Well, this is not abstraction layer, we just thought that at some point
we'd have more fine-grained locking, so we wrapped the LPT mutex :-)

Also, you could probably remove a lot of code related to writing, if you
wanted. E.g., whole garbage collecting, committing, synching stuff, and
so on.

-- 
Best regards,
Artem Bityutskiy (???????? ?????)

  reply	other threads:[~2009-02-26 11:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-26 10:48 [U-Boot] [PATCH 2/9] UBIFS: Implement read-only UBIFS support in U-Boot (Part 1) Stefan Roese
2009-02-26 11:04 ` Artem Bityutskiy [this message]
2009-02-26 12:34   ` Stefan Roese

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=1235646257.25808.34.camel@localhost.localdomain \
    --to=dedekind@infradead.org \
    --cc=u-boot@lists.denx.de \
    /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