]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/NETTA2.h
Merge branch 'next' of git://git.denx.de/u-boot-avr32
[karo-tx-uboot.git] / include / configs / NETTA2.h
1 /*
2  * (C) Copyright 2000-2004
3  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4  *
5  * See file CREDITS for list of people who contributed to this
6  * project.
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License as
10  * published by the Free Software Foundation; either version 2 of
11  * the License, or (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
21  * MA 02111-1307 USA
22  */
23
24 /*
25  * Pantelis Antoniou, Intracom S.A., panto@intracom.gr
26  * U-Boot port on NetTA4 board
27  */
28
29 #ifndef __CONFIG_H
30 #define __CONFIG_H
31
32 #if !defined(CONFIG_NETTA2_VERSION) || CONFIG_NETTA2_VERSION > 2
33 #error Unsupported CONFIG_NETTA2 version
34 #endif
35
36 /*
37  * High Level Configuration Options
38  * (easy to change)
39  */
40
41 #define CONFIG_MPC870           1       /* This is a MPC885 CPU         */
42 #define CONFIG_NETTA2           1       /* ...on a NetTA2 board         */
43
44 #define CONFIG_8xx_CONS_SMC1    1       /* Console is on SMC1           */
45 #undef  CONFIG_8xx_CONS_SMC2
46 #undef  CONFIG_8xx_CONS_NONE
47
48 #define CONFIG_BAUDRATE         115200  /* console baudrate = 115kbps   */
49
50 /* #define CONFIG_XIN            10000000 */
51 #define CONFIG_XIN               50000000
52 /* #define MPC8XX_HZ            120000000 */
53 #define MPC8XX_HZ                66666666
54
55 #define CONFIG_8xx_GCLK_FREQ    MPC8XX_HZ
56
57 #if 0
58 #define CONFIG_BOOTDELAY        -1      /* autoboot disabled            */
59 #else
60 #define CONFIG_BOOTDELAY        5       /* autoboot after 5 seconds     */
61 #endif
62
63 #undef  CONFIG_CLOCKS_IN_MHZ    /* clocks NOT passsed to Linux in MHz */
64
65 #define CONFIG_PREBOOT  "echo;"
66
67 #undef  CONFIG_BOOTARGS
68 #define CONFIG_BOOTCOMMAND                                                      \
69         "tftpboot; "                                                            \
70         "setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath} "     \
71         "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; "   \
72         "bootm"
73
74 #define CONFIG_AUTOSCRIPT
75 #define CONFIG_LOADS_ECHO       0       /* echo off for serial download */
76 #undef  CFG_LOADS_BAUD_CHANGE           /* don't allow baudrate change  */
77
78 #undef  CONFIG_WATCHDOG                 /* watchdog disabled            */
79
80 #undef  CONFIG_CAN_DRIVER               /* CAN Driver support disabled  */
81
82 #define CONFIG_STATUS_LED       1       /* Status LED enabled           */
83 #define CONFIG_BOARD_SPECIFIC_LED       /* version has board specific leds */
84
85 /*
86  * BOOTP options
87  */
88 #define CONFIG_BOOTP_SUBNETMASK
89 #define CONFIG_BOOTP_GATEWAY
90 #define CONFIG_BOOTP_HOSTNAME
91 #define CONFIG_BOOTP_BOOTPATH
92 #define CONFIG_BOOTP_BOOTFILESIZE
93 #define CONFIG_BOOTP_NISDOMAIN
94
95
96 #undef CONFIG_MAC_PARTITION
97 #undef CONFIG_DOS_PARTITION
98
99 #define CONFIG_RTC_MPC8xx               /* use internal RTC of MPC8xx   */
100
101 #define CONFIG_NET_MULTI        1       /* the only way to get the FEC in */
102 #define FEC_ENET                1       /* eth.c needs it that way... */
103 #undef CFG_DISCOVER_PHY
104 #define CONFIG_MII              1
105 #define CONFIG_MII_INIT         1
106 #define CONFIG_RMII             1       /* use RMII interface */
107
108 #define CONFIG_ETHER_ON_FEC1    1
109 #define CONFIG_FEC1_PHY         8       /* phy address of FEC */
110 #define CONFIG_FEC1_PHY_NORXERR 1
111
112 #define CONFIG_ETHER_ON_FEC2    1
113 #define CONFIG_FEC2_PHY         4
114 #define CONFIG_FEC2_PHY_NORXERR 1
115
116 #define CONFIG_ENV_OVERWRITE    1       /* allow modification of vendor params */
117
118
119 /*
120  * Command line configuration.
121  */
122 #include <config_cmd_default.h>
123
124 #define CONFIG_CMD_NAND
125 #define CONFIG_CMD_DHCP
126 #define CONFIG_CMD_PING
127 #define CONFIG_CMD_MII
128 #define CONFIG_CMD_CDP
129
130
131 #define CONFIG_BOARD_EARLY_INIT_F       1
132 #define CONFIG_MISC_INIT_R
133
134 /*
135  * Miscellaneous configurable options
136  */
137 #define CFG_LONGHELP                    /* undef to save memory         */
138 #define CFG_PROMPT      "=> "           /* Monitor Command Prompt       */
139
140 #define CFG_HUSH_PARSER 1
141 #define CFG_PROMPT_HUSH_PS2     "> "
142
143 #if defined(CONFIG_CMD_KGDB)
144 #define CFG_CBSIZE      1024            /* Console I/O Buffer Size      */
145 #else
146 #define CFG_CBSIZE      256             /* Console I/O Buffer Size      */
147 #endif
148 #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
149 #define CFG_MAXARGS     16              /* max number of command args   */
150 #define CFG_BARGSIZE    CFG_CBSIZE      /* Boot Argument Buffer Size    */
151
152 #define CFG_MEMTEST_START       0x0300000       /* memtest works on     */
153 #define CFG_MEMTEST_END         0x0700000       /* 3 ... 7 MB in DRAM   */
154
155 #define CFG_LOAD_ADDR           0x100000        /* default load address */
156
157 #define CFG_HZ          1000            /* decrementer freq: 1 ms ticks */
158
159 #define CFG_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200 }
160
161 /*
162  * Low Level Configuration Settings
163  * (address mappings, register initial values, etc.)
164  * You should know what you are doing if you make changes here.
165  */
166 /*-----------------------------------------------------------------------
167  * Internal Memory Mapped Register
168  */
169 #define CFG_IMMR                0xFF000000
170
171 /*-----------------------------------------------------------------------
172  * Definitions for initial stack pointer and data area (in DPRAM)
173  */
174 #define CFG_INIT_RAM_ADDR       CFG_IMMR
175 #define CFG_INIT_RAM_END        0x3000  /* End of used area in DPRAM    */
176 #define CFG_GBL_DATA_SIZE       64  /* size in bytes reserved for initial data */
177 #define CFG_GBL_DATA_OFFSET     (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
178 #define CFG_INIT_SP_OFFSET      CFG_GBL_DATA_OFFSET
179
180 /*-----------------------------------------------------------------------
181  * Start addresses for the final memory configuration
182  * (Set up by the startup code)
183  * Please note that CFG_SDRAM_BASE _must_ start at 0
184  */
185 #define CFG_SDRAM_BASE          0x00000000
186 #define CFG_FLASH_BASE          0x40000000
187 #if defined(DEBUG)
188 #define CFG_MONITOR_LEN         (256 << 10)     /* Reserve 256 kB for Monitor   */
189 #else
190 #define CFG_MONITOR_LEN         (192 << 10)     /* Reserve 192 kB for Monitor   */
191 #endif
192 #define CFG_MONITOR_BASE        CFG_FLASH_BASE
193 #define CFG_MALLOC_LEN          (128 << 10)     /* Reserve 128 kB for malloc()  */
194 #if CONFIG_NETTA2_VERSION == 2
195 #define CFG_FLASH_BASE4         0x40080000
196 #endif
197
198 #define CFG_RESET_ADDRESS   0x80000000
199
200 /*
201  * For booting Linux, the board info and command line data
202  * have to be in the first 8 MB of memory, since this is
203  * the maximum mapped by the Linux kernel during initialization.
204  */
205 #define CFG_BOOTMAPSZ           (8 << 20)       /* Initial Memory map for Linux */
206
207 /*-----------------------------------------------------------------------
208  * FLASH organization
209  */
210 #if CONFIG_NETTA2_VERSION == 1
211 #define CFG_MAX_FLASH_BANKS     1       /* max number of memory banks           */
212 #elif CONFIG_NETTA2_VERSION == 2
213 #define CFG_MAX_FLASH_BANKS     2       /* max number of memory banks           */
214 #endif
215 #define CFG_MAX_FLASH_SECT      8       /* max number of sectors on one chip    */
216
217 #define CFG_FLASH_ERASE_TOUT    120000  /* Timeout for Flash Erase (in ms)      */
218 #define CFG_FLASH_WRITE_TOUT    500     /* Timeout for Flash Write (in ms)      */
219
220 #define CFG_ENV_IS_IN_FLASH     1
221 #define CFG_ENV_SECT_SIZE       0x10000
222
223 #define CFG_ENV_ADDR            (CFG_FLASH_BASE + 0x60000)
224 #define CFG_ENV_OFFSET          0
225 #define CFG_ENV_SIZE            0x4000
226
227 #define CFG_ENV_ADDR_REDUND     (CFG_FLASH_BASE + 0x70000)
228 #define CFG_ENV_OFFSET_REDUND   0
229 #define CFG_ENV_SIZE_REDUND     CFG_ENV_SIZE
230
231 /*-----------------------------------------------------------------------
232  * Cache Configuration
233  */
234 #define CFG_CACHELINE_SIZE      16      /* For all MPC8xx CPUs                  */
235 #if defined(CONFIG_CMD_KGDB)
236 #define CFG_CACHELINE_SHIFT     4       /* log base 2 of the above value        */
237 #endif
238
239 /*-----------------------------------------------------------------------
240  * SYPCR - System Protection Control                            11-9
241  * SYPCR can only be written once after reset!
242  *-----------------------------------------------------------------------
243  * Software & Bus Monitor Timer max, Bus Monitor enable, SW Watchdog freeze
244  */
245 #if defined(CONFIG_WATCHDOG)
246 #define CFG_SYPCR       (SYPCR_SWTC | SYPCR_BMT | SYPCR_BME | SYPCR_SWF | \
247                          SYPCR_SWE  | SYPCR_SWRI| SYPCR_SWP)
248 #else
249 #define CFG_SYPCR       (SYPCR_SWTC | SYPCR_BMT | SYPCR_BME | SYPCR_SWF | SYPCR_SWP)
250 #endif
251
252 /*-----------------------------------------------------------------------
253  * SIUMCR - SIU Module Configuration                            11-6
254  *-----------------------------------------------------------------------
255  * PCMCIA config., multi-function pin tri-state
256  */
257 #ifndef CONFIG_CAN_DRIVER
258 #define CFG_SIUMCR      (SIUMCR_DBGC00 | SIUMCR_DBPC00 | SIUMCR_MLRC01 | SIUMCR_FRC)
259 #else   /* we must activate GPL5 in the SIUMCR for CAN */
260 #define CFG_SIUMCR      (SIUMCR_DBGC11 | SIUMCR_DBPC00 | SIUMCR_MLRC01 | SIUMCR_FRC)
261 #endif  /* CONFIG_CAN_DRIVER */
262
263 /*-----------------------------------------------------------------------
264  * TBSCR - Time Base Status and Control                         11-26
265  *-----------------------------------------------------------------------
266  * Clear Reference Interrupt Status, Timebase freezing enabled
267  */
268 #define CFG_TBSCR       (TBSCR_REFA | TBSCR_REFB | TBSCR_TBF)
269
270 /*-----------------------------------------------------------------------
271  * RTCSC - Real-Time Clock Status and Control Register          11-27
272  *-----------------------------------------------------------------------
273  */
274 #define CFG_RTCSC       (RTCSC_SEC | RTCSC_ALR | RTCSC_RTF| RTCSC_RTE)
275
276 /*-----------------------------------------------------------------------
277  * PISCR - Periodic Interrupt Status and Control                11-31
278  *-----------------------------------------------------------------------
279  * Clear Periodic Interrupt Status, Interrupt Timer freezing enabled
280  */
281 #define CFG_PISCR       (PISCR_PS | PISCR_PITF)
282
283 /*-----------------------------------------------------------------------
284  * PLPRCR - PLL, Low-Power, and Reset Control Register          15-30
285  *-----------------------------------------------------------------------
286  * Reset PLL lock status sticky bit, timer expired status bit and timer
287  * interrupt status bit
288  *
289  */
290
291 #if CONFIG_XIN == 10000000
292
293 #if MPC8XX_HZ == 120000000
294 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
295                          (0 << PLPRCR_S_SHIFT) | (12 << PLPRCR_MFI_SHIFT) | (0 << PLPRCR_PDF_SHIFT) | \
296                          PLPRCR_TEXPS)
297 #elif MPC8XX_HZ == 100000000
298 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
299                          (0 << PLPRCR_S_SHIFT) | (10 << PLPRCR_MFI_SHIFT) | (0 << PLPRCR_PDF_SHIFT) | \
300                          PLPRCR_TEXPS)
301 #elif MPC8XX_HZ == 50000000
302 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
303                          (1 << PLPRCR_S_SHIFT) | (8 << PLPRCR_MFI_SHIFT) | (3 << PLPRCR_PDF_SHIFT) | \
304                          PLPRCR_TEXPS)
305 #elif MPC8XX_HZ == 25000000
306 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
307                          (2 << PLPRCR_S_SHIFT) | (8 << PLPRCR_MFI_SHIFT) | (3 << PLPRCR_PDF_SHIFT) | \
308                          PLPRCR_TEXPS)
309 #elif MPC8XX_HZ == 40000000
310 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
311                          (1 << PLPRCR_S_SHIFT) | (8 << PLPRCR_MFI_SHIFT) | (4 << PLPRCR_PDF_SHIFT) | \
312                          PLPRCR_TEXPS)
313 #elif MPC8XX_HZ == 75000000
314 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
315                          (1 << PLPRCR_S_SHIFT) | (15 << PLPRCR_MFI_SHIFT) | (0 << PLPRCR_PDF_SHIFT) | \
316                          PLPRCR_TEXPS)
317 #else
318 #error unsupported CPU freq for XIN = 10MHz
319 #endif
320
321 #elif CONFIG_XIN == 50000000
322
323 #if MPC8XX_HZ == 120000000
324 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
325                          (0 << PLPRCR_S_SHIFT) | (12 << PLPRCR_MFI_SHIFT) | (4 << PLPRCR_PDF_SHIFT) | \
326                          PLPRCR_TEXPS)
327 #elif MPC8XX_HZ == 100000000
328 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
329                          (0 << PLPRCR_S_SHIFT) | (6 << PLPRCR_MFI_SHIFT) | (2 << PLPRCR_PDF_SHIFT) | \
330                          PLPRCR_TEXPS)
331 #elif MPC8XX_HZ ==  66666666
332 #define CFG_PLPRCR      ((0 << PLPRCR_MFN_SHIFT) | (0 << PLPRCR_MFD_SHIFT) | \
333                          (1 << PLPRCR_S_SHIFT) | (8 << PLPRCR_MFI_SHIFT) | (2 << PLPRCR_PDF_SHIFT) | \
334                          PLPRCR_TEXPS)
335 #else
336 #error unsupported CPU freq for XIN = 50MHz
337 #endif
338
339 #else
340
341 #error unsupported XIN freq
342 #endif
343
344
345 /*
346  *-----------------------------------------------------------------------
347  * SCCR - System Clock and reset Control Register               15-27
348  *-----------------------------------------------------------------------
349  * Set clock output, timebase and RTC source and divider,
350  * power management and some other internal clocks
351  *
352  * Note: When TBS == 0 the timebase is independent of current cpu clock.
353  */
354
355 #define SCCR_MASK       SCCR_EBDF11
356 #if MPC8XX_HZ > 66666666
357 #define CFG_SCCR        (/* SCCR_TBS     | */ SCCR_CRQEN | \
358                          SCCR_COM00   | SCCR_DFSYNC00 | SCCR_DFBRG00  | \
359                          SCCR_DFNL000 | SCCR_DFNH000  | SCCR_DFLCD000 | \
360                          SCCR_DFALCD00 | SCCR_EBDF01)
361 #else
362 #define CFG_SCCR        (/* SCCR_TBS     | */ SCCR_CRQEN | \
363                          SCCR_COM00   | SCCR_DFSYNC00 | SCCR_DFBRG00  | \
364                          SCCR_DFNL000 | SCCR_DFNH000  | SCCR_DFLCD000 | \
365                          SCCR_DFALCD00)
366 #endif
367
368 /*-----------------------------------------------------------------------
369  *
370  *-----------------------------------------------------------------------
371  *
372  */
373 /*#define       CFG_DER 0x2002000F*/
374 #define CFG_DER 0
375
376 /*
377  * Init Memory Controller:
378  *
379  * BR0/1 and OR0/1 (FLASH)
380  */
381
382 #define FLASH_BASE0_PRELIM      0x40000000      /* FLASH bank #0        */
383
384 /* used to re-map FLASH both when starting from SRAM or FLASH:
385  * restrict access enough to keep SRAM working (if any)
386  * but not too much to meddle with FLASH accesses
387  */
388 #define CFG_REMAP_OR_AM         0x80000000      /* OR addr mask */
389 #define CFG_PRELIM_OR_AM        0xE0000000      /* OR addr mask */
390
391 /* FLASH timing: ACS = 11, TRLX = 0, CSNT = 1, SCY = 5, EHTR = 1        */
392 #define CFG_OR_TIMING_FLASH     (OR_CSNT_SAM  | OR_BI | OR_SCY_5_CLK | OR_TRLX)
393
394 #define CFG_OR0_REMAP   (CFG_REMAP_OR_AM  | CFG_OR_TIMING_FLASH)
395 #define CFG_OR0_PRELIM  (CFG_PRELIM_OR_AM | CFG_OR_TIMING_FLASH)
396 #define CFG_BR0_PRELIM  ((FLASH_BASE0_PRELIM & BR_BA_MSK) | BR_PS_8 | BR_V )
397
398 #if CONFIG_NETTA2_VERSION == 2
399
400 #define FLASH_BASE4_PRELIM      0x40080000      /* FLASH bank #1        */
401
402 #define CFG_OR4_REMAP   (CFG_REMAP_OR_AM  | CFG_OR_TIMING_FLASH)
403 #define CFG_OR4_PRELIM  (CFG_PRELIM_OR_AM | CFG_OR_TIMING_FLASH)
404 #define CFG_BR4_PRELIM  ((FLASH_BASE4_PRELIM & BR_BA_MSK) | BR_PS_8 | BR_V )
405
406 #endif
407
408 /*
409  * BR3 and OR3 (SDRAM)
410  *
411  */
412 #define SDRAM_BASE3_PRELIM      0x00000000      /* SDRAM bank #0        */
413 #define SDRAM_MAX_SIZE          (256 << 20)     /* max 256MB per bank   */
414
415 /* SDRAM timing: Multiplexed addresses, GPL5 output to GPL5_A (don't care)      */
416 #define CFG_OR_TIMING_SDRAM     (OR_CSNT_SAM | OR_G5LS)
417
418 #define CFG_OR3_PRELIM  ((0xFFFFFFFFLU & ~(SDRAM_MAX_SIZE - 1)) | CFG_OR_TIMING_SDRAM)
419 #define CFG_BR3_PRELIM  ((SDRAM_BASE3_PRELIM & BR_BA_MSK) | BR_MS_UPMB | BR_PS_32 | BR_V)
420
421 /*
422  * Memory Periodic Timer Prescaler
423  */
424
425 /*
426  * Memory Periodic Timer Prescaler
427  *
428  * The Divider for PTA (refresh timer) configuration is based on an
429  * example SDRAM configuration (64 MBit, one bank). The adjustment to
430  * the number of chip selects (NCS) and the actually needed refresh
431  * rate is done by setting MPTPR.
432  *
433  * PTA is calculated from
434  *      PTA = (gclk * Trefresh) / ((2 ^ (2 * DFBRG)) * PTP * NCS)
435  *
436  *      gclk      CPU clock (not bus clock!)
437  *      Trefresh  Refresh cycle * 4 (four word bursts used)
438  *
439  * 4096  Rows from SDRAM example configuration
440  * 1000  factor s -> ms
441  *   32  PTP (pre-divider from MPTPR) from SDRAM example configuration
442  *    4  Number of refresh cycles per period
443  *   64  Refresh cycle in ms per number of rows
444  * --------------------------------------------
445  * Divider = 4096 * 32 * 1000 / (4 * 64) = 512000
446  *
447  * 50 MHz => 50.000.000 / Divider =  98
448  * 66 Mhz => 66.000.000 / Divider = 129
449  * 80 Mhz => 80.000.000 / Divider = 156
450  */
451
452 #define CFG_MAMR_PTA             234
453
454 /*
455  * For 16 MBit, refresh rates could be 31.3 us
456  * (= 64 ms / 2K = 125 / quad bursts).
457  * For a simpler initialization, 15.6 us is used instead.
458  *
459  * #define CFG_MPTPR_2BK_2K     MPTPR_PTP_DIV32         for 2 banks
460  * #define CFG_MPTPR_1BK_2K     MPTPR_PTP_DIV64         for 1 bank
461  */
462 #define CFG_MPTPR_2BK_4K        MPTPR_PTP_DIV16         /* setting for 2 banks  */
463 #define CFG_MPTPR_1BK_4K        MPTPR_PTP_DIV32         /* setting for 1 bank   */
464
465 /* refresh rate 7.8 us (= 64 ms / 8K = 31.2 / quad bursts) for 256 MBit         */
466 #define CFG_MPTPR_2BK_8K        MPTPR_PTP_DIV8          /* setting for 2 banks  */
467 #define CFG_MPTPR_1BK_8K        MPTPR_PTP_DIV16         /* setting for 1 bank   */
468
469 /*
470  * MAMR settings for SDRAM
471  */
472
473 /* 8 column SDRAM */
474 #define CFG_MAMR_8COL   ((CFG_MAMR_PTA << MAMR_PTA_SHIFT)  | MAMR_PTAE      |   \
475                          MAMR_AMA_TYPE_0 | MAMR_DSA_1_CYCL | MAMR_G0CLA_A11 |   \
476                          MAMR_RLFA_1X    | MAMR_WLFA_1X    | MAMR_TLFA_4X)
477
478 /* 9 column SDRAM */
479 #define CFG_MAMR_9COL   ((CFG_MAMR_PTA << MAMR_PTA_SHIFT)  | MAMR_PTAE      |   \
480                          MAMR_AMA_TYPE_1 | MAMR_DSA_1_CYCL | MAMR_G0CLA_A10 |   \
481                          MAMR_RLFA_1X    | MAMR_WLFA_1X    | MAMR_TLFA_4X)
482
483 /*
484  * Internal Definitions
485  *
486  * Boot Flags
487  */
488 #define BOOTFLAG_COLD   0x01            /* Normal Power-On: Boot from FLASH     */
489 #define BOOTFLAG_WARM   0x02            /* Software reboot                      */
490
491 #define CONFIG_ARTOS                    /* include ARTOS support */
492
493 #define CONFIG_LAST_STAGE_INIT          /* needed to reset the damn phys */
494
495 /****************************************************************/
496
497 #define DSP_SIZE        0x00010000      /* 64K */
498 #define NAND_SIZE       0x00010000      /* 64K */
499
500 #define DSP_BASE        0xF1000000
501 #define NAND_BASE       0xF1010000
502
503 /****************************************************************/
504
505 /* NAND */
506 #define CONFIG_NAND_LEGACY
507 #define CFG_NAND_BASE           NAND_BASE
508 #define CONFIG_MTD_NAND_ECC_JFFS2
509 #define CONFIG_MTD_NAND_VERIFY_WRITE
510 #define CONFIG_MTD_NAND_UNSAFE
511
512 #define CFG_MAX_NAND_DEVICE     1
513
514 #define SECTORSIZE              512
515 #define ADDR_COLUMN             1
516 #define ADDR_PAGE               2
517 #define ADDR_COLUMN_PAGE        3
518 #define NAND_ChipID_UNKNOWN     0x00
519 #define NAND_MAX_FLOORS         1
520 #define NAND_MAX_CHIPS          1
521
522 /* ALE = PD17, CLE = PE18, CE = PE20, F_RY_BY = PE31 */
523 #define NAND_DISABLE_CE(nand) \
524         do { \
525                 (((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat) |=  (1 << (31 - 20)); \
526         } while(0)
527
528 #define NAND_ENABLE_CE(nand) \
529         do { \
530                 (((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat) &= ~(1 << (31 - 20)); \
531         } while(0)
532
533 #define NAND_CTL_CLRALE(nandptr) \
534         do { \
535                 (((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat) &= ~(1 << (31 - 17)); \
536         } while(0)
537
538 #define NAND_CTL_SETALE(nandptr) \
539         do { \
540                 (((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat) |=  (1 << (31 - 17)); \
541         } while(0)
542
543 #define NAND_CTL_CLRCLE(nandptr) \
544         do { \
545                 (((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat) &= ~(1 << (31 - 18)); \
546         } while(0)
547
548 #define NAND_CTL_SETCLE(nandptr) \
549         do { \
550                 (((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat) |=  (1 << (31 - 18)); \
551         } while(0)
552
553 #if CONFIG_NETTA2_VERSION == 1
554 #define NAND_WAIT_READY(nand) \
555         do { \
556                 int _tries = 0; \
557                 while ((((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat & (1 << (31 - 31))) == 0) \
558                         if (++_tries > 100000) \
559                                 break; \
560         } while (0)
561 #elif CONFIG_NETTA2_VERSION == 2
562 #define NAND_WAIT_READY(nand) \
563         do { \
564                 int _tries = 0; \
565                 while ((((volatile immap_t *)CFG_IMMR)->im_ioport.iop_pcdat & (1 << (15 - 15))) == 0) \
566                         if (++_tries > 100000) \
567                                 break; \
568         } while (0)
569 #endif
570
571 #define WRITE_NAND_COMMAND(d, adr) \
572         do { \
573                 *(volatile unsigned char *)((unsigned long)(adr)) = (unsigned char)(d); \
574         } while(0)
575
576 #define WRITE_NAND_ADDRESS(d, adr) \
577         do { \
578                 *(volatile unsigned char *)((unsigned long)(adr)) = (unsigned char)(d); \
579         } while(0)
580
581 #define WRITE_NAND(d, adr) \
582         do { \
583                 *(volatile unsigned char *)((unsigned long)(adr)) = (unsigned char)(d); \
584         } while(0)
585
586 #define READ_NAND(adr) \
587         ((unsigned char)(*(volatile unsigned char *)(unsigned long)(adr)))
588
589 /*****************************************************************************/
590
591 #define CFG_DIRECT_FLASH_TFTP
592 #define CFG_DIRECT_NAND_TFTP
593
594 /*****************************************************************************/
595
596 #if CONFIG_NETTA2_VERSION == 1
597 #define STATUS_LED_BIT          0x00000008              /* bit 28 */
598 #elif CONFIG_NETTA2_VERSION == 2
599 #define STATUS_LED_BIT          0x00000080              /* bit 24 */
600 #endif
601
602 #define STATUS_LED_PERIOD       (CFG_HZ / 2)
603 #define STATUS_LED_STATE        STATUS_LED_BLINKING
604
605 #define STATUS_LED_ACTIVE       0               /* LED on for bit == 0  */
606 #define STATUS_LED_BOOT         0               /* LED 0 used for boot status */
607
608 #ifndef __ASSEMBLY__
609
610 /* LEDs */
611
612 /* led_id_t is unsigned int mask */
613 typedef unsigned int led_id_t;
614
615 #define __led_toggle(_msk) \
616         do { \
617                 ((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat ^= (_msk); \
618         } while(0)
619
620 #define __led_set(_msk, _st) \
621         do { \
622                 if ((_st)) \
623                         ((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat |= (_msk); \
624                 else \
625                         ((volatile immap_t *)CFG_IMMR)->im_cpm.cp_pedat &= ~(_msk); \
626         } while(0)
627
628 #define __led_init(msk, st) __led_set(msk, st)
629
630 #endif
631
632 /***********************************************************************************************************
633
634  ----------------------------------------------------------------------------------------------
635
636    (V1) version 1 of the board
637    (V2) version 2 of the board
638
639  ----------------------------------------------------------------------------------------------
640
641    Pin definitions:
642
643  +------+----------------+--------+------------------------------------------------------------
644  |  #   | Name           | Type   | Comment
645  +------+----------------+--------+------------------------------------------------------------
646  | PA3  | SPIEN_MAX      | Output | MAX serial to uart chip select
647  | PA7  | DSP_INT        | Output | DSP interrupt
648  | PA10 | DSP_RESET      | Output | DSP reset
649  | PA14 | USBOE          | Output | USB (1)
650  | PA15 | USBRXD         | Output | USB (1)
651  | PB19 | BT_RTS         | Output | Bluetooth (0)
652  | PB23 | BT_CTS         | Output | Bluetooth (0)
653  | PB26 | SPIEN_SEP      | Output | Serial EEPROM chip select
654  | PB27 | SPICS_DISP     | Output | Display chip select
655  | PB28 | SPI_RXD_3V     | Input  | SPI Data Rx
656  | PB29 | SPI_TXD        | Output | SPI Data Tx
657  | PB30 | SPI_CLK        | Output | SPI Clock
658  | PC10 | DISPA0         | Output | Display A0
659  | PC11 | BACKLIGHT      | Output | Display backlit
660  | PC12 | SPI2RXD        | Input  | (V1) 2nd SPI RXD
661  |      | IO_RESET       | Output | (V2) General I/O reset
662  | PC13 | SPI2TXD        | Output | (V1) 2nd SPI TXD (V1)
663  |      | HOOK           | Input  | (V2) Hook input interrupt
664  | PC15 | SPI2CLK        | Output | (V1) 2nd SPI CLK
665  |      | F_RY_BY        | Input  | (V2) NAND F_RY_BY
666  | PE17 | F_ALE          | Output | NAND F_ALE
667  | PE18 | F_CLE          | Output | NAND F_CLE
668  | PE20 | F_CE           | Output | NAND F_CE
669  | PE24 | SPICS_SCOUT    | Output | (V1) Codec chip select
670  |      | LED            | Output | (V2) LED
671  | PE27 | SPICS_ER       | Output | External serial register CS
672  | PE28 | LEDIO1         | Output | (V1) LED
673  |      | BKBR1          | Input  | (V2) Keyboard input scan
674  | PE29 | LEDIO2         | Output | (V1) LED hook for A (TA2)
675  |      | BKBR2          | Input  | (V2) Keyboard input scan
676  | PE30 | LEDIO3         | Output | (V1) LED hook for A (TA2)
677  |      | BKBR3          | Input  | (V2) Keyboard input scan
678  | PE31 | F_RY_BY        | Input  | (V1) NAND F_RY_BY
679  |      | BKBR4          | Input  | (V2) Keyboard input scan
680  +------+----------------+--------+---------------------------------------------------
681
682  ----------------------------------------------------------------------------------------------
683
684    Serial register input:
685
686  +------+----------------+------------------------------------------------------------
687  |  #   | Name           | Comment
688  +------+----------------+------------------------------------------------------------
689  |    4 | HOOK           | Hook switch
690  |    5 | BT_LINK        | Bluetooth link status
691  |    6 | HOST_WAKE      | Bluetooth host wake up
692  |    7 | OK_ETH         | Cisco inline power OK status
693  +------+----------------+------------------------------------------------------------
694
695  ----------------------------------------------------------------------------------------------
696
697  Chip selects:
698
699  +------+----------------+------------------------------------------------------------
700  |  #   | Name           | Comment
701  +------+----------------+------------------------------------------------------------
702  | CS0  | CS0            | Boot flash
703  | CS1  | CS_FLASH       | NAND flash
704  | CS2  | CS_DSP         | DSP
705  | CS3  | DCS_DRAM       | DRAM
706  | CS4  | CS_FLASH2      | (V2) 2nd flash
707  +------+----------------+------------------------------------------------------------
708
709  ----------------------------------------------------------------------------------------------
710
711  Interrupts:
712
713  +------+----------------+------------------------------------------------------------
714  |  #   | Name           | Comment
715  +------+----------------+------------------------------------------------------------
716  | IRQ1 | IRQ_DSP        | DSP interrupt
717  | IRQ3 | S_INTER        | DUSLIC ???
718  | IRQ4 | F_RY_BY        | NAND
719  | IRQ7 | IRQ_MAX        | MAX 3100 interrupt
720  +------+----------------+------------------------------------------------------------
721
722  ----------------------------------------------------------------------------------------------
723
724  Interrupts on PCMCIA pins:
725
726  +------+----------------+------------------------------------------------------------
727  |  #   | Name           | Comment
728  +------+----------------+------------------------------------------------------------
729  | IP_A0| PHY1_LINK      | Link status changed for #1 Ethernet interface
730  | IP_A1| PHY2_LINK      | Link status changed for #2 Ethernet interface
731  | IP_A2| RMII1_MDINT    | PHY interrupt for #1
732  | IP_A3| RMII2_MDINT    | PHY interrupt for #2
733  | IP_A5| HOST_WAKE      | (V2) Bluetooth host wake
734  | IP_A6| OK_ETH         | (V2) Cisco inline power OK
735  +------+----------------+------------------------------------------------------------
736
737 **************************************************************************************************/
738
739 #define CFG_CONSOLE_IS_IN_ENV           1
740 #define CFG_CONSOLE_OVERWRITE_ROUTINE   1
741 #define CFG_CONSOLE_ENV_OVERWRITE       1
742
743 /*************************************************************************************************/
744
745 /* use board specific hardware */
746 #undef  CONFIG_WATCHDOG                 /* watchdog disabled            */
747 #define CONFIG_HW_WATCHDOG
748 #define CONFIG_SHOW_ACTIVITY
749
750 /*************************************************************************************************/
751
752 #define CONFIG_CDP_DEVICE_ID            20
753 #define CONFIG_CDP_DEVICE_ID_PREFIX     "NT"    /* netta2 */
754 #define CONFIG_CDP_PORT_ID              "eth%d"
755 #define CONFIG_CDP_CAPABILITIES         0x00000010
756 #define CONFIG_CDP_VERSION              "u-boot" " " __DATE__ " " __TIME__
757 #define CONFIG_CDP_PLATFORM             "Intracom NetTA2"
758 #define CONFIG_CDP_TRIGGER              0x20020001
759 #define CONFIG_CDP_POWER_CONSUMPTION    4300    /* 90 mA @ 48V */
760 #define CONFIG_CDP_APPLIANCE_VLAN_TYPE  0x01    /* ipphone ? */
761
762 /*************************************************************************************************/
763
764 #define CONFIG_AUTO_COMPLETE    1
765
766 /*************************************************************************************************/
767
768 #define CONFIG_CRC32_VERIFY     1
769
770 /*************************************************************************************************/
771
772 #define CONFIG_HUSH_OLD_PARSER_COMPATIBLE       1
773
774 /*************************************************************************************************/
775 #endif  /* __CONFIG_H */