]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TQM85xx: NAND support via local bus UPMB
authorWolfgang Grandegger <wg@grandegger.com>
Thu, 5 Jun 2008 11:12:09 +0000 (13:12 +0200)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 11 Jun 2008 05:05:08 +0000 (00:05 -0500)
commit1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
tree55883ded24813be6cd7ddf5e30894357f3c7266b
parentb9e8078bb3f3c48111a7081e27279938c3a445e1
TQM85xx: NAND support via local bus UPMB

This patch adds support for NAND FLASH on the TQM8548. It is disabled by
default and can be enabled for the TQM8548 modules. It is now based on
the re-written FSL NAND UPM driver. A patch has been posted earlier today
with the subject:

"NAND FSL UPM: driver re-write using the hwcontrol callback"

Note that the R/B pin is not supported by that module requiring to use
the specified maximum delay time.

Note: With NAND support enabled the size of the U-Boot image exceeds
256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
doubling the image size :-(.

Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
board/tqc/tqm85xx/Makefile
board/tqc/tqm85xx/law.c
board/tqc/tqm85xx/nand.c [new file with mode: 0644]
board/tqc/tqm85xx/tlb.c
include/configs/TQM85xx.h