Dear unsik Kim, In message <49a210ac.3080...@gmail.com> you wrote: > > From 53292a06d57fcd93fa508c5c698bca5b60a19691 Mon Sep 17 00:00:00 2001 > From: unsik Kim <donar...@gmail.com> > Date: Wed, 18 Feb 2009 14:31:49 +0900 > Subject: [PATCH 09/13] 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 <donar...@gmail.com> > --- > common/Makefile | 2 + > common/cmd_mgdisk.c | 76 ++++++ > common/cmd_nvedit.c | 8 +- > common/env_mgdisk.c | 92 +++++++ > disk/part.c | 8 +- > disk/part_amiga.c | 5 +- > disk/part_dos.c | 1 + > disk/part_efi.c | 1 + > disk/part_iso.c | 1 + > disk/part_mac.c | 1 + > doc/README.mflash | 94 +++++++ > drivers/block/Makefile | 5 +- > drivers/block/mg_disk.c | 582 > +++++++++++++++++++++++++++++++++++++++++++ > drivers/block/mg_disk_prv.h | 145 +++++++++++ > fs/fat/fat.c | 2 + > include/config_cmd_all.h | 1 + > include/environment.h | 12 + > include/mg_disk.h | 51 ++++ > include/part.h | 1 + > 19 files changed, 1080 insertions(+), 8 deletions(-) > create mode 100644 common/cmd_mgdisk.c > create mode 100644 common/env_mgdisk.c > create mode 100644 doc/README.mflash > create mode 100644 drivers/block/mg_disk.c > create mode 100644 drivers/block/mg_disk_prv.h > create mode 100644 include/mg_disk.h
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de In a business, marketroids, salespukes, and lawyers have different goals from those who actually do work and produce something. Usually, is is the former who triumph over the latter, due to the simple rule that those who print the money make the rules. -- Tom Christiansen in <5jdcls$b0...@csnews.cs.colorado.edu> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot