]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/TQM5200.h
Merge branch 'Makefile' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / include / configs / TQM5200.h
1 /*
2  * (C) Copyright 2003-2005
3  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4  *
5  * (C) Copyright 2004-2006
6  * Martin Krause, TQ-Systems GmbH, martin.krause@tqs.de
7  *
8  * See file CREDITS for list of people who contributed to this
9  * project.
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License as
13  * published by the Free Software Foundation; either version 2 of
14  * the License, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
24  * MA 02111-1307 USA
25  */
26
27 #ifndef __CONFIG_H
28 #define __CONFIG_H
29
30 /*
31  * High Level Configuration Options
32  * (easy to change)
33  */
34
35 #define CONFIG_MPC5xxx          1       /* This is an MPC5xxx CPU               */
36 #define CONFIG_MPC5200          1       /* (more precisely an MPC5200 CPU)      */
37 #define CONFIG_TQM5200          1       /* ... on TQM5200 module                */
38 #undef CONFIG_TQM5200_REV100            /*  define for revision 100 modules     */
39
40 /* On a Cameron or on a FO300 board or ...                              */
41 #if !defined(CONFIG_CAM5200) && !defined(CONFIG_FO300)
42 #define CONFIG_STK52XX          1       /* ... on a STK52XX board               */
43 #endif
44
45 #define CFG_MPC5XXX_CLKIN       33000000 /* ... running at 33.000000MHz         */
46
47 #define BOOTFLAG_COLD           0x01    /* Normal Power-On: Boot from FLASH     */
48 #define BOOTFLAG_WARM           0x02    /* Software reboot                      */
49
50 #define CONFIG_HIGH_BATS        1       /* High BATs supported                  */
51
52 /*
53  * Serial console configuration
54  */
55 #define CONFIG_PSC_CONSOLE      1       /* console is on PSC1                   */
56 #define CONFIG_BAUDRATE         115200  /* ... at 115200 bps                    */
57 #define CFG_BAUDRATE_TABLE      { 9600, 19200, 38400, 57600, 115200, 230400 }
58
59 #ifdef CONFIG_FO300
60 #define CFG_DEVICE_NULLDEV              1       /* enable null device */
61 #define CONFIG_SILENT_CONSOLE           1       /* enable silent startup */
62 #define CONFIG_BOARD_EARLY_INIT_F       1       /* used to detect S1 switch position */
63 #define CONFIG_USB_BIN_FIXUP            1       /* for a buggy USB device */
64 #if 0
65 #define FO300_SILENT_CONSOLE_WHEN_S1_CLOSED     1       /* silent console on PSC1 when S1 */
66                                                         /* switch is closed */
67 #endif
68
69 #undef FO300_SILENT_CONSOLE_WHEN_S1_CLOSED              /* silent console on PSC1 when S1 */
70                                                         /* switch is open */
71 #endif  /* CONFIG_FO300 */
72
73 #ifdef CONFIG_STK52XX
74 #define CONFIG_PS2KBD                   /* AT-PS/2 Keyboard             */
75 #define CONFIG_PS2MULT                  /* .. on PS/2 Multiplexer       */
76 #define CONFIG_PS2SERIAL        6       /* .. on PSC6                   */
77 #define CONFIG_PS2MULT_DELAY    (CFG_HZ/2)      /* Initial delay        */
78 #define CONFIG_BOARD_EARLY_INIT_R
79 #endif /* CONFIG_STK52XX */
80
81 /*
82  * PCI Mapping:
83  * 0x40000000 - 0x4fffffff - PCI Memory
84  * 0x50000000 - 0x50ffffff - PCI IO Space
85  */
86 #ifdef CONFIG_STK52XX
87 #define CONFIG_PCI              1
88 #define CONFIG_PCI_PNP          1
89 /* #define CONFIG_PCI_SCAN_SHOW 1 */
90
91 #define CONFIG_PCI_MEM_BUS      0x40000000
92 #define CONFIG_PCI_MEM_PHYS     CONFIG_PCI_MEM_BUS
93 #define CONFIG_PCI_MEM_SIZE     0x10000000
94
95 #define CONFIG_PCI_IO_BUS       0x50000000
96 #define CONFIG_PCI_IO_PHYS      CONFIG_PCI_IO_BUS
97 #define CONFIG_PCI_IO_SIZE      0x01000000
98
99 #define CONFIG_NET_MULTI        1
100 #define CONFIG_EEPRO100         1
101 #define CFG_RX_ETH_BUFFER       8  /* use 8 rx buffer on eepro100  */
102 #define CONFIG_NS8382X          1
103 #endif  /* CONFIG_STK52XX */
104
105 /*
106  * Video console
107  */
108 #ifndef CONFIG_TQM5200S         /* No graphics controller on TQM5200S */
109 #define CONFIG_VIDEO
110 #define CONFIG_VIDEO_SM501
111 #define CONFIG_VIDEO_SM501_32BPP
112 #define CONFIG_CFB_CONSOLE
113 #define CONFIG_VIDEO_LOGO
114
115 #ifndef CONFIG_FO300
116 #define CONFIG_CONSOLE_EXTRA_INFO
117 #else
118 #define CONFIG_VIDEO_BMP_LOGO
119 #endif
120
121 #define CONFIG_VGA_AS_SINGLE_DEVICE
122 #define CONFIG_VIDEO_SW_CURSOR
123 #define CONFIG_SPLASH_SCREEN
124 #define CFG_CONSOLE_IS_IN_ENV
125 #endif /* #ifndef CONFIG_TQM5200S */
126
127
128 /* Partitions */
129 #define CONFIG_MAC_PARTITION
130 #define CONFIG_DOS_PARTITION
131 #define CONFIG_ISO_PARTITION
132
133 /* USB */
134 #if defined(CONFIG_STK52XX) || defined(CONFIG_FO300)
135 #define CONFIG_USB_OHCI_NEW
136 #define CFG_OHCI_BE_CONTROLLER
137 #define CONFIG_USB_STORAGE
138 #define CONFIG_CMD_FAT
139 #define CONFIG_CMD_USB
140
141 #undef CFG_USB_OHCI_BOARD_INIT
142 #define CFG_USB_OHCI_CPU_INIT
143 #define CFG_USB_OHCI_REGS_BASE  MPC5XXX_USB
144 #define CFG_USB_OHCI_SLOT_NAME  "mpc5200"
145 #define CFG_USB_OHCI_MAX_ROOT_PORTS     15
146
147 #endif
148
149 #ifndef CONFIG_CAM5200
150 /* POST support */
151 #define CONFIG_POST             (CFG_POST_MEMORY   | \
152                                  CFG_POST_CPU      | \
153                                  CFG_POST_I2C)
154 #endif
155
156 #ifdef CONFIG_POST
157 /* preserve space for the post_word at end of on-chip SRAM */
158 #define MPC5XXX_SRAM_POST_SIZE MPC5XXX_SRAM_SIZE-4
159 #endif
160
161
162 /*
163  * BOOTP options
164  */
165 #define CONFIG_BOOTP_BOOTFILESIZE
166 #define CONFIG_BOOTP_BOOTPATH
167 #define CONFIG_BOOTP_GATEWAY
168 #define CONFIG_BOOTP_HOSTNAME
169
170
171 /*
172  * Command line configuration.
173  */
174 #include <config_cmd_default.h>
175
176 #define CONFIG_CMD_ASKENV
177 #define CONFIG_CMD_DATE
178 #define CONFIG_CMD_DHCP
179 #define CONFIG_CMD_EEPROM
180 #define CONFIG_CMD_I2C
181 #define CONFIG_CMD_JFFS2
182 #define CONFIG_CMD_MII
183 #define CONFIG_CMD_NFS
184 #define CONFIG_CMD_PING
185 #define CONFIG_CMD_REGINFO
186 #define CONFIG_CMD_SNTP
187 #define CONFIG_CMD_BSP
188
189 #ifdef CONFIG_VIDEO
190     #define CONFIG_CMD_BMP
191 #endif
192
193 #ifdef CONFIG_PCI
194 #define CONFIG_CMD_PCI
195 #define CONFIG_PCIAUTO_SKIP_HOST_BRIDGE 1
196 #endif
197
198 #if defined(CONFIG_MINIFAP) || defined(CONFIG_STK52XX) || defined(CONFIG_FO300)
199     #define CONFIG_CMD_IDE
200     #define CONFIG_CMD_FAT
201     #define CONFIG_CMD_EXT2
202 #endif
203
204 #if defined(CONFIG_STK52XX) || defined(CONFIG_FO300)
205     #define CONFIG_CFG_USB
206     #define CONFIG_CFG_FAT
207 #endif
208
209 #ifdef CONFIG_POST
210     #define CONFIG_CMD_DIAG
211 #endif
212
213
214 #define CONFIG_TIMESTAMP                /* display image timestamps */
215
216 #if (TEXT_BASE != 0xFFF00000)
217 #   define CFG_LOWBOOT          1       /* Boot low */
218 #endif
219
220 /*
221  * Autobooting
222  */
223 #define CONFIG_BOOTDELAY        5       /* autoboot after 5 seconds */
224
225 #define CONFIG_PREBOOT  "echo;" \
226         "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
227         "echo"
228
229 #undef  CONFIG_BOOTARGS
230
231 #if defined(CONFIG_TQM5200_B) && !defined(CFG_LOWBOOT)
232 # define ENV_UPDT                                                       \
233         "update=protect off FFF00000 +${filesize};"                     \
234                 "erase FFF00000 +${filesize};"                          \
235                 "cp.b 200000 FFF00000 ${filesize};"                     \
236                 "protect on FFF00000 +${filesize}\0"
237 #else   /* default lowboot configuration */
238 #   define ENV_UPDT                                                     \
239         "update=protect off FC000000 +${filesize};"                     \
240                 "erase FC000000 +${filesize};"                          \
241                 "cp.b 200000 FC000000 ${filesize};"                     \
242                 "protect on FC000000 +${filesize}\0"
243 #endif
244
245 #if defined(CONFIG_TQM5200)
246 #define CUSTOM_ENV_SETTINGS                                             \
247         "hostname=tqm5200\0"                                            \
248         "bootfile=/tftpboot/tqm5200/uImage\0"                           \
249         "fdt_file=/tftpboot/tqm5200/tqm5200.dtb\0"                      \
250         "u-boot=/tftpboot/tqm5200/u-boot.bin\0"
251 #elif defined(CONFIG_CAM5200)
252 #define CUSTOM_ENV_SETTINGS                                             \
253         "bootfile=cam5200/uImage\0"                                     \
254         "u-boot=cam5200/u-boot.bin\0"                                   \
255         "setup=tftp 200000 cam5200/setup.img; autoscr 200000\0"
256 #endif
257
258 #if defined(CONFIG_TQM5200_B)
259 #define ENV_FLASH_LAYOUT                                                \
260         "fdt_addr=FC100000\0"                                           \
261         "kernel_addr=FC140000\0"                                        \
262         "ramdisk_addr=FC600000\0"
263 #else   /* !CONFIG_TQM5200_B */
264 #define ENV_FLASH_LAYOUT                                                \
265         "fdt_addr=FC0A0000\0"                                           \
266         "kernel_addr=FC0C0000\0"                                        \
267         "ramdisk_addr=FC300000\0"
268 #endif
269
270 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
271         "netdev=eth0\0"                                                 \
272         "console=ttyPSC0\0"                                             \
273         ENV_FLASH_LAYOUT                                                \
274         "kernel_addr_r=400000\0"                                        \
275         "fdt_addr_r=600000\0"                                           \
276         "rootpath=/opt/eldk/ppc_6xx\0"                                  \
277         "ramargs=setenv bootargs root=/dev/ram rw\0"                    \
278         "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
279                 "nfsroot=${serverip}:${rootpath}\0"                     \
280         "addip=setenv bootargs ${bootargs} "                            \
281                 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}"      \
282                 ":${hostname}:${netdev}:off panic=1\0"                  \
283         "addcons=setenv bootargs ${bootargs} "                          \
284                 "console=${console},${baudrate}\0"                      \
285         "flash_self_old=sete console ttyS0; run ramargs addip addcons;" \
286                 "bootm ${kernel_addr} ${ramdisk_addr}\0"                \
287         "flash_self=run ramargs addip addcons;"                         \
288                 "bootm ${kernel_addr} ${ramdisk_addr} ${fdt_addr}\0"    \
289         "flash_nfs_old=sete console ttyS0; run nfsargs addip addcons;"  \
290                 "bootm ${kernel_addr}\0"                                \
291         "flash_nfs=run nfsargs addip addcons;"                          \
292                 "bootm ${kernel_addr} - ${fdt_addr}\0"                  \
293         "net_nfs_old=tftp ${kernel_addr_r} ${bootfile};"                \
294                 "sete console ttyS0; run nfsargs addip addcons;bootm\0" \
295         "net_nfs=tftp ${kernel_addr_r} ${bootfile}; "                   \
296                 "tftp ${fdt_addr_r} ${fdt_file}; "                      \
297                 "run nfsargs addip addcons; "                           \
298                 "bootm ${kernel_addr_r} - ${fdt_addr_r}\0"              \
299         CUSTOM_ENV_SETTINGS                                             \
300         "load=tftp 200000 ${u-boot}\0"                                  \
301         ENV_UPDT                                                        \
302         ""
303
304 #define CONFIG_BOOTCOMMAND      "run net_nfs"
305
306 /*
307  * IPB Bus clocking configuration.
308  */
309 #define CFG_IPBCLK_EQUALS_XLBCLK                /* define for 133MHz speed */
310
311 #if defined(CFG_IPBCLK_EQUALS_XLBCLK) && !defined(CONFIG_CAM5200)
312 /*
313  * PCI Bus clocking configuration
314  *
315  * Actually a PCI Clock of 66 MHz is only set (in cpu_init.c) if
316  * CFG_IPBCLK_EQUALS_XLBCLK is defined. This is because a PCI Clock of
317  * 66 MHz yet hasn't been tested with a IPB Bus Clock of 66 MHz.
318  */
319 #define CFG_PCICLK_EQUALS_IPBCLK_DIV2   /* define for 66MHz speed */
320 #endif
321
322 /*
323  * I2C configuration
324  */
325 #define CONFIG_HARD_I2C         1       /* I2C with hardware support */
326 #ifdef CONFIG_TQM5200_REV100
327 #define CFG_I2C_MODULE          1       /* Select I2C module #1 for rev. 100 board */
328 #else
329 #define CFG_I2C_MODULE          2       /* Select I2C module #2 for all other revs */
330 #endif
331
332 /*
333  * I2C clock frequency
334  *
335  * Please notice, that the resulting clock frequency could differ from the
336  * configured value. This is because the I2C clock is derived from system
337  * clock over a frequency divider with only a few divider values. U-boot
338  * calculates the best approximation for CFG_I2C_SPEED. However the calculated
339  * approximation allways lies below the configured value, never above.
340  */
341 #define CFG_I2C_SPEED           100000 /* 100 kHz */
342 #define CFG_I2C_SLAVE           0x7F
343
344 /*
345  * EEPROM configuration for onboard EEPROM M24C32 (M24C64 should work
346  * also). For other EEPROMs configuration should be verified. On Mini-FAP the
347  * EEPROM (24C64) is on the same I2C address (but on other I2C bus), so the
348  * same configuration could be used.
349  */
350 #define CFG_I2C_EEPROM_ADDR             0x50    /* 1010000x */
351 #define CFG_I2C_EEPROM_ADDR_LEN         2
352 #define CFG_EEPROM_PAGE_WRITE_BITS      5       /* =32 Bytes per write */
353 #define CFG_EEPROM_PAGE_WRITE_DELAY_MS  20
354
355 /*
356  * HW-Monitor configuration on Mini-FAP
357  */
358 #if defined (CONFIG_MINIFAP)
359 #define CFG_I2C_HWMON_ADDR              0x2C
360 #endif
361
362 /* List of I2C addresses to be verified by POST */
363 #if defined (CONFIG_MINIFAP)
364 #undef I2C_ADDR_LIST
365 #define I2C_ADDR_LIST   {       CFG_I2C_EEPROM_ADDR,    \
366                                 CFG_I2C_HWMON_ADDR,     \
367                                 CFG_I2C_SLAVE }
368 #endif
369
370 /*
371  * Flash configuration
372  */
373 #define CFG_FLASH_BASE          0xFC000000
374
375 #if defined(CONFIG_CAM5200) && defined(CONFIG_CAM5200_NIOSFLASH)
376 #define CFG_MAX_FLASH_BANKS     2       /* max num of flash banks
377                                            (= chip selects) */
378 #define CFG_FLASH_WORD_SIZE     unsigned int /* main flash device with */
379 #define CFG_FLASH_ERASE_TOUT    120000  /* Timeout for Flash Erase (in ms) */
380 #define CFG_FLASH_WRITE_TOUT    500     /* Timeout for Flash Write (in ms) */
381
382 #define CFG_FLASH_ADDR0         0x555
383 #define CFG_FLASH_ADDR1         0x2AA
384 #define CFG_FLASH_2ND_16BIT_DEV 1       /* NIOS flash is a 16bit device */
385 #define CFG_MAX_FLASH_SECT      128
386 #else
387 /* use CFI flash driver */
388 #define CFG_FLASH_CFI           1       /* Flash is CFI conformant */
389 #define CONFIG_FLASH_CFI_DRIVER 1       /* Use the common driver */
390 #define CFG_FLASH_BANKS_LIST    { CFG_BOOTCS_START }
391 #define CFG_MAX_FLASH_BANKS     1       /* max num of flash banks
392                                            (= chip selects) */
393 #define CFG_MAX_FLASH_SECT      512     /* max num of sects on one chip */
394 #endif
395
396 #define CFG_FLASH_EMPTY_INFO
397 #define CFG_FLASH_SIZE          0x04000000 /* 64 MByte */
398 #define CFG_FLASH_USE_BUFFER_WRITE      1
399
400 #if defined (CONFIG_CAM5200)
401 # define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x00040000)
402 #elif defined(CONFIG_TQM5200_B)
403 # define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x00080000)
404 #else
405 # define CFG_ENV_ADDR           (CFG_FLASH_BASE + 0x00060000)
406 #endif
407
408 /* Dynamic MTD partition support */
409 #define CONFIG_JFFS2_CMDLINE
410 #define MTDIDS_DEFAULT          "nor0=TQM5200-0"
411
412 #ifdef CONFIG_STK52XX
413 # if defined(CONFIG_TQM5200_B)
414 #  if defined(CFG_LOWBOOT)
415 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:1m(firmware),"      \
416                                                 "256k(dtb),"            \
417                                                 "2304k(kernel),"        \
418                                                 "2560k(small-fs),"      \
419                                                 "2m(initrd),"           \
420                                                 "8m(misc),"             \
421                                                 "16m(big-fs)"
422 #  else /* highboot */
423 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:2560k(kernel),"     \
424                                                 "3584k(small-fs),"      \
425                                                 "2m(initrd),"           \
426                                                 "8m(misc),"             \
427                                                 "15m(big-fs),"          \
428                                                 "1m(firmware)"
429 #  endif /* CFG_LOWBOOT */
430 # else  /* !CONFIG_TQM5200_B */
431 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:640k(firmware),"    \
432                                                 "128k(dtb),"            \
433                                                 "2304k(kernel),"        \
434                                                 "2m(initrd),"           \
435                                                 "4m(small-fs),"         \
436                                                 "8m(misc),"             \
437                                                 "15m(big-fs)"
438 # endif /* CONFIG_TQM5200_B */
439 #elif defined (CONFIG_CAM5200)
440 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:768k(firmware),"    \
441                                                 "1792k(kernel),"        \
442                                                 "5632k(rootfs),"        \
443                                                 "24m(home)"
444 #elif defined (CONFIG_FO300)
445 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:640k(firmware),"    \
446                                                 "1408k(kernel),"        \
447                                                 "2m(initrd),"           \
448                                                 "4m(small-fs),"         \
449                                                 "8m(misc),"             \
450                                                 "16m(big-fs)"
451 #else
452 # error "Unknown Carrier Board"
453 #endif  /* CONFIG_STK52XX */
454
455 /*
456  * Environment settings
457  */
458 #define CFG_ENV_IS_IN_FLASH     1
459 #define CFG_ENV_SIZE            0x4000  /* 16 k - keep small for fast booting */
460 #if defined(CONFIG_TQM5200_B) || defined (CONFIG_CAM5200)
461 #define CFG_ENV_SECT_SIZE       0x40000
462 #else
463 #define CFG_ENV_SECT_SIZE       0x20000
464 #endif /* CONFIG_TQM5200_B */
465 #define CFG_ENV_ADDR_REDUND     (CFG_ENV_ADDR + CFG_ENV_SECT_SIZE)
466 #define CFG_ENV_SIZE_REDUND     (CFG_ENV_SIZE)
467
468 /*
469  * Memory map
470  */
471 #define CFG_MBAR                0xF0000000
472 #define CFG_SDRAM_BASE          0x00000000
473 #define CFG_DEFAULT_MBAR        0x80000000
474
475 /* Use ON-Chip SRAM until RAM will be available */
476 #define CFG_INIT_RAM_ADDR       MPC5XXX_SRAM
477 #ifdef CONFIG_POST
478 /* preserve space for the post_word at end of on-chip SRAM */
479 #define CFG_INIT_RAM_END        MPC5XXX_SRAM_POST_SIZE
480 #else
481 #define CFG_INIT_RAM_END        MPC5XXX_SRAM_SIZE
482 #endif
483
484
485 #define CFG_GBL_DATA_SIZE       128     /* size in bytes reserved for initial data */
486 #define CFG_GBL_DATA_OFFSET     (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
487 #define CFG_INIT_SP_OFFSET      CFG_GBL_DATA_OFFSET
488
489 #define CFG_MONITOR_BASE        TEXT_BASE
490 #if (CFG_MONITOR_BASE < CFG_FLASH_BASE)
491 #   define CFG_RAMBOOT          1
492 #endif
493
494 #if defined (CONFIG_CAM5200)
495 # define CFG_MONITOR_LEN        (256 << 10)     /* Reserve 256 kB for Monitor   */
496 #elif defined(CONFIG_TQM5200_B)
497 # define CFG_MONITOR_LEN        (512 << 10)     /* Reserve 512 kB for Monitor   */
498 #else
499 # define CFG_MONITOR_LEN        (384 << 10)     /* Reserve 384 kB for Monitor   */
500 #endif
501
502 #define CFG_MALLOC_LEN          (1024 << 10)    /* Reserve 1024 kB for malloc() */
503 #define CFG_BOOTMAPSZ           (8 << 20)       /* Initial Memory map for Linux */
504
505 /*
506  * Ethernet configuration
507  */
508 #define CONFIG_MPC5xxx_FEC      1
509 /*
510  * Define CONFIG_FEC_10MBIT to force FEC at 10Mb
511  */
512 /* #define CONFIG_FEC_10MBIT 1 */
513 #define CONFIG_PHY_ADDR         0x00
514
515 /*
516  * GPIO configuration
517  *
518  * use CS1: Bit 0 (mask: 0x80000000):
519  *         1 -> Pin gpio_wkup_6 as second SDRAM chip select (mem_cs1).
520  * use ALT CAN position: Bits 2-3 (mask: 0x30000000):
521  *        00 -> No Alternatives, CAN1/2 on PSC2 according to PSC2 setting.
522  *              SPI on PSC3 according to PSC3 setting. Use for CAM5200.
523  *        01 -> CAN1 on I2C1, CAN2 on Tmr0/1.
524  *              Use for REV200 STK52XX boards and FO300 boards. Do not use
525  *              with REV100 modules (because, there I2C1 is used as I2C bus).
526  * use ATA: Bits 6-7 (mask 0x03000000):
527  *        00 -> No ATA chip selects, csb_4/5 used as normal chip selects.
528  *              Use for CAM5200 board.
529  *        01 -> ATA cs0/1 on csb_4/5. Use for the remaining boards.
530  * use PSC6: Bits 9-11 (mask 0x00700000):
531  *       000 -> use PSC6_0 to PSC6_3 as GPIO, PSC6 could not be used as
532  *              UART, CODEC or IrDA.
533  *              GPIO on PSC6_3 is used in post_hotkeys_pressed() to
534  *              enable extended POST tests.
535  *              Use for MINI-FAP and TQM5200_IB boards.
536  *       101 -> use PSC6 as UART. Pins PSC6_0 to PSC6_3 are used.
537  *              Extended POST test is not available.
538  *              Use for STK52xx, FO300 and CAM5200 boards.
539  * use PCI_DIS: Bit 16 (mask 0x00008000):
540  *         1 -> disable PCI controller (on CAM5200 board).
541  * use USB: Bits 18-19 (mask 0x00003000):
542  *        10 -> two UARTs (on FO300 and CAM5200).
543  * use PSC3: Bits 20-23 (mask: 0x00000f00):
544  *      0000 -> All PSC3 pins are GPIOs.
545  *      1100 -> UART/SPI (on FO300 board).
546  *      0100 -> UART (on CAM5200 board).
547  * use PSC2: Bits 25:27 (mask: 0x00000030):
548  *       000 -> All PSC2 pins are GPIOs.
549  *       100 -> UART (on CAM5200 board).
550  *       001 -> CAN1/2 on PSC2 pins.
551  *              Use for REV100 STK52xx boards
552  *       01x -> Use AC97 (on FO300 board).
553  * use PSC1: Bits 29-31 (mask: 0x00000007):
554  *       100 -> UART (on all boards).
555  */
556 #if defined (CONFIG_MINIFAP)
557 # define CFG_GPS_PORT_CONFIG    0x91000004
558 #elif defined (CONFIG_STK52XX)
559 # if defined (CONFIG_STK52XX_REV100)
560 #  define CFG_GPS_PORT_CONFIG   0x81500014
561 # else /* STK52xx REV200 and above */
562 #  if defined (CONFIG_TQM5200_REV100)
563 #   error TQM5200 REV100 not supported on STK52XX REV200 or above
564 #  else/* TQM5200 REV200 and above */
565 #   define CFG_GPS_PORT_CONFIG  0x91500404
566 #  endif
567 # endif
568 #elif defined (CONFIG_FO300)
569 # define CFG_GPS_PORT_CONFIG    0x91502c24
570 #elif defined (CONFIG_CAM5200)
571 # define CFG_GPS_PORT_CONFIG    0x8050A444
572 #else  /* TMQ5200 Inbetriebnahme-Board */
573 # define CFG_GPS_PORT_CONFIG    0x81000004
574 #endif
575
576 /*
577  * RTC configuration
578  */
579 #if defined (CONFIG_STK52XX) && !defined (CONFIG_STK52XX_REV100)
580 # define CONFIG_RTC_M41T11 1
581 # define CFG_I2C_RTC_ADDR 0x68
582 # define CFG_M41T11_BASE_YEAR   1900    /* because Linux uses the same base
583                                            year */
584 #else
585 # define CONFIG_RTC_MPC5200     1       /* use internal MPC5200 RTC */
586 #endif
587
588 /*
589  * Miscellaneous configurable options
590  */
591 #define CFG_LONGHELP                    /* undef to save memory     */
592 #define CFG_PROMPT              "=> "   /* Monitor Command Prompt   */
593
594 #define CONFIG_CMDLINE_EDITING  1       /* add command line history     */
595 #define CFG_HUSH_PARSER         1       /* use "hush" command parser    */
596 #define CFG_PROMPT_HUSH_PS2     "> "
597
598 #define CFG_CACHELINE_SIZE      32      /* For MPC5xxx CPUs */
599 #if defined(CONFIG_CMD_KGDB)
600 #define CFG_CACHELINE_SHIFT     5       /* log base 2 of the above value */
601 #endif
602
603 #if defined(CONFIG_CMD_KGDB)
604 #define CFG_CBSIZE              1024    /* Console I/O Buffer Size  */
605 #else
606 #define CFG_CBSIZE              256     /* Console I/O Buffer Size  */
607 #endif
608 #define CFG_PBSIZE (CFG_CBSIZE+sizeof(CFG_PROMPT)+16) /* Print Buffer Size */
609 #define CFG_MAXARGS             16      /* max number of command args   */
610 #define CFG_BARGSIZE            CFG_CBSIZE      /* Boot Argument Buffer Size    */
611
612 /* Enable an alternate, more extensive memory test */
613 #define CFG_ALT_MEMTEST
614
615 #define CFG_MEMTEST_START       0x00100000      /* memtest works on */
616 #define CFG_MEMTEST_END         0x00f00000      /* 1 ... 15 MB in DRAM  */
617
618 #define CFG_LOAD_ADDR           0x100000        /* default load address */
619
620 #define CFG_HZ                  1000    /* decrementer freq: 1 ms ticks */
621
622 /*
623  * Enable loopw command.
624  */
625 #define CONFIG_LOOPW
626
627 /*
628  * Various low-level settings
629  */
630 #if defined(CONFIG_MPC5200)
631 #define CFG_HID0_INIT           HID0_ICE | HID0_ICFI
632 #define CFG_HID0_FINAL          HID0_ICE
633 #else
634 #define CFG_HID0_INIT           0
635 #define CFG_HID0_FINAL          0
636 #endif
637
638 #define CFG_BOOTCS_START        CFG_FLASH_BASE
639 #define CFG_BOOTCS_SIZE         CFG_FLASH_SIZE
640 #ifdef CFG_PCICLK_EQUALS_IPBCLK_DIV2
641 #define CFG_BOOTCS_CFG          0x0008DF30 /* for pci_clk  = 66 MHz */
642 #else
643 #define CFG_BOOTCS_CFG          0x0004DF30 /* for pci_clk = 33 MHz */
644 #endif
645 #define CFG_CS0_START           CFG_FLASH_BASE
646 #define CFG_CS0_SIZE            CFG_FLASH_SIZE
647
648 #define CONFIG_LAST_STAGE_INIT
649
650 /*
651  * SRAM - Do not map below 2 GB in address space, because this area is used
652  * for SDRAM autosizing.
653  */
654 #define CFG_CS2_START           0xE5000000
655 #define CFG_CS2_SIZE            0x100000        /* 1 MByte */
656 #define CFG_CS2_CFG             0x0004D930
657
658 /*
659  * Grafic controller - Do not map below 2 GB in address space, because this
660  * area is used for SDRAM autosizing.
661  */
662 #define SM501_FB_BASE           0xE0000000
663 #define CFG_CS1_START           (SM501_FB_BASE)
664 #define CFG_CS1_SIZE            0x4000000       /* 64 MByte */
665 #define CFG_CS1_CFG             0x8F48FF70
666 #define SM501_MMIO_BASE         CFG_CS1_START + 0x03E00000
667
668 #define CFG_CS_BURST            0x00000000
669 #define CFG_CS_DEADCYCLE        0x33333311      /* 1 dead cycle for flash and SM501 */
670
671 #if defined(CONFIG_CAM5200)
672 #define CFG_CS4_START           0xB0000000
673 #define CFG_CS4_SIZE            0x00010000
674 #define CFG_CS4_CFG             0x01019C10
675
676 #define CFG_CS5_START           0xD0000000
677 #define CFG_CS5_SIZE            0x01208000
678 #define CFG_CS5_CFG             0x1414BF10
679 #endif
680
681 #define CFG_RESET_ADDRESS       0xff000000
682
683 /*-----------------------------------------------------------------------
684  * USB stuff
685  *-----------------------------------------------------------------------
686  */
687 #define CONFIG_USB_CLOCK        0x0001BBBB
688 #define CONFIG_USB_CONFIG       0x00001000
689
690 /*-----------------------------------------------------------------------
691  * IDE/ATA stuff Supports IDE harddisk
692  *-----------------------------------------------------------------------
693  */
694
695 #undef  CONFIG_IDE_8xx_PCCARD           /* Use IDE with PC Card Adapter */
696
697 #undef  CONFIG_IDE_8xx_DIRECT           /* Direct IDE    not supported  */
698 #undef  CONFIG_IDE_LED                  /* LED   for ide not supported  */
699
700 #define CONFIG_IDE_RESET                /* reset for ide supported      */
701 #define CONFIG_IDE_PREINIT
702
703 #define CFG_IDE_MAXBUS          1       /* max. 1 IDE bus               */
704 #define CFG_IDE_MAXDEVICE       2       /* max. 2 drives per IDE bus    */
705
706 #define CFG_ATA_IDE0_OFFSET     0x0000
707
708 #define CFG_ATA_BASE_ADDR       MPC5XXX_ATA
709
710 /* Offset for data I/O                  */
711 #define CFG_ATA_DATA_OFFSET     (0x0060)
712
713 /* Offset for normal register accesses  */
714 #define CFG_ATA_REG_OFFSET      (CFG_ATA_DATA_OFFSET)
715
716 /* Offset for alternate registers       */
717 #define CFG_ATA_ALT_OFFSET      (0x005C)
718
719 /* Interval between registers                                                */
720 #define CFG_ATA_STRIDE          4
721
722 /*-----------------------------------------------------------------------
723  * Open firmware flat tree support
724  *-----------------------------------------------------------------------
725  */
726 #define CONFIG_OF_LIBFDT        1
727 #define CONFIG_OF_BOARD_SETUP   1
728
729 #define OF_CPU                  "PowerPC,5200@0"
730 #define OF_SOC                  "soc5200@f0000000"
731 #define OF_TBCLK                (bd->bi_busfreq / 4)
732 #define OF_STDOUT_PATH          "/soc5200@f0000000/serial@2000"
733
734 #endif /* __CONFIG_H */