u-boot-brain/drivers/mtd/ubi
Kyungmin Park f412fefa07 UBI: Add basic UBI support to U-Boot (Part 4/8)
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 <kyungmin.park@samsung.com>
Signed-off-by: Stefan Roese <sr@denx.de>
2008-11-19 20:34:39 +01:00
..
build.c UBI: Add basic UBI support to U-Boot (Part 1/8) 2008-11-19 20:34:39 +01:00
crc32.c UBI: Add basic UBI support to U-Boot (Part 1/8) 2008-11-19 20:34:39 +01:00
crc32defs.h UBI: Add basic UBI support to U-Boot (Part 2/8) 2008-11-19 20:34:39 +01:00
crc32table.h UBI: Add basic UBI support to U-Boot (Part 2/8) 2008-11-19 20:34:39 +01:00
debug.c UBI: Add basic UBI support to U-Boot (Part 2/8) 2008-11-19 20:34:39 +01:00
debug.h UBI: Add basic UBI support to U-Boot (Part 2/8) 2008-11-19 20:34:39 +01:00
eba.c UBI: Add basic UBI support to U-Boot (Part 2/8) 2008-11-19 20:34:39 +01:00
io.c UBI: Add basic UBI support to U-Boot (Part 3/8) 2008-11-19 20:34:39 +01:00
kapi.c UBI: Add basic UBI support to U-Boot (Part 3/8) 2008-11-19 20:34:39 +01:00
Makefile UBI: Add basic UBI support to U-Boot (Part 1/8) 2008-11-19 20:34:39 +01:00
misc.c UBI: Add basic UBI support to U-Boot (Part 3/8) 2008-11-19 20:34:39 +01:00
scan.c UBI: Add basic UBI support to U-Boot (Part 4/8) 2008-11-19 20:34:39 +01:00
scan.h UBI: Add basic UBI support to U-Boot (Part 4/8) 2008-11-19 20:34:39 +01:00
ubi-media.h UBI: Add basic UBI support to U-Boot (Part 4/8) 2008-11-19 20:34:39 +01:00
ubi.h UBI: Add basic UBI support to U-Boot (Part 4/8) 2008-11-19 20:34:39 +01:00