summaryrefslogtreecommitdiffstats
path: root/board/tqc/tqm85xx/tlb.c
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2008-06-05 13:12:09 +0200
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-06-11 00:05:08 -0500
commit1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051 (patch)
tree55883ded24813be6cd7ddf5e30894357f3c7266b /board/tqc/tqm85xx/tlb.c
parentb9e8078bb3f3c48111a7081e27279938c3a445e1 (diff)
downloadtalos-obmc-uboot-1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051.tar.gz
talos-obmc-uboot-1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051.zip
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>
Diffstat (limited to 'board/tqc/tqm85xx/tlb.c')
-rw-r--r--board/tqc/tqm85xx/tlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/tqc/tqm85xx/tlb.c b/board/tqc/tqm85xx/tlb.c
index 7c4b9a1f47..7f4efc1542 100644
--- a/board/tqc/tqm85xx/tlb.c
+++ b/board/tqc/tqm85xx/tlb.c
@@ -114,7 +114,7 @@ struct fsl_e_tlb_entry tlb_table[] = {
* TLB 6: 64M Non-cacheable, guarded
* 0xe0000000 1M CCSRBAR
* 0xe2000000 16M PCI1 IO
- * 0xe3000000 16M CAN
+ * 0xe3000000 16M CAN and NAND Flash
*/
SET_TLB_ENTRY (1, CFG_CCSRBAR, CFG_CCSRBAR_PHYS,
MAS3_SX | MAS3_SW | MAS3_SR, MAS2_I | MAS2_G,
OpenPOWER on IntegriCloud