u-boot-brain/drivers/block
unsik Kim 75eb82ec7c mflash: Initial mflash support
Mflash is fusion memory device mainly targeted consumer eletronic and
mobile phone.
Internally, it have nand flash and other hardware logics and supports
some different operation (ATA, IO, XIP) modes.

IO mode is custom mode for the host that doesn't have IDE interface.
(Many mobile targeted SoC doesn't have IDE bus)

This driver support mflash IO mode.

Followings are brief descriptions about IO mode.

1. IO mode based on ATA protocol and uses some custom command. (read
   confirm, write confirm)
2. IO mode uses SRAM bus interface.

Signed-off-by: unsik Kim <donari75@gmail.com>
2009-04-03 23:47:06 +02:00
..
ahci.c drivers/block/ahci: Fix pci mapping bug 2009-02-10 00:31:05 +01:00
ata_piix.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ata_piix.h rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
fsl_sata.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
fsl_sata.h drivers: add the support for Freescale SATA controller 2008-03-26 23:38:58 +01:00
libata.c silence misc printf formatting compiler warnings 2008-07-10 22:12:09 +02:00
Makefile mflash: Initial mflash support 2009-04-03 23:47:06 +02:00
mg_disk_prv.h mflash: Initial mflash support 2009-04-03 23:47:06 +02:00
mg_disk.c mflash: Initial mflash support 2009-04-03 23:47:06 +02:00
pata_bfin.c Blackfin: add driver for on-chip ATAPI controller 2009-02-02 12:27:14 -05:00
pata_bfin.h Blackfin: add driver for on-chip ATAPI controller 2009-02-02 12:27:14 -05:00
sata_sil3114.c sata_sil3114: fix compiler warning 2009-02-19 00:37:18 +01:00
sata_sil3114.h Add sata sil3114 support 2008-06-29 12:42:18 +02:00
sil680.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sym53c8xx.c Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
systemace.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00