From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/11 v4] Add UBI support
Date: Wed, 19 Nov 2008 20:36:53 +0100 [thread overview]
Message-ID: <200811192036.53591.sr@denx.de> (raw)
This patch series adds UBI support to U-Boot:
UBI (Latin: "where?") stands for "Unsorted Block Images". It is a volume
management system for flash devices which manages multiple logical volumes on
a single physical flash device and spreads the I/O load (i.e, wear-leveling)
across the whole flash chip.
In a sense, UBI may be compared to the Logical Volume Manager (LVM). Whereas
LVM maps logical sectors to physical sectors, UBI maps logical eraseblocks to
physical eraseblocks. But besides the mapping, UBI implements global
wear-leveling and I/O errors handling.
For more details, Please visit the following URL.
http://www.linux-mtd.infradead.org/doc/ubi.html
The changes in this version are:
- Added "ubi part" command to dynamically configure
the UBI partitions to "work" on.
- Remove board_ubi_scan(). Not needed anymore because of the more
flexible common "ubi part" command.
- Fixes for non-UBI builds.
- Removed some compiler warnings
- More codingstyle cleanup.
This version is available in the "testing" branch of the u-boot-ubi
repository.
Best regards,
Stefan
reply other threads:[~2008-11-19 19:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200811192036.53591.sr@denx.de \
--to=sr@denx.de \
--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