u-boot-brain/drivers/mtd/nand
Stefan Roese 35f2edbb6c nand/mpc512x: Add MPC512x NAND support (NFC)
This patch adds NAND Flash Controller driver for MPC5121 revision 2.
All device features, except hardware ECC and power management, are
supported.

This NFC driver replaces the one orignally posted by John Rigby:

"[PATCH] Freescale NFC NAND driver"

It's a port of the Linux driver version posted by Piotr Ziecik a few
weeks ago. Using this driver has the following advantages (from my
point of view):

- Compatibility with the Linux NAND driver (e.g. ECC usage)
- Better code quality in general
- Resulting U-Boot image is a bit smaller (approx. 3k)
- Better to sync with newer Linux driver versions

The only disadvantage I can see, is that HW-ECC is not supported right
now. But this could be added later (e.g. port from Linux driver after
it's supported there). Using HW-ECC on the MCP5121 NFC has a general
problem because of the ECC usage in the spare area. This collides with
JFFS2 for example.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Piotr Ziecik <kosmo@semihalf.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: John Rigby <jcrigby@gmail.com>
Cc: Scott Wood <scottwood@freescale.com>
2009-06-12 20:47:19 +02:00
..
atmel_nand.c at91sam9/at91cap: move nand drivers to drivers/mtd/nand 2009-03-22 13:22:24 +01:00
bfin_nand.c Blackfin: nand: flush peripheral before polling it 2009-04-06 17:37:37 -04:00
davinci_nand.c davinci: move nand driver to drivers/mtd/nand 2009-03-30 18:58:39 +02:00
diskonchip.c NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
fsl_elbc_nand.c NAND FSL elbc: Use virt_to_phys to determine which bank is in use 2008-12-19 18:20:08 -06:00
fsl_upm.c Add wait flags to support board/chip specific delays 2009-03-23 15:53:40 -05:00
Makefile nand/mpc512x: Add MPC512x NAND support (NFC) 2009-06-12 20:47:19 +02:00
mpc5121_nfc.c nand/mpc512x: Add MPC512x NAND support (NFC) 2009-06-12 20:47:19 +02:00
nand_base.c mtd: nand: Include linux/mtd/partitions.h in nand_base.h 2009-04-28 01:15:37 +02:00
nand_bbt.c NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
nand_ecc.c nand: Fix problem with ECC ordering for PPC4xx NDFC platforms 2009-05-23 12:51:39 +02:00
nand_ids.c NAND: sync with 2.6.27 2008-10-29 10:42:16 -05:00
nand_util.c mtd: Update MTD infrastructure to support 64bit device size 2009-06-12 20:45:47 +02:00
nand.c mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o 2009-06-12 20:45:47 +02:00
nomadik.c nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type 2009-02-22 17:56:50 +01:00
omap_gpmc.c OMAP3: Add NAND support 2009-01-24 17:51:21 +01:00
s3c64xx.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
s3c2410_nand.c s3c2410: move nand driver to drivers/mtd/nand 2009-03-30 18:58:40 +02:00