* [U-Boot] [PATCH 00/11 v4] Add UBI support
@ 2008-11-19 19:36 Stefan Roese
0 siblings, 0 replies; only message in thread
From: Stefan Roese @ 2008-11-19 19:36 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-19 19:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-19 19:36 [U-Boot] [PATCH 00/11 v4] Add UBI support Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox