u-boot-brain/drivers/mtd
Kyungmin Park 2d262c4853 UBI: Add basic UBI support to U-Boot (Part 3/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
..
nand NAND: Properly create JFFS2 cleanmarkers. 2008-10-29 14:20:26 -05:00
nand_legacy rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
onenand NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
spi rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ubi UBI: Add basic UBI support to U-Boot (Part 3/8) 2008-11-19 20:34:39 +01:00
at45.c drivers/mtd: Move conditional compilation to Makefile 2008-08-13 01:40:42 +02:00
cfi_flash.c CFI Driver: Fix "flash not ready" problem 2008-10-31 11:32:53 +01:00
dataflash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
jedec_flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
Makefile MTD: Add MTD paritioning infrastructure 2008-11-19 20:34:39 +01:00
mtdcore.c MTD: Add MTD paritioning infrastructure 2008-11-19 20:34:39 +01:00
mtdpart.c MTD: Add MTD paritioning infrastructure 2008-11-19 20:34:39 +01:00
mw_eeprom.c Update i386 code (sc520_cdp) 2008-09-09 11:48:53 +02:00