u-boot-brain/drivers
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
..
bios_emulator Fix the function conflict in x86emu when DEBUG is on 2008-10-17 01:14:37 +02:00
block Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
dma drivers/dma: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
hwmon rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
i2c Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
input rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
misc fsl_law clear enable before changing. 2008-10-18 21:54:05 +02:00
mmc rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mtd UBI: Add basic UBI support to U-Boot (Part 3/8) 2008-11-19 20:34:39 +01:00
net ColdFire: Add mii driver in drivers/net 2008-11-09 21:38:05 -08:00
pci powerpc: fix pci window initialization to work with > 4GB DRAM 2008-10-27 16:27:58 -05:00
pcmcia rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
qe drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver. 2008-11-09 21:38:05 -08:00
rtc Blackfin: only initialize the RTC when actually used 2008-10-23 05:03:50 -04:00
serial rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
spi rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
usb Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
video atmel_lcdfb: Straighten out funky vl_sync logic 2008-10-25 20:33:32 +02:00