| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-19 | UBI: Add basic UBI support to U-Boot (Part 6/8) | Kyungmin Park | |
| This patch adds basic UBI (Unsorted Block Image) support to U-Boot. It's based on the Linux UBI version and basically has a "OS" translation wrapper that defines most Linux specific calls (spin_lock() etc.) into no-ops. Some source code parts have been uncommented by "#ifdef UBI_LINUX". This makes it easier to compare this version with the Linux version and simplifies future UBI ports/bug-fixes from the Linux version. Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Stefan Roese <[email protected]> | |||
| 2008-09-06 | Add JFFS2 command support on OneNAND | Kyungmin Park | |
| Signed-off-by: Kyungmin Park <[email protected]> | |||
| 2005-08-08 | Add common (with Linux) MTD partition scheme and "mtdparts" command | Wolfgang Denk | |
| Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning. | |||
| 2002-11-03 | Initial revision | wdenk | |
