Commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3

Authored by Anton Vorontsov
Committed by Kim Phillips
1 parent 82e45a2041

83xx: nand support for MPC837XRDB boards

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>

Showing 1 changed file with 19 additions and 0 deletions Side-by-side Diff

include/configs/MPC837XERDB.h
... ... @@ -275,6 +275,25 @@
275 275 #define CFG_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */
276 276 #define CFG_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */
277 277  
  278 +/*
  279 + * NAND Flash on the Local Bus
  280 + */
  281 +#define CFG_NAND_BASE 0xE0600000 /* 0xE0600000 */
  282 +#define CFG_BR1_PRELIM (CFG_NAND_BASE | \
  283 + (2 << BR_DECC_SHIFT) | /* Use HW ECC */ \
  284 + BR_PS_8 | /* Port Size = 8 bit */ \
  285 + BR_MS_FCM | /* MSEL = FCM */ \
  286 + BR_V) /* valid */
  287 +#define CFG_OR1_PRELIM (0xFFFF8000 | /* length 32K */ \
  288 + OR_FCM_CSCT | \
  289 + OR_FCM_CST | \
  290 + OR_FCM_CHT | \
  291 + OR_FCM_SCY_1 | \
  292 + OR_FCM_TRLX | \
  293 + OR_FCM_EHTR)
  294 +#define CFG_LBLAWBAR1_PRELIM CFG_NAND_BASE
  295 +#define CFG_LBLAWAR1_PRELIM 0x8000000E /* 32KB */
  296 +
278 297 /* Vitesse 7385 */
279 298  
280 299 #define CFG_VSC7385_BASE 0xF0000000