]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - include/configs/TQM5200.h
mpc52xx: add support for tqm52xx based board charon
[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 /*
41  * Valid values for CONFIG_SYS_TEXT_BASE are:
42  * 0xFC000000   boot low (standard configuration with room for
43  *              max 64 MByte Flash ROM)
44  * 0xFFF00000   boot high (for a backup copy of U-Boot)
45  * 0x00100000   boot from RAM (for testing only)
46  */
47 #ifndef CONFIG_SYS_TEXT_BASE
48 #define CONFIG_SYS_TEXT_BASE    0xFC000000
49 #endif
50
51 /* On a Cameron or on a FO300 board or ...                              */
52 #if !defined(CONFIG_CAM5200) && !defined(CONFIG_CHARON) \
53         && !defined(CONFIG_FO300)
54 #define CONFIG_STK52XX          1       /* ... on a STK52XX board               */
55 #endif
56
57 #define CONFIG_SYS_MPC5XXX_CLKIN        33000000 /* ... running at 33.000000MHz         */
58
59 #define CONFIG_HIGH_BATS        1       /* High BATs supported                  */
60
61 /*
62  * Serial console configuration
63  */
64 #define CONFIG_PSC_CONSOLE      1       /* console is on PSC1                   */
65 #define CONFIG_BAUDRATE         115200  /* ... at 115200 bps                    */
66 #define CONFIG_SYS_BAUDRATE_TABLE       { 9600, 19200, 38400, 57600, 115200, 230400 }
67 #define CONFIG_BOOTCOUNT_LIMIT  1
68
69 #ifdef CONFIG_FO300
70 #define CONFIG_SYS_DEVICE_NULLDEV               1       /* enable null device */
71 #define CONFIG_SILENT_CONSOLE           1       /* enable silent startup */
72 #define CONFIG_BOARD_EARLY_INIT_F       1       /* used to detect S1 switch position */
73 #define CONFIG_USB_BIN_FIXUP            1       /* for a buggy USB device */
74 #if 0
75 #define FO300_SILENT_CONSOLE_WHEN_S1_CLOSED     1       /* silent console on PSC1 when S1 */
76                                                         /* switch is closed */
77 #endif
78
79 #undef FO300_SILENT_CONSOLE_WHEN_S1_CLOSED              /* silent console on PSC1 when S1 */
80                                                         /* switch is open */
81 #endif  /* CONFIG_FO300 */
82
83 #if defined(CONFIG_CHARON) || defined(CONFIG_STK52XX)
84 #define CONFIG_PS2KBD                   /* AT-PS/2 Keyboard             */
85 #define CONFIG_PS2MULT                  /* .. on PS/2 Multiplexer       */
86 #define CONFIG_PS2SERIAL        6       /* .. on PSC6                   */
87 #define CONFIG_PS2MULT_DELAY    (CONFIG_SYS_HZ/2)       /* Initial delay        */
88 #define CONFIG_BOARD_EARLY_INIT_R
89 #endif /* CONFIG_STK52XX */
90
91 /*
92  * PCI Mapping:
93  * 0x40000000 - 0x4fffffff - PCI Memory
94  * 0x50000000 - 0x50ffffff - PCI IO Space
95  */
96 #if defined(CONFIG_CHARON) || defined(CONFIG_STK52XX)
97 #define CONFIG_PCI              1
98 #define CONFIG_PCI_PNP          1
99 /* #define CONFIG_PCI_SCAN_SHOW 1 */
100
101 #define CONFIG_PCI_MEM_BUS      0x40000000
102 #define CONFIG_PCI_MEM_PHYS     CONFIG_PCI_MEM_BUS
103 #define CONFIG_PCI_MEM_SIZE     0x10000000
104
105 #define CONFIG_PCI_IO_BUS       0x50000000
106 #define CONFIG_PCI_IO_PHYS      CONFIG_PCI_IO_BUS
107 #define CONFIG_PCI_IO_SIZE      0x01000000
108
109 #define CONFIG_NET_MULTI        1
110 #define CONFIG_EEPRO100         1
111 #define CONFIG_SYS_RX_ETH_BUFFER        8  /* use 8 rx buffer on eepro100  */
112 #define CONFIG_NS8382X          1
113 #endif  /* CONFIG_STK52XX */
114
115 /*
116  * Video console
117  */
118 #ifndef CONFIG_TQM5200S         /* No graphics controller on TQM5200S */
119 #define CONFIG_VIDEO
120 #define CONFIG_VIDEO_SM501
121 #define CONFIG_VIDEO_SM501_32BPP
122 #define CONFIG_CFB_CONSOLE
123 #define CONFIG_VIDEO_LOGO
124
125 #ifndef CONFIG_FO300
126 #define CONFIG_CONSOLE_EXTRA_INFO
127 #else
128 #define CONFIG_VIDEO_BMP_LOGO
129 #endif
130
131 #define CONFIG_VGA_AS_SINGLE_DEVICE
132 #define CONFIG_VIDEO_SW_CURSOR
133 #define CONFIG_SPLASH_SCREEN
134 #define CONFIG_SYS_CONSOLE_IS_IN_ENV
135 #endif /* #ifndef CONFIG_TQM5200S */
136
137
138 /* Partitions */
139 #define CONFIG_MAC_PARTITION
140 #define CONFIG_DOS_PARTITION
141 #define CONFIG_ISO_PARTITION
142
143 /* USB */
144 #if defined(CONFIG_CHARON) || defined(CONFIG_FO300) || \
145     defined(CONFIG_STK52XX)
146 #define CONFIG_USB_OHCI_NEW
147 #define CONFIG_SYS_OHCI_BE_CONTROLLER
148 #define CONFIG_USB_STORAGE
149 #define CONFIG_CMD_FAT
150 #define CONFIG_CMD_USB
151
152 #undef CONFIG_SYS_USB_OHCI_BOARD_INIT
153 #define CONFIG_SYS_USB_OHCI_CPU_INIT
154 #define CONFIG_SYS_USB_OHCI_REGS_BASE   MPC5XXX_USB
155 #define CONFIG_SYS_USB_OHCI_SLOT_NAME   "mpc5200"
156 #define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS      15
157
158 #endif
159
160 #ifndef CONFIG_CAM5200
161 /* POST support */
162 #define CONFIG_POST             (CONFIG_SYS_POST_MEMORY   | \
163                                  CONFIG_SYS_POST_CPU       | \
164                                  CONFIG_SYS_POST_I2C)
165 #endif
166
167 #ifdef CONFIG_POST
168 /* preserve space for the post_word at end of on-chip SRAM */
169 #define MPC5XXX_SRAM_POST_SIZE MPC5XXX_SRAM_SIZE-4
170 #endif
171
172
173 /*
174  * BOOTP options
175  */
176 #define CONFIG_BOOTP_BOOTFILESIZE
177 #define CONFIG_BOOTP_BOOTPATH
178 #define CONFIG_BOOTP_GATEWAY
179 #define CONFIG_BOOTP_HOSTNAME
180
181
182 /*
183  * Command line configuration.
184  */
185 #include <config_cmd_default.h>
186
187 #define CONFIG_CMD_ASKENV
188 #define CONFIG_CMD_DATE
189 #define CONFIG_CMD_DHCP
190 #define CONFIG_CMD_EEPROM
191 #define CONFIG_CMD_I2C
192 #define CONFIG_CMD_JFFS2
193 #define CONFIG_CMD_MII
194 #define CONFIG_CMD_NFS
195 #define CONFIG_CMD_PING
196 #define CONFIG_CMD_REGINFO
197 #define CONFIG_CMD_SNTP
198 #define CONFIG_CMD_BSP
199
200 #ifdef CONFIG_VIDEO
201     #define CONFIG_CMD_BMP
202 #endif
203
204 #ifdef CONFIG_PCI
205 #define CONFIG_CMD_PCI
206 #define CONFIG_PCIAUTO_SKIP_HOST_BRIDGE 1
207 #endif
208
209 #if defined(CONFIG_CHARON) || defined(CONFIG_FO300) || \
210         defined(CONFIG_MINIFAP) || defined(CONFIG_STK52XX)
211     #define CONFIG_CMD_IDE
212     #define CONFIG_CMD_FAT
213     #define CONFIG_CMD_EXT2
214 #endif
215
216 #if defined(CONFIG_CHARON) || defined(CONFIG_FO300) || \
217         defined(CONFIG_STK52XX)
218     #define CONFIG_CFG_USB
219     #define CONFIG_CFG_FAT
220 #endif
221
222 #ifdef CONFIG_POST
223     #define CONFIG_CMD_DIAG
224 #endif
225
226
227 #define CONFIG_TIMESTAMP                /* display image timestamps */
228
229 #if (CONFIG_SYS_TEXT_BASE != 0xFFF00000)
230 #   define CONFIG_SYS_LOWBOOT           1       /* Boot low */
231 #endif
232
233 /*
234  * Autobooting
235  */
236 #define CONFIG_BOOTDELAY        5       /* autoboot after 5 seconds */
237
238 #define CONFIG_PREBOOT  "echo;" \
239         "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \
240         "echo"
241
242 #undef  CONFIG_BOOTARGS
243
244 #if defined(CONFIG_TQM5200_B) && !defined(CONFIG_SYS_LOWBOOT)
245 # define ENV_UPDT                                                       \
246         "update=protect off FFF00000 +${filesize};"                     \
247                 "erase FFF00000 +${filesize};"                          \
248                 "cp.b 200000 FFF00000 ${filesize};"                     \
249                 "protect on FFF00000 +${filesize}\0"
250 #else   /* default lowboot configuration */
251 #   define ENV_UPDT                                                     \
252         "update=protect off FC000000 +${filesize};"                     \
253                 "erase FC000000 +${filesize};"                          \
254                 "cp.b 200000 FC000000 ${filesize};"                     \
255                 "protect on FC000000 +${filesize}\0"
256 #endif
257
258 #if defined(CONFIG_TQM5200)
259 #define CUSTOM_ENV_SETTINGS                                             \
260         "hostname=tqm5200\0"                                            \
261         "bootfile=/tftpboot/tqm5200/uImage\0"                           \
262         "fdt_file=/tftpboot/tqm5200/tqm5200.dtb\0"                      \
263         "u-boot=/tftpboot/tqm5200/u-boot.bin\0"
264 #elif defined(CONFIG_CAM5200)
265 #define CUSTOM_ENV_SETTINGS                                             \
266         "bootfile=cam5200/uImage\0"                                     \
267         "u-boot=cam5200/u-boot.bin\0"                                   \
268         "setup=tftp 200000 cam5200/setup.img; source 200000\0"
269 #endif
270
271 #if defined(CONFIG_TQM5200_B)
272 #define ENV_FLASH_LAYOUT                                                \
273         "fdt_addr=FC100000\0"                                           \
274         "kernel_addr=FC140000\0"                                        \
275         "ramdisk_addr=FC600000\0"
276 #else   /* !CONFIG_TQM5200_B */
277 #define ENV_FLASH_LAYOUT                                                \
278         "fdt_addr=FC0A0000\0"                                           \
279         "kernel_addr=FC0C0000\0"                                        \
280         "ramdisk_addr=FC300000\0"
281 #endif
282
283 #define CONFIG_EXTRA_ENV_SETTINGS                                       \
284         "netdev=eth0\0"                                                 \
285         "console=ttyPSC0\0"                                             \
286         ENV_FLASH_LAYOUT                                                \
287         "kernel_addr_r=400000\0"                                        \
288         "fdt_addr_r=600000\0"                                           \
289         "rootpath=/opt/eldk/ppc_6xx\0"                                  \
290         "ramargs=setenv bootargs root=/dev/ram rw\0"                    \
291         "nfsargs=setenv bootargs root=/dev/nfs rw "                     \
292                 "nfsroot=${serverip}:${rootpath}\0"                     \
293         "addip=setenv bootargs ${bootargs} "                            \
294                 "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}"      \
295                 ":${hostname}:${netdev}:off panic=1\0"                  \
296         "addcons=setenv bootargs ${bootargs} "                          \
297                 "console=${console},${baudrate}\0"                      \
298         "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0"              \
299         "flash_self_old=sete console ttyS0; "                           \
300                 "run ramargs addip addcons addmtd; "                    \
301                 "bootm ${kernel_addr} ${ramdisk_addr}\0"                \
302         "flash_self=run ramargs addip addcons;"                         \
303                 "bootm ${kernel_addr} ${ramdisk_addr} ${fdt_addr}\0"    \
304         "flash_nfs_old=sete console ttyS0; run nfsargs addip addcons;"  \
305                 "bootm ${kernel_addr}\0"                                \
306         "flash_nfs=run nfsargs addip addcons;"                          \
307                 "bootm ${kernel_addr} - ${fdt_addr}\0"                  \
308         "net_nfs_old=tftp ${kernel_addr_r} ${bootfile};"                \
309                 "sete console ttyS0; run nfsargs addip addcons;bootm\0" \
310         "net_nfs=tftp ${kernel_addr_r} ${bootfile}; "                   \
311                 "tftp ${fdt_addr_r} ${fdt_file}; "                      \
312                 "run nfsargs addip addcons addmtd; "                    \
313                 "bootm ${kernel_addr_r} - ${fdt_addr_r}\0"              \
314         CUSTOM_ENV_SETTINGS                                             \
315         "load=tftp 200000 ${u-boot}\0"                                  \
316         ENV_UPDT                                                        \
317         ""
318
319 #define CONFIG_BOOTCOMMAND      "run net_nfs"
320
321 /*
322  * IPB Bus clocking configuration.
323  */
324 #define CONFIG_SYS_IPBCLK_EQUALS_XLBCLK         /* define for 133MHz speed */
325
326 #if defined(CONFIG_SYS_IPBCLK_EQUALS_XLBCLK) && !defined(CONFIG_CAM5200)
327 /*
328  * PCI Bus clocking configuration
329  *
330  * Actually a PCI Clock of 66 MHz is only set (in cpu_init.c) if
331  * CONFIG_SYS_IPBCLK_EQUALS_XLBCLK is defined. This is because a PCI Clock of
332  * 66 MHz yet hasn't been tested with a IPB Bus Clock of 66 MHz.
333  */
334 #define CONFIG_SYS_PCICLK_EQUALS_IPBCLK_DIV2    /* define for 66MHz speed */
335 #endif
336
337 /*
338  * I2C configuration
339  */
340 #define CONFIG_HARD_I2C         1       /* I2C with hardware support */
341 #ifdef CONFIG_TQM5200_REV100
342 #define CONFIG_SYS_I2C_MODULE           1       /* Select I2C module #1 for rev. 100 board */
343 #else
344 #define CONFIG_SYS_I2C_MODULE           2       /* Select I2C module #2 for all other revs */
345 #endif
346
347 /*
348  * I2C clock frequency
349  *
350  * Please notice, that the resulting clock frequency could differ from the
351  * configured value. This is because the I2C clock is derived from system
352  * clock over a frequency divider with only a few divider values. U-boot
353  * calculates the best approximation for CONFIG_SYS_I2C_SPEED. However the calculated
354  * approximation allways lies below the configured value, never above.
355  */
356 #define CONFIG_SYS_I2C_SPEED            100000 /* 100 kHz */
357 #define CONFIG_SYS_I2C_SLAVE            0x7F
358
359 /*
360  * EEPROM configuration for onboard EEPROM M24C32 (M24C64 should work
361  * also). For other EEPROMs configuration should be verified. On Mini-FAP the
362  * EEPROM (24C64) is on the same I2C address (but on other I2C bus), so the
363  * same configuration could be used.
364  */
365 #define CONFIG_SYS_I2C_EEPROM_ADDR              0x50    /* 1010000x */
366 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN          2
367 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS       5       /* =32 Bytes per write */
368 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS   20
369
370 /*
371  * HW-Monitor configuration on Mini-FAP
372  */
373 #if defined (CONFIG_MINIFAP)
374 #define CONFIG_SYS_I2C_HWMON_ADDR               0x2C
375 #endif
376
377 /* List of I2C addresses to be verified by POST */
378 #if defined (CONFIG_MINIFAP)
379 #undef CONFIG_SYS_POST_I2C_ADDRS
380 #define CONFIG_SYS_POST_I2C_ADDRS       {CONFIG_SYS_I2C_EEPROM_ADDR,    \
381                                          CONFIG_SYS_I2C_HWMON_ADDR,     \
382                                          CONFIG_SYS_I2C_SLAVE}
383 #endif
384
385 /*
386  * Flash configuration
387  */
388 #define CONFIG_SYS_FLASH_BASE           0xFC000000
389
390 #if defined(CONFIG_CAM5200) && defined(CONFIG_CAM5200_NIOSFLASH)
391 #define CONFIG_SYS_MAX_FLASH_BANKS      2       /* max num of flash banks
392                                            (= chip selects) */
393 #define CONFIG_SYS_FLASH_WORD_SIZE      unsigned int /* main flash device with */
394 #define CONFIG_SYS_FLASH_ERASE_TOUT     120000  /* Timeout for Flash Erase (in ms) */
395 #define CONFIG_SYS_FLASH_WRITE_TOUT     500     /* Timeout for Flash Write (in ms) */
396
397 #define CONFIG_SYS_FLASH_ADDR0          0x555
398 #define CONFIG_SYS_FLASH_ADDR1          0x2AA
399 #define CONFIG_SYS_FLASH_2ND_16BIT_DEV  1       /* NIOS flash is a 16bit device */
400 #define CONFIG_SYS_MAX_FLASH_SECT       128
401 #else
402 /* use CFI flash driver */
403 #define CONFIG_SYS_FLASH_CFI            1       /* Flash is CFI conformant */
404 #define CONFIG_FLASH_CFI_DRIVER 1       /* Use the common driver */
405 #define CONFIG_FLASH_CFI_MTD            /* with MTD support */
406 #define CONFIG_SYS_FLASH_BANKS_LIST     { CONFIG_SYS_BOOTCS_START }
407 #define CONFIG_SYS_MAX_FLASH_BANKS      1       /* max num of flash banks
408                                            (= chip selects) */
409 #define CONFIG_SYS_MAX_FLASH_SECT       512     /* max num of sects on one chip */
410 #endif
411
412 #define CONFIG_SYS_FLASH_EMPTY_INFO
413 #define CONFIG_SYS_FLASH_SIZE           0x04000000 /* 64 MByte */
414 #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE       1
415
416 #if defined (CONFIG_CAM5200)
417 # define CONFIG_ENV_ADDR                (CONFIG_SYS_FLASH_BASE + 0x00040000)
418 #elif defined(CONFIG_TQM5200_B)
419 # define CONFIG_ENV_ADDR                (CONFIG_SYS_FLASH_BASE + 0x00080000)
420 #else
421 # define CONFIG_ENV_ADDR                (CONFIG_SYS_FLASH_BASE + 0x00060000)
422 #endif
423
424 /* Dynamic MTD partition support */
425 #define CONFIG_CMD_MTDPARTS
426 #define CONFIG_MTD_DEVICE               /* needed for mtdparts commands */
427 #define MTDIDS_DEFAULT          "nor0=TQM5200-0"
428
429 #if defined(CONFIG_CHARON) || defined(CONFIG_STK52XX)
430 # if defined(CONFIG_TQM5200_B)
431 #  if defined(CONFIG_SYS_LOWBOOT)
432 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:1m(firmware),"      \
433                                                 "256k(dtb),"            \
434                                                 "2304k(kernel),"        \
435                                                 "2560k(small-fs),"      \
436                                                 "2m(initrd),"           \
437                                                 "8m(misc),"             \
438                                                 "16m(big-fs)"
439 #  else /* highboot */
440 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:2560k(kernel),"     \
441                                                 "3584k(small-fs),"      \
442                                                 "2m(initrd),"           \
443                                                 "8m(misc),"             \
444                                                 "15m(big-fs),"          \
445                                                 "1m(firmware)"
446 #  endif /* CONFIG_SYS_LOWBOOT */
447 # else  /* !CONFIG_TQM5200_B */
448 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:640k(firmware),"    \
449                                                 "128k(dtb),"            \
450                                                 "2304k(kernel),"        \
451                                                 "2m(initrd),"           \
452                                                 "4m(small-fs),"         \
453                                                 "8m(misc),"             \
454                                                 "15m(big-fs)"
455 # endif /* CONFIG_TQM5200_B */
456 #elif defined (CONFIG_CAM5200)
457 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:768k(firmware),"    \
458                                                 "1792k(kernel),"        \
459                                                 "5632k(rootfs),"        \
460                                                 "24m(home)"
461 #elif defined (CONFIG_FO300)
462 #   define MTDPARTS_DEFAULT     "mtdparts=TQM5200-0:640k(firmware),"    \
463                                                 "1408k(kernel),"        \
464                                                 "2m(initrd),"           \
465                                                 "4m(small-fs),"         \
466                                                 "8m(misc),"             \
467                                                 "16m(big-fs)"
468 #else
469 # error "Unknown Carrier Board"
470 #endif  /* CONFIG_STK52XX */
471
472 /*
473  * Environment settings
474  */
475 #define CONFIG_ENV_IS_IN_FLASH  1
476 #define CONFIG_ENV_SIZE         0x4000  /* 16 k - keep small for fast booting */
477 #if defined(CONFIG_TQM5200_B) || defined (CONFIG_CAM5200)
478 #define CONFIG_ENV_SECT_SIZE    0x40000
479 #else
480 #define CONFIG_ENV_SECT_SIZE    0x20000
481 #endif /* CONFIG_TQM5200_B */
482 #define CONFIG_ENV_ADDR_REDUND  (CONFIG_ENV_ADDR + CONFIG_ENV_SECT_SIZE)
483 #define CONFIG_ENV_SIZE_REDUND  (CONFIG_ENV_SIZE)
484
485 /*
486  * Memory map
487  */
488 #define CONFIG_SYS_MBAR         0xF0000000
489 #define CONFIG_SYS_SDRAM_BASE           0x00000000
490 #define CONFIG_SYS_DEFAULT_MBAR 0x80000000
491
492 /* Use ON-Chip SRAM until RAM will be available */
493 #define CONFIG_SYS_INIT_RAM_ADDR        MPC5XXX_SRAM
494 #ifdef CONFIG_POST
495 /* preserve space for the post_word at end of on-chip SRAM */
496 #define CONFIG_SYS_INIT_RAM_SIZE        MPC5XXX_SRAM_POST_SIZE
497 #else
498 #define CONFIG_SYS_INIT_RAM_SIZE        MPC5XXX_SRAM_SIZE
499 #endif
500
501
502 #define CONFIG_SYS_GBL_DATA_OFFSET      (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
503 #define CONFIG_SYS_INIT_SP_OFFSET       CONFIG_SYS_GBL_DATA_OFFSET
504
505 #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
506 #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE)
507 #   define CONFIG_SYS_RAMBOOT           1
508 #endif
509
510 #if defined (CONFIG_CAM5200)
511 # define CONFIG_SYS_MONITOR_LEN (256 << 10)     /* Reserve 256 kB for Monitor   */
512 #elif defined(CONFIG_TQM5200_B)
513 # define CONFIG_SYS_MONITOR_LEN (512 << 10)     /* Reserve 512 kB for Monitor   */
514 #else
515 # define CONFIG_SYS_MONITOR_LEN (384 << 10)     /* Reserve 384 kB for Monitor   */
516 #endif
517
518 #define CONFIG_SYS_MALLOC_LEN           (1024 << 10)    /* Reserve 1024 kB for malloc() */
519 #define CONFIG_SYS_BOOTMAPSZ            (8 << 20)       /* Initial Memory map for Linux */
520
521 /*
522  * Ethernet configuration
523  */
524 #define CONFIG_MPC5xxx_FEC      1
525 #define CONFIG_MPC5xxx_FEC_MII100
526 /*
527  * Define CONFIG_MPC5xxx_FEC_MII10 to force FEC at 10Mb
528  */
529 /* #define CONFIG_MPC5xxx_FEC_MII10 */
530 #define CONFIG_PHY_ADDR         0x00
531
532 /*
533  * GPIO configuration
534  *
535  * use CS1: Bit 0 (mask: 0x80000000):
536  *         1 -> Pin gpio_wkup_6 as second SDRAM chip select (mem_cs1).
537  * use ALT CAN position: Bits 2-3 (mask: 0x30000000):
538  *        00 -> No Alternatives, CAN1/2 on PSC2 according to PSC2 setting.
539  *              SPI on PSC3 according to PSC3 setting. Use for CAM5200.
540  *        01 -> CAN1 on I2C1, CAN2 on Tmr0/1.
541  *              Use for REV200 STK52XX boards and FO300 boards. Do not use
542  *              with REV100 modules (because, there I2C1 is used as I2C bus).
543  * use ATA: Bits 6-7 (mask 0x03000000):
544  *        00 -> No ATA chip selects, csb_4/5 used as normal chip selects.
545  *              Use for CAM5200 board.
546  *        01 -> ATA cs0/1 on csb_4/5. Use for the remaining boards.
547  * use PSC6: Bits 9-11 (mask 0x00700000):
548  *       000 -> use PSC6_0 to PSC6_3 as GPIO, PSC6 could not be used as
549  *              UART, CODEC or IrDA.
550  *              GPIO on PSC6_3 is used in post_hotkeys_pressed() to
551  *              enable extended POST tests.
552  *              Use for MINI-FAP and TQM5200_IB boards.
553  *       101 -> use PSC6 as UART. Pins PSC6_0 to PSC6_3 are used.
554  *              Extended POST test is not available.
555  *              Use for STK52xx, FO300 and CAM5200 boards.
556  *              WARNING: When the extended POST is enabled, these bits will
557  *                       be overridden by this code as GPIOs!
558  * use PCI_DIS: Bit 16 (mask 0x00008000):
559  *         1 -> disable PCI controller (on CAM5200 board).
560  * use USB: Bits 18-19 (mask 0x00003000):
561  *        10 -> two UARTs (on FO300 and CAM5200).
562  * use PSC3: Bits 20-23 (mask: 0x00000f00):
563  *      0000 -> All PSC3 pins are GPIOs.
564  *      1100 -> UART/SPI (on FO300 board).
565  *      0100 -> UART (on CAM5200 board).
566  * use PSC2: Bits 25:27 (mask: 0x00000030):
567  *       000 -> All PSC2 pins are GPIOs.
568  *       100 -> UART (on CAM5200 board).
569  *       001 -> CAN1/2 on PSC2 pins.
570  *              Use for REV100 STK52xx boards
571  *       01x -> Use AC97 (on FO300 board).
572  * use PSC1: Bits 29-31 (mask: 0x00000007):
573  *       100 -> UART (on all boards).
574  */
575 #if !defined(CONFIG_SYS_GPS_PORT_CONFIG)
576 #if defined (CONFIG_MINIFAP)
577 # define CONFIG_SYS_GPS_PORT_CONFIG     0x91000004
578 #elif defined (CONFIG_STK52XX)
579 # if defined (CONFIG_STK52XX_REV100)
580 #  define CONFIG_SYS_GPS_PORT_CONFIG    0x81500014
581 # else /* STK52xx REV200 and above */
582 #  if defined (CONFIG_TQM5200_REV100)
583 #   error TQM5200 REV100 not supported on STK52XX REV200 or above
584 #  else/* TQM5200 REV200 and above */
585 #   define CONFIG_SYS_GPS_PORT_CONFIG   0x91500404
586 #  endif
587 # endif
588 #elif defined (CONFIG_FO300)
589 # define CONFIG_SYS_GPS_PORT_CONFIG     0x91502c24
590 #elif defined (CONFIG_CAM5200)
591 # define CONFIG_SYS_GPS_PORT_CONFIG     0x8050A444
592 #else  /* TMQ5200 Inbetriebnahme-Board */
593 # define CONFIG_SYS_GPS_PORT_CONFIG     0x81000004
594 #endif
595 #endif
596
597 /*
598  * RTC configuration
599  */
600 #if defined (CONFIG_STK52XX) && !defined (CONFIG_STK52XX_REV100)
601 # define CONFIG_RTC_M41T11 1
602 # define CONFIG_SYS_I2C_RTC_ADDR 0x68
603 # define CONFIG_SYS_M41T11_BASE_YEAR    1900    /* because Linux uses the same base
604                                            year */
605 #else
606 # define CONFIG_RTC_MPC5200     1       /* use internal MPC5200 RTC */
607 #endif
608
609 /*
610  * Miscellaneous configurable options
611  */
612 #define CONFIG_SYS_LONGHELP                     /* undef to save memory     */
613 #define CONFIG_SYS_PROMPT               "=> "   /* Monitor Command Prompt   */
614
615 #define CONFIG_CMDLINE_EDITING  1       /* add command line history     */
616 #define CONFIG_SYS_HUSH_PARSER          1       /* use "hush" command parser    */
617 #define CONFIG_SYS_PROMPT_HUSH_PS2      "> "
618
619 #define CONFIG_SYS_CACHELINE_SIZE       32      /* For MPC5xxx CPUs */
620 #if defined(CONFIG_CMD_KGDB)
621 #define CONFIG_SYS_CACHELINE_SHIFT      5       /* log base 2 of the above value */
622 #endif
623
624 #if defined(CONFIG_CMD_KGDB)
625 #define CONFIG_SYS_CBSIZE               1024    /* Console I/O Buffer Size  */
626 #else
627 #define CONFIG_SYS_CBSIZE               256     /* Console I/O Buffer Size  */
628 #endif
629 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
630 #define CONFIG_SYS_MAXARGS              16      /* max number of command args   */
631 #define CONFIG_SYS_BARGSIZE             CONFIG_SYS_CBSIZE       /* Boot Argument Buffer Size    */
632
633 /* Enable an alternate, more extensive memory test */
634 #define CONFIG_SYS_ALT_MEMTEST
635
636 #define CONFIG_SYS_MEMTEST_START        0x00100000      /* memtest works on */
637 #define CONFIG_SYS_MEMTEST_END          0x00f00000      /* 1 ... 15 MB in DRAM  */
638
639 #define CONFIG_SYS_LOAD_ADDR            0x100000        /* default load address */
640
641 #define CONFIG_SYS_HZ                   1000    /* decrementer freq: 1 ms ticks */
642
643 /*
644  * Enable loopw command.
645  */
646 #define CONFIG_LOOPW
647
648 /*
649  * Various low-level settings
650  */
651 #define CONFIG_SYS_HID0_INIT            HID0_ICE | HID0_ICFI
652 #define CONFIG_SYS_HID0_FINAL           HID0_ICE
653
654 #define CONFIG_SYS_BOOTCS_START CONFIG_SYS_FLASH_BASE
655 #define CONFIG_SYS_BOOTCS_SIZE          CONFIG_SYS_FLASH_SIZE
656 #ifdef CONFIG_SYS_PCICLK_EQUALS_IPBCLK_DIV2
657 #define CONFIG_SYS_BOOTCS_CFG           0x0008DF30 /* for pci_clk  = 66 MHz */
658 #else
659 #define CONFIG_SYS_BOOTCS_CFG           0x0004DF30 /* for pci_clk = 33 MHz */
660 #endif
661 #define CONFIG_SYS_CS0_START            CONFIG_SYS_FLASH_BASE
662 #define CONFIG_SYS_CS0_SIZE             CONFIG_SYS_FLASH_SIZE
663
664 #define CONFIG_LAST_STAGE_INIT
665
666 /*
667  * SRAM - Do not map below 2 GB in address space, because this area is used
668  * for SDRAM autosizing.
669  */
670 #define CONFIG_SYS_CS2_START            0xE5000000
671 #define CONFIG_SYS_CS2_SIZE             0x100000        /* 1 MByte */
672 #define CONFIG_SYS_CS2_CFG              0x0004D930
673
674 /*
675  * Grafic controller - Do not map below 2 GB in address space, because this
676  * area is used for SDRAM autosizing.
677  */
678 #define SM501_FB_BASE           0xE0000000
679 #define CONFIG_SYS_CS1_START            (SM501_FB_BASE)
680 #define CONFIG_SYS_CS1_SIZE             0x4000000       /* 64 MByte */
681 #define CONFIG_SYS_CS1_CFG              0x8F48FF70
682 #define SM501_MMIO_BASE         CONFIG_SYS_CS1_START + 0x03E00000
683
684 #define CONFIG_SYS_CS_BURST             0x00000000
685 #define CONFIG_SYS_CS_DEADCYCLE 0x33333311      /* 1 dead cycle for flash and SM501 */
686
687 #if defined(CONFIG_CAM5200)
688 #define CONFIG_SYS_CS4_START            0xB0000000
689 #define CONFIG_SYS_CS4_SIZE             0x00010000
690 #define CONFIG_SYS_CS4_CFG              0x01019C10
691
692 #define CONFIG_SYS_CS5_START            0xD0000000
693 #define CONFIG_SYS_CS5_SIZE             0x01208000
694 #define CONFIG_SYS_CS5_CFG              0x1414BF10
695 #endif
696
697 #define CONFIG_SYS_RESET_ADDRESS        0xff000000
698
699 /*-----------------------------------------------------------------------
700  * USB stuff
701  *-----------------------------------------------------------------------
702  */
703 #define CONFIG_USB_CLOCK        0x0001BBBB
704 #define CONFIG_USB_CONFIG       0x00001000
705
706 /*-----------------------------------------------------------------------
707  * IDE/ATA stuff Supports IDE harddisk
708  *-----------------------------------------------------------------------
709  */
710
711 #undef  CONFIG_IDE_8xx_PCCARD           /* Use IDE with PC Card Adapter */
712
713 #undef  CONFIG_IDE_8xx_DIRECT           /* Direct IDE    not supported  */
714 #undef  CONFIG_IDE_LED                  /* LED   for ide not supported  */
715
716 #define CONFIG_IDE_RESET                /* reset for ide supported      */
717 #define CONFIG_IDE_PREINIT
718
719 #define CONFIG_SYS_IDE_MAXBUS           1       /* max. 1 IDE bus               */
720 #define CONFIG_SYS_IDE_MAXDEVICE        2       /* max. 2 drives per IDE bus    */
721
722 #define CONFIG_SYS_ATA_IDE0_OFFSET      0x0000
723
724 #define CONFIG_SYS_ATA_BASE_ADDR        MPC5XXX_ATA
725
726 /* Offset for data I/O */
727 #define CONFIG_SYS_ATA_DATA_OFFSET      (0x0060)
728
729 /* Offset for normal register accesses */
730 #define CONFIG_SYS_ATA_REG_OFFSET       (CONFIG_SYS_ATA_DATA_OFFSET)
731
732 /* Offset for alternate registers */
733 #define CONFIG_SYS_ATA_ALT_OFFSET       (0x005C)
734
735 /* Interval between registers */
736 #define CONFIG_SYS_ATA_STRIDE           4
737
738 /* Support ATAPI devices */
739 #define CONFIG_ATAPI                    1
740
741 /*-----------------------------------------------------------------------
742  * Open firmware flat tree support
743  *-----------------------------------------------------------------------
744  */
745 #define CONFIG_OF_LIBFDT        1
746 #define CONFIG_OF_BOARD_SETUP   1
747
748 #define OF_CPU                  "PowerPC,5200@0"
749 #define OF_SOC                  "soc5200@f0000000"
750 #define OF_TBCLK                (bd->bi_busfreq / 4)
751 #define OF_STDOUT_PATH          "/soc5200@f0000000/serial@2000"
752
753 #endif /* __CONFIG_H */