]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MX31: Add NAND SPL for i.MX31.
authorMagnus Lilja <lilja.magnus@gmail.com>
Sat, 13 Jun 2009 18:50:01 +0000 (20:50 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sun, 21 Jun 2009 14:18:12 +0000 (16:18 +0200)
commit40c642bc19b9fa2906e3172487a522fee456340b
tree9c4189f076f5eddcf4e712f5ec15f98be2764df6
parentdf81238b3e27a791da996a9208402ac8f40b9862
MX31: Add NAND SPL for i.MX31.

This patch adds the NAND SPL framework needed to boot i.MX31 boards
from NAND.

It has been tested on a i.MX31 PDK board with large page NAND. Small
page NANDs should work as well, but this has not been tested.

Note: The i.MX31 NFC uses a non-standard layout for large page NANDs,
whether this is compatible with a particular setup depends on how
the NAND device is programmed by the flash programmer (e.g. JTAG
debugger).

The patch is based on the work by Maxim Artamonov.

Signed-off-by: Maxim Artamonov <scn1874@yandex.ru>
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
cpu/arm1136/start.S
include/asm-arm/arch-mx31/mx31-regs.h
include/fsl_nfc.h [new file with mode: 0644]
nand_spl/nand_boot_fsl_nfc.c [new file with mode: 0644]