wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 1 | /* |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 2 | * (C) Copyright 2003-2005 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 3 | * Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | * |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 5 | * (C) Copyright 2004-2006 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 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 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 30 | /* |
| 31 | * High Level Configuration Options |
| 32 | * (easy to change) |
| 33 | */ |
| 34 | |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 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 */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 39 | |
Wolfgang Denk | 291ba1b | 2010-10-06 09:05:45 +0200 | [diff] [blame] | 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 | |
Wolfgang Denk | 9018bc9 | 2006-08-18 23:27:33 +0200 | [diff] [blame] | 51 | /* On a Cameron or on a FO300 board or ... */ |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 52 | #if !defined(CONFIG_CAM5200) && !defined(CONFIG_CHARON) \ |
| 53 | && !defined(CONFIG_FO300) |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 54 | #define CONFIG_STK52XX 1 /* ... on a STK52XX board */ |
| 55 | #endif |
| 56 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 57 | #define CONFIG_SYS_MPC5XXX_CLKIN 33000000 /* ... running at 33.000000MHz */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 58 | |
Becky Bruce | 03ea1be | 2008-05-08 19:02:12 -0500 | [diff] [blame] | 59 | #define CONFIG_HIGH_BATS 1 /* High BATs supported */ |
| 60 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 61 | /* |
| 62 | * Serial console configuration |
| 63 | */ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 64 | #define CONFIG_PSC_CONSOLE 1 /* console is on PSC1 */ |
| 65 | #define CONFIG_BAUDRATE 115200 /* ... at 115200 bps */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 66 | #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 230400 } |
Axel Beierlein | 6117779 | 2008-08-16 00:30:48 +0200 | [diff] [blame] | 67 | #define CONFIG_BOOTCOUNT_LIMIT 1 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 68 | |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 69 | #ifdef CONFIG_FO300 |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 70 | #define CONFIG_SYS_DEVICE_NULLDEV 1 /* enable null device */ |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 71 | #define CONFIG_SILENT_CONSOLE 1 /* enable silent startup */ |
| 72 | #define CONFIG_BOARD_EARLY_INIT_F 1 /* used to detect S1 switch position */ |
Bartlomiej Sieka | 9d47ad4 | 2006-08-22 10:38:18 +0200 | [diff] [blame] | 73 | #define CONFIG_USB_BIN_FIXUP 1 /* for a buggy USB device */ |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 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 */ |
Wolfgang Denk | 9018bc9 | 2006-08-18 23:27:33 +0200 | [diff] [blame] | 81 | #endif /* CONFIG_FO300 */ |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 82 | |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 83 | #if defined(CONFIG_CHARON) || defined(CONFIG_STK52XX) |
wdenk | dc13044 | 2004-12-12 22:06:17 +0000 | [diff] [blame] | 84 | #define CONFIG_PS2KBD /* AT-PS/2 Keyboard */ |
| 85 | #define CONFIG_PS2MULT /* .. on PS/2 Multiplexer */ |
| 86 | #define CONFIG_PS2SERIAL 6 /* .. on PSC6 */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 87 | #define CONFIG_PS2MULT_DELAY (CONFIG_SYS_HZ/2) /* Initial delay */ |
wdenk | dc13044 | 2004-12-12 22:06:17 +0000 | [diff] [blame] | 88 | #define CONFIG_BOARD_EARLY_INIT_R |
| 89 | #endif /* CONFIG_STK52XX */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 90 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 91 | /* |
| 92 | * PCI Mapping: |
| 93 | * 0x40000000 - 0x4fffffff - PCI Memory |
| 94 | * 0x50000000 - 0x50ffffff - PCI IO Space |
| 95 | */ |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 96 | #if defined(CONFIG_CHARON) || defined(CONFIG_STK52XX) |
wdenk | dc13044 | 2004-12-12 22:06:17 +0000 | [diff] [blame] | 97 | #define CONFIG_PCI 1 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 98 | #define CONFIG_PCI_PNP 1 |
wdenk | 79cf757 | 2004-08-28 21:09:14 +0000 | [diff] [blame] | 99 | /* #define CONFIG_PCI_SCAN_SHOW 1 */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 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 |
Wolfgang Denk | 3f2f9dd | 2006-06-16 16:11:34 +0200 | [diff] [blame] | 110 | #define CONFIG_EEPRO100 1 |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 111 | #define CONFIG_SYS_RX_ETH_BUFFER 8 /* use 8 rx buffer on eepro100 */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 112 | #define CONFIG_NS8382X 1 |
wdenk | 61c636e | 2005-03-31 18:42:15 +0000 | [diff] [blame] | 113 | #endif /* CONFIG_STK52XX */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 114 | |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 115 | /* |
| 116 | * Video console |
| 117 | */ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 118 | #ifndef CONFIG_TQM5200S /* No graphics controller on TQM5200S */ |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 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 |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 124 | |
| 125 | #ifndef CONFIG_FO300 |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 126 | #define CONFIG_CONSOLE_EXTRA_INFO |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 127 | #else |
| 128 | #define CONFIG_VIDEO_BMP_LOGO |
| 129 | #endif |
| 130 | |
| 131 | #define CONFIG_VGA_AS_SINGLE_DEVICE |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 132 | #define CONFIG_VIDEO_SW_CURSOR |
| 133 | #define CONFIG_SPLASH_SCREEN |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 134 | #define CONFIG_SYS_CONSOLE_IS_IN_ENV |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 135 | #endif /* #ifndef CONFIG_TQM5200S */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 136 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 137 | |
| 138 | /* Partitions */ |
wdenk | 8d3d9ed | 2005-03-16 16:32:26 +0000 | [diff] [blame] | 139 | #define CONFIG_MAC_PARTITION |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 140 | #define CONFIG_DOS_PARTITION |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 141 | #define CONFIG_ISO_PARTITION |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 142 | |
| 143 | /* USB */ |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 144 | #if defined(CONFIG_CHARON) || defined(CONFIG_FO300) || \ |
| 145 | defined(CONFIG_STK52XX) |
Markus Klotzbuecher | 43c8b31 | 2006-11-27 11:44:58 +0100 | [diff] [blame] | 146 | #define CONFIG_USB_OHCI_NEW |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 147 | #define CONFIG_SYS_OHCI_BE_CONTROLLER |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 148 | #define CONFIG_USB_STORAGE |
Wolfgang Denk | 56cbd02 | 2007-08-12 14:27:39 +0200 | [diff] [blame] | 149 | #define CONFIG_CMD_FAT |
| 150 | #define CONFIG_CMD_USB |
Markus Klotzbuecher | 661ffe5 | 2006-11-27 11:43:09 +0100 | [diff] [blame] | 151 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 |
Markus Klotzbuecher | 661ffe5 | 2006-11-27 11:43:09 +0100 | [diff] [blame] | 157 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 158 | #endif |
| 159 | |
Wolfgang Denk | 641e357 | 2006-07-22 01:20:03 +0200 | [diff] [blame] | 160 | #ifndef CONFIG_CAM5200 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 161 | /* POST support */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 162 | #define CONFIG_POST (CONFIG_SYS_POST_MEMORY | \ |
| 163 | CONFIG_SYS_POST_CPU | \ |
| 164 | CONFIG_SYS_POST_I2C) |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 165 | #endif |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 166 | |
| 167 | #ifdef CONFIG_POST |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 168 | /* preserve space for the post_word at end of on-chip SRAM */ |
| 169 | #define MPC5XXX_SRAM_POST_SIZE MPC5XXX_SRAM_SIZE-4 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 170 | #endif |
| 171 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 172 | |
| 173 | /* |
Jon Loeliger | beb9ff4 | 2007-07-10 09:22:23 -0500 | [diff] [blame] | 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 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 181 | |
| 182 | /* |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 183 | * Command line configuration. |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 184 | */ |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 185 | #include <config_cmd_default.h> |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 186 | |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 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 |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 196 | #define CONFIG_CMD_REGINFO |
| 197 | #define CONFIG_CMD_SNTP |
| 198 | #define CONFIG_CMD_BSP |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 199 | |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 200 | #ifdef CONFIG_VIDEO |
| 201 | #define CONFIG_CMD_BMP |
| 202 | #endif |
| 203 | |
| 204 | #ifdef CONFIG_PCI |
Marian Balakowicz | 8e30552 | 2007-10-05 10:40:54 +0200 | [diff] [blame] | 205 | #define CONFIG_CMD_PCI |
TsiChung Liew | 521f97b | 2008-03-30 01:19:06 -0500 | [diff] [blame] | 206 | #define CONFIG_PCIAUTO_SKIP_HOST_BRIDGE 1 |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 207 | #endif |
| 208 | |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 209 | #if defined(CONFIG_CHARON) || defined(CONFIG_FO300) || \ |
| 210 | defined(CONFIG_MINIFAP) || defined(CONFIG_STK52XX) |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 211 | #define CONFIG_CMD_IDE |
| 212 | #define CONFIG_CMD_FAT |
| 213 | #define CONFIG_CMD_EXT2 |
| 214 | #endif |
| 215 | |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 216 | #if defined(CONFIG_CHARON) || defined(CONFIG_FO300) || \ |
| 217 | defined(CONFIG_STK52XX) |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 218 | #define CONFIG_CFG_USB |
| 219 | #define CONFIG_CFG_FAT |
| 220 | #endif |
| 221 | |
Jon Loeliger | b5777d1 | 2007-07-08 17:02:01 -0500 | [diff] [blame] | 222 | #ifdef CONFIG_POST |
| 223 | #define CONFIG_CMD_DIAG |
| 224 | #endif |
| 225 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 226 | |
wdenk | 99408ba | 2005-02-24 22:44:16 +0000 | [diff] [blame] | 227 | #define CONFIG_TIMESTAMP /* display image timestamps */ |
| 228 | |
Wolfgang Denk | 0708bc6 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 229 | #if (CONFIG_SYS_TEXT_BASE != 0xFFF00000) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 230 | # define CONFIG_SYS_LOWBOOT 1 /* Boot low */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 231 | #endif |
| 232 | |
| 233 | /* |
| 234 | * Autobooting |
| 235 | */ |
| 236 | #define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */ |
| 237 | |
wdenk | 7dd1329 | 2004-07-11 20:04:51 +0000 | [diff] [blame] | 238 | #define CONFIG_PREBOOT "echo;" \ |
Wolfgang Denk | 7af9680 | 2006-07-26 10:33:37 +0200 | [diff] [blame] | 239 | "echo Type \\\"run flash_nfs\\\" to mount root filesystem over NFS;" \ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 240 | "echo" |
| 241 | |
| 242 | #undef CONFIG_BOOTARGS |
| 243 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 244 | #if defined(CONFIG_TQM5200_B) && !defined(CONFIG_SYS_LOWBOOT) |
Wolfgang Denk | 0129dcd | 2006-11-23 22:58:58 +0100 | [diff] [blame] | 245 | # define ENV_UPDT \ |
| 246 | "update=protect off FFF00000 +${filesize};" \ |
| 247 | "erase FFF00000 +${filesize};" \ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 248 | "cp.b 200000 FFF00000 ${filesize};" \ |
Wolfgang Denk | 0129dcd | 2006-11-23 22:58:58 +0100 | [diff] [blame] | 249 | "protect on FFF00000 +${filesize}\0" |
| 250 | #else /* default lowboot configuration */ |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 251 | # define ENV_UPDT \ |
Wolfgang Denk | 0129dcd | 2006-11-23 22:58:58 +0100 | [diff] [blame] | 252 | "update=protect off FC000000 +${filesize};" \ |
| 253 | "erase FC000000 +${filesize};" \ |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 254 | "cp.b 200000 FC000000 ${filesize};" \ |
Wolfgang Denk | 0129dcd | 2006-11-23 22:58:58 +0100 | [diff] [blame] | 255 | "protect on FC000000 +${filesize}\0" |
| 256 | #endif |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 257 | |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 258 | #if defined(CONFIG_TQM5200) |
Reinhard Thies | b31c067 | 2007-01-10 14:41:14 +0100 | [diff] [blame] | 259 | #define CUSTOM_ENV_SETTINGS \ |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 260 | "hostname=tqm5200\0" \ |
Reinhard Thies | b31c067 | 2007-01-10 14:41:14 +0100 | [diff] [blame] | 261 | "bootfile=/tftpboot/tqm5200/uImage\0" \ |
Bartlomiej Sieka | 7a432ce | 2007-06-08 14:52:22 +0200 | [diff] [blame] | 262 | "fdt_file=/tftpboot/tqm5200/tqm5200.dtb\0" \ |
Reinhard Thies | b31c067 | 2007-01-10 14:41:14 +0100 | [diff] [blame] | 263 | "u-boot=/tftpboot/tqm5200/u-boot.bin\0" |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 264 | #elif defined(CONFIG_CAM5200) |
Wolfgang Denk | 70df7bc | 2007-06-22 23:59:00 +0200 | [diff] [blame] | 265 | #define CUSTOM_ENV_SETTINGS \ |
Reinhard Thies | b31c067 | 2007-01-10 14:41:14 +0100 | [diff] [blame] | 266 | "bootfile=cam5200/uImage\0" \ |
| 267 | "u-boot=cam5200/u-boot.bin\0" \ |
Wolfgang Denk | 85c25df | 2009-04-01 23:34:12 +0200 | [diff] [blame] | 268 | "setup=tftp 200000 cam5200/setup.img; source 200000\0" |
Reinhard Thies | b31c067 | 2007-01-10 14:41:14 +0100 | [diff] [blame] | 269 | #endif |
| 270 | |
Martin Krause | 913d8af | 2008-03-19 14:25:14 +0100 | [diff] [blame] | 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 | |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 283 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
| 284 | "netdev=eth0\0" \ |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 285 | "console=ttyPSC0\0" \ |
Martin Krause | 913d8af | 2008-03-19 14:25:14 +0100 | [diff] [blame] | 286 | ENV_FLASH_LAYOUT \ |
Bartlomiej Sieka | 5481a78 | 2007-10-25 17:20:01 +0200 | [diff] [blame] | 287 | "kernel_addr_r=400000\0" \ |
| 288 | "fdt_addr_r=600000\0" \ |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 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" \ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 296 | "addcons=setenv bootargs ${bootargs} " \ |
Bartlomiej Sieka | 7a432ce | 2007-06-08 14:52:22 +0200 | [diff] [blame] | 297 | "console=${console},${baudrate}\0" \ |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 298 | "addmtd=setenv bootargs ${bootargs} ${mtdparts}\0" \ |
| 299 | "flash_self_old=sete console ttyS0; " \ |
| 300 | "run ramargs addip addcons addmtd; " \ |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 301 | "bootm ${kernel_addr} ${ramdisk_addr}\0" \ |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 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;" \ |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 305 | "bootm ${kernel_addr}\0" \ |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 306 | "flash_nfs=run nfsargs addip addcons;" \ |
Bartlomiej Sieka | 7a432ce | 2007-06-08 14:52:22 +0200 | [diff] [blame] | 307 | "bootm ${kernel_addr} - ${fdt_addr}\0" \ |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 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}; " \ |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 312 | "run nfsargs addip addcons addmtd; " \ |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 313 | "bootm ${kernel_addr_r} - ${fdt_addr_r}\0" \ |
Reinhard Thies | b31c067 | 2007-01-10 14:41:14 +0100 | [diff] [blame] | 314 | CUSTOM_ENV_SETTINGS \ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 315 | "load=tftp 200000 ${u-boot}\0" \ |
| 316 | ENV_UPDT \ |
wdenk | dc13044 | 2004-12-12 22:06:17 +0000 | [diff] [blame] | 317 | "" |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 318 | |
| 319 | #define CONFIG_BOOTCOMMAND "run net_nfs" |
| 320 | |
| 321 | /* |
| 322 | * IPB Bus clocking configuration. |
| 323 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 324 | #define CONFIG_SYS_IPBCLK_EQUALS_XLBCLK /* define for 133MHz speed */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 325 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 326 | #if defined(CONFIG_SYS_IPBCLK_EQUALS_XLBCLK) && !defined(CONFIG_CAM5200) |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 327 | /* |
| 328 | * PCI Bus clocking configuration |
| 329 | * |
| 330 | * Actually a PCI Clock of 66 MHz is only set (in cpu_init.c) if |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 331 | * CONFIG_SYS_IPBCLK_EQUALS_XLBCLK is defined. This is because a PCI Clock of |
Bartlomiej Sieka | a01420c | 2007-05-27 16:53:43 +0200 | [diff] [blame] | 332 | * 66 MHz yet hasn't been tested with a IPB Bus Clock of 66 MHz. |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 333 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 334 | #define CONFIG_SYS_PCICLK_EQUALS_IPBCLK_DIV2 /* define for 66MHz speed */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 335 | #endif |
| 336 | |
| 337 | /* |
| 338 | * I2C configuration |
| 339 | */ |
| 340 | #define CONFIG_HARD_I2C 1 /* I2C with hardware support */ |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 341 | #ifdef CONFIG_TQM5200_REV100 |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 342 | #define CONFIG_SYS_I2C_MODULE 1 /* Select I2C module #1 for rev. 100 board */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 343 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 344 | #define CONFIG_SYS_I2C_MODULE 2 /* Select I2C module #2 for all other revs */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 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 |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 353 | * calculates the best approximation for CONFIG_SYS_I2C_SPEED. However the calculated |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 354 | * approximation allways lies below the configured value, never above. |
| 355 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 356 | #define CONFIG_SYS_I2C_SPEED 100000 /* 100 kHz */ |
| 357 | #define CONFIG_SYS_I2C_SLAVE 0x7F |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 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 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 369 | |
| 370 | /* |
| 371 | * HW-Monitor configuration on Mini-FAP |
| 372 | */ |
| 373 | #if defined (CONFIG_MINIFAP) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 374 | #define CONFIG_SYS_I2C_HWMON_ADDR 0x2C |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 375 | #endif |
| 376 | |
| 377 | /* List of I2C addresses to be verified by POST */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 378 | #if defined (CONFIG_MINIFAP) |
Peter Tyser | 3f1d0db | 2010-10-22 00:20:30 -0500 | [diff] [blame] | 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} |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 383 | #endif |
| 384 | |
| 385 | /* |
| 386 | * Flash configuration |
| 387 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 388 | #define CONFIG_SYS_FLASH_BASE 0xFC000000 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 389 | |
Marian Balakowicz | 4b7e456 | 2007-01-10 00:26:15 +0100 | [diff] [blame] | 390 | #if defined(CONFIG_CAM5200) && defined(CONFIG_CAM5200_NIOSFLASH) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 391 | #define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max num of flash banks |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 392 | (= chip selects) */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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) */ |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 396 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 |
Marian Balakowicz | 4b7e456 | 2007-01-10 00:26:15 +0100 | [diff] [blame] | 401 | #else |
| 402 | /* use CFI flash driver */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 403 | #define CONFIG_SYS_FLASH_CFI 1 /* Flash is CFI conformant */ |
Jean-Christophe PLAGNIOL-VILLARD | 8d94c23 | 2008-08-13 01:40:42 +0200 | [diff] [blame] | 404 | #define CONFIG_FLASH_CFI_DRIVER 1 /* Use the common driver */ |
Wolfgang Denk | 01fd915 | 2010-11-23 13:20:22 +0100 | [diff] [blame] | 405 | #define CONFIG_FLASH_CFI_MTD /* with MTD support */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 406 | #define CONFIG_SYS_FLASH_BANKS_LIST { CONFIG_SYS_BOOTCS_START } |
| 407 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max num of flash banks |
Marian Balakowicz | 4b7e456 | 2007-01-10 00:26:15 +0100 | [diff] [blame] | 408 | (= chip selects) */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 409 | #define CONFIG_SYS_MAX_FLASH_SECT 512 /* max num of sects on one chip */ |
Marian Balakowicz | 4b7e456 | 2007-01-10 00:26:15 +0100 | [diff] [blame] | 410 | #endif |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 411 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 415 | |
Wolfgang Denk | 641e357 | 2006-07-22 01:20:03 +0200 | [diff] [blame] | 416 | #if defined (CONFIG_CAM5200) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 417 | # define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + 0x00040000) |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 418 | #elif defined(CONFIG_TQM5200_B) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 419 | # define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + 0x00080000) |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 420 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 421 | # define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + 0x00060000) |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 422 | #endif |
| 423 | |
Wolfgang Denk | cc1850e | 2005-08-23 22:27:41 +0200 | [diff] [blame] | 424 | /* Dynamic MTD partition support */ |
Stefan Roese | b1423dd | 2009-03-19 13:30:36 +0100 | [diff] [blame] | 425 | #define CONFIG_CMD_MTDPARTS |
Stefan Roese | 5dc958f | 2009-05-12 14:32:58 +0200 | [diff] [blame] | 426 | #define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ |
Wolfgang Denk | cc1850e | 2005-08-23 22:27:41 +0200 | [diff] [blame] | 427 | #define MTDIDS_DEFAULT "nor0=TQM5200-0" |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 428 | |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 429 | #if defined(CONFIG_CHARON) || defined(CONFIG_STK52XX) |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 430 | # if defined(CONFIG_TQM5200_B) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 431 | # if defined(CONFIG_SYS_LOWBOOT) |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 432 | # define MTDPARTS_DEFAULT "mtdparts=TQM5200-0:1m(firmware)," \ |
Martin Krause | 913d8af | 2008-03-19 14:25:14 +0100 | [diff] [blame] | 433 | "256k(dtb)," \ |
| 434 | "2304k(kernel)," \ |
| 435 | "2560k(small-fs)," \ |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 436 | "2m(initrd)," \ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 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)" |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 446 | # endif /* CONFIG_SYS_LOWBOOT */ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 447 | # else /* !CONFIG_TQM5200_B */ |
| 448 | # define MTDPARTS_DEFAULT "mtdparts=TQM5200-0:640k(firmware)," \ |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 449 | "128k(dtb)," \ |
| 450 | "2304k(kernel)," \ |
Wolfgang Denk | cc1850e | 2005-08-23 22:27:41 +0200 | [diff] [blame] | 451 | "2m(initrd)," \ |
| 452 | "4m(small-fs)," \ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 453 | "8m(misc)," \ |
Bartlomiej Sieka | 2b7cdc8 | 2007-09-13 16:33:59 +0200 | [diff] [blame] | 454 | "15m(big-fs)" |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 455 | # endif /* CONFIG_TQM5200_B */ |
Wolfgang Denk | 641e357 | 2006-07-22 01:20:03 +0200 | [diff] [blame] | 456 | #elif defined (CONFIG_CAM5200) |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 457 | # define MTDPARTS_DEFAULT "mtdparts=TQM5200-0:768k(firmware)," \ |
| 458 | "1792k(kernel)," \ |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 459 | "5632k(rootfs)," \ |
| 460 | "24m(home)" |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 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)" |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 468 | #else |
| 469 | # error "Unknown Carrier Board" |
| 470 | #endif /* CONFIG_STK52XX */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 471 | |
| 472 | /* |
| 473 | * Environment settings |
| 474 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 53db4cd | 2008-09-10 22:48:04 +0200 | [diff] [blame] | 475 | #define CONFIG_ENV_IS_IN_FLASH 1 |
Jean-Christophe PLAGNIOL-VILLARD | 7e1cda6 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 476 | #define CONFIG_ENV_SIZE 0x4000 /* 16 k - keep small for fast booting */ |
Wolfgang Denk | 0129dcd | 2006-11-23 22:58:58 +0100 | [diff] [blame] | 477 | #if defined(CONFIG_TQM5200_B) || defined (CONFIG_CAM5200) |
Jean-Christophe PLAGNIOL-VILLARD | 7e1cda6 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 478 | #define CONFIG_ENV_SECT_SIZE 0x40000 |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 479 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 7e1cda6 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 480 | #define CONFIG_ENV_SECT_SIZE 0x20000 |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 481 | #endif /* CONFIG_TQM5200_B */ |
Jean-Christophe PLAGNIOL-VILLARD | 7e1cda6 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 482 | #define CONFIG_ENV_ADDR_REDUND (CONFIG_ENV_ADDR + CONFIG_ENV_SECT_SIZE) |
| 483 | #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SIZE) |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 484 | |
| 485 | /* |
| 486 | * Memory map |
| 487 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 488 | #define CONFIG_SYS_MBAR 0xF0000000 |
| 489 | #define CONFIG_SYS_SDRAM_BASE 0x00000000 |
| 490 | #define CONFIG_SYS_DEFAULT_MBAR 0x80000000 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 491 | |
| 492 | /* Use ON-Chip SRAM until RAM will be available */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 493 | #define CONFIG_SYS_INIT_RAM_ADDR MPC5XXX_SRAM |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 494 | #ifdef CONFIG_POST |
| 495 | /* preserve space for the post_word at end of on-chip SRAM */ |
Wolfgang Denk | 1c2e98e | 2010-10-26 13:32:32 +0200 | [diff] [blame] | 496 | #define CONFIG_SYS_INIT_RAM_SIZE MPC5XXX_SRAM_POST_SIZE |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 497 | #else |
Wolfgang Denk | 1c2e98e | 2010-10-26 13:32:32 +0200 | [diff] [blame] | 498 | #define CONFIG_SYS_INIT_RAM_SIZE MPC5XXX_SRAM_SIZE |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 499 | #endif |
| 500 | |
| 501 | |
Wolfgang Denk | 0191e47 | 2010-10-26 14:34:52 +0200 | [diff] [blame] | 502 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 503 | #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 504 | |
Wolfgang Denk | 0708bc6 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 505 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 506 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) |
| 507 | # define CONFIG_SYS_RAMBOOT 1 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 508 | #endif |
| 509 | |
Wolfgang Denk | 641e357 | 2006-07-22 01:20:03 +0200 | [diff] [blame] | 510 | #if defined (CONFIG_CAM5200) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 511 | # define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 512 | #elif defined(CONFIG_TQM5200_B) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 513 | # define CONFIG_SYS_MONITOR_LEN (512 << 10) /* Reserve 512 kB for Monitor */ |
Wolfgang Denk | c98368a | 2006-07-19 17:52:30 +0200 | [diff] [blame] | 514 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 515 | # define CONFIG_SYS_MONITOR_LEN (384 << 10) /* Reserve 384 kB for Monitor */ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 516 | #endif |
| 517 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 520 | |
| 521 | /* |
| 522 | * Ethernet configuration |
| 523 | */ |
| 524 | #define CONFIG_MPC5xxx_FEC 1 |
Ben Warren | bc1b917 | 2009-02-05 23:58:25 -0800 | [diff] [blame] | 525 | #define CONFIG_MPC5xxx_FEC_MII100 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 526 | /* |
Ben Warren | bc1b917 | 2009-02-05 23:58:25 -0800 | [diff] [blame] | 527 | * Define CONFIG_MPC5xxx_FEC_MII10 to force FEC at 10Mb |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 528 | */ |
Ben Warren | bc1b917 | 2009-02-05 23:58:25 -0800 | [diff] [blame] | 529 | /* #define CONFIG_MPC5xxx_FEC_MII10 */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 530 | #define CONFIG_PHY_ADDR 0x00 |
| 531 | |
| 532 | /* |
| 533 | * GPIO configuration |
| 534 | * |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 535 | * use CS1: Bit 0 (mask: 0x80000000): |
| 536 | * 1 -> Pin gpio_wkup_6 as second SDRAM chip select (mem_cs1). |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 537 | * use ALT CAN position: Bits 2-3 (mask: 0x30000000): |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 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. |
Detlev Zundel | 3ba0fa7 | 2009-10-07 16:38:05 +0200 | [diff] [blame] | 556 | * WARNING: When the extended POST is enabled, these bits will |
| 557 | * be overridden by this code as GPIOs! |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 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. |
Detlev Zundel | 3ba0fa7 | 2009-10-07 16:38:05 +0200 | [diff] [blame] | 570 | * Use for REV100 STK52xx boards |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 571 | * 01x -> Use AC97 (on FO300 board). |
| 572 | * use PSC1: Bits 29-31 (mask: 0x00000007): |
| 573 | * 100 -> UART (on all boards). |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 574 | */ |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 575 | #if !defined(CONFIG_SYS_GPS_PORT_CONFIG) |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 576 | #if defined (CONFIG_MINIFAP) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 577 | # define CONFIG_SYS_GPS_PORT_CONFIG 0x91000004 |
wdenk | dc13044 | 2004-12-12 22:06:17 +0000 | [diff] [blame] | 578 | #elif defined (CONFIG_STK52XX) |
wdenk | 61c636e | 2005-03-31 18:42:15 +0000 | [diff] [blame] | 579 | # if defined (CONFIG_STK52XX_REV100) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 580 | # define CONFIG_SYS_GPS_PORT_CONFIG 0x81500014 |
wdenk | 61c636e | 2005-03-31 18:42:15 +0000 | [diff] [blame] | 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 */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 585 | # define CONFIG_SYS_GPS_PORT_CONFIG 0x91500404 |
wdenk | 61c636e | 2005-03-31 18:42:15 +0000 | [diff] [blame] | 586 | # endif |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 587 | # endif |
Marian Balakowicz | bcb0cca | 2006-08-18 19:14:46 +0200 | [diff] [blame] | 588 | #elif defined (CONFIG_FO300) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 589 | # define CONFIG_SYS_GPS_PORT_CONFIG 0x91502c24 |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 590 | #elif defined (CONFIG_CAM5200) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 591 | # define CONFIG_SYS_GPS_PORT_CONFIG 0x8050A444 |
wdenk | 61c636e | 2005-03-31 18:42:15 +0000 | [diff] [blame] | 592 | #else /* TMQ5200 Inbetriebnahme-Board */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 593 | # define CONFIG_SYS_GPS_PORT_CONFIG 0x81000004 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 594 | #endif |
Heiko Schocher | 1ae9144 | 2010-12-04 08:34:04 +0100 | [diff] [blame^] | 595 | #endif |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 596 | |
| 597 | /* |
| 598 | * RTC configuration |
| 599 | */ |
Wolfgang Denk | 09f940b | 2005-08-18 11:51:12 +0200 | [diff] [blame] | 600 | #if defined (CONFIG_STK52XX) && !defined (CONFIG_STK52XX_REV100) |
| 601 | # define CONFIG_RTC_M41T11 1 |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 602 | # define CONFIG_SYS_I2C_RTC_ADDR 0x68 |
| 603 | # define CONFIG_SYS_M41T11_BASE_YEAR 1900 /* because Linux uses the same base |
Wolfgang Denk | 8362ea4 | 2006-07-19 14:44:03 +0200 | [diff] [blame] | 604 | year */ |
Wolfgang Denk | 09f940b | 2005-08-18 11:51:12 +0200 | [diff] [blame] | 605 | #else |
| 606 | # define CONFIG_RTC_MPC5200 1 /* use internal MPC5200 RTC */ |
| 607 | #endif |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 608 | |
| 609 | /* |
| 610 | * Miscellaneous configurable options |
| 611 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 612 | #define CONFIG_SYS_LONGHELP /* undef to save memory */ |
| 613 | #define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 614 | |
Wolfgang Denk | 274bac5 | 2006-10-28 02:29:14 +0200 | [diff] [blame] | 615 | #define CONFIG_CMDLINE_EDITING 1 /* add command line history */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 616 | #define CONFIG_SYS_HUSH_PARSER 1 /* use "hush" command parser */ |
| 617 | #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " |
Wolfgang Denk | 9975314 | 2006-07-21 11:16:34 +0200 | [diff] [blame] | 618 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 619 | #define CONFIG_SYS_CACHELINE_SIZE 32 /* For MPC5xxx CPUs */ |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 620 | #if defined(CONFIG_CMD_KGDB) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 621 | #define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */ |
Jon Loeliger | edccb46 | 2007-07-04 22:30:50 -0500 | [diff] [blame] | 622 | #endif |
| 623 | |
| 624 | #if defined(CONFIG_CMD_KGDB) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 625 | #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 626 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 627 | #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 628 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 632 | |
| 633 | /* Enable an alternate, more extensive memory test */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 634 | #define CONFIG_SYS_ALT_MEMTEST |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 635 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 636 | #define CONFIG_SYS_MEMTEST_START 0x00100000 /* memtest works on */ |
| 637 | #define CONFIG_SYS_MEMTEST_END 0x00f00000 /* 1 ... 15 MB in DRAM */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 638 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 639 | #define CONFIG_SYS_LOAD_ADDR 0x100000 /* default load address */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 640 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 641 | #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 642 | |
| 643 | /* |
Jon Loeliger | beb9ff4 | 2007-07-10 09:22:23 -0500 | [diff] [blame] | 644 | * Enable loopw command. |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 645 | */ |
| 646 | #define CONFIG_LOOPW |
| 647 | |
| 648 | /* |
| 649 | * Various low-level settings |
| 650 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 651 | #define CONFIG_SYS_HID0_INIT HID0_ICE | HID0_ICFI |
| 652 | #define CONFIG_SYS_HID0_FINAL HID0_ICE |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 653 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 658 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 659 | #define CONFIG_SYS_BOOTCS_CFG 0x0004DF30 /* for pci_clk = 33 MHz */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 660 | #endif |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 661 | #define CONFIG_SYS_CS0_START CONFIG_SYS_FLASH_BASE |
| 662 | #define CONFIG_SYS_CS0_SIZE CONFIG_SYS_FLASH_SIZE |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 663 | |
wdenk | dc13044 | 2004-12-12 22:06:17 +0000 | [diff] [blame] | 664 | #define CONFIG_LAST_STAGE_INIT |
wdenk | dc13044 | 2004-12-12 22:06:17 +0000 | [diff] [blame] | 665 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 666 | /* |
| 667 | * SRAM - Do not map below 2 GB in address space, because this area is used |
| 668 | * for SDRAM autosizing. |
| 669 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 670 | #define CONFIG_SYS_CS2_START 0xE5000000 |
| 671 | #define CONFIG_SYS_CS2_SIZE 0x100000 /* 1 MByte */ |
| 672 | #define CONFIG_SYS_CS2_CFG 0x0004D930 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 673 | |
| 674 | /* |
| 675 | * Grafic controller - Do not map below 2 GB in address space, because this |
| 676 | * area is used for SDRAM autosizing. |
| 677 | */ |
wdenk | a594888 | 2005-03-27 23:41:39 +0000 | [diff] [blame] | 678 | #define SM501_FB_BASE 0xE0000000 |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 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 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 683 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 684 | #define CONFIG_SYS_CS_BURST 0x00000000 |
| 685 | #define CONFIG_SYS_CS_DEADCYCLE 0x33333311 /* 1 dead cycle for flash and SM501 */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 686 | |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 687 | #if defined(CONFIG_CAM5200) |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 688 | #define CONFIG_SYS_CS4_START 0xB0000000 |
| 689 | #define CONFIG_SYS_CS4_SIZE 0x00010000 |
| 690 | #define CONFIG_SYS_CS4_CFG 0x01019C10 |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 691 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 692 | #define CONFIG_SYS_CS5_START 0xD0000000 |
| 693 | #define CONFIG_SYS_CS5_SIZE 0x01208000 |
| 694 | #define CONFIG_SYS_CS5_CFG 0x1414BF10 |
Marian Balakowicz | cfae489 | 2006-10-03 20:28:38 +0200 | [diff] [blame] | 695 | #endif |
| 696 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 697 | #define CONFIG_SYS_RESET_ADDRESS 0xff000000 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 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 | |
wdenk | 7dd1329 | 2004-07-11 20:04:51 +0000 | [diff] [blame] | 711 | #undef CONFIG_IDE_8xx_PCCARD /* Use IDE with PC Card Adapter */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 712 | |
wdenk | 7dd1329 | 2004-07-11 20:04:51 +0000 | [diff] [blame] | 713 | #undef CONFIG_IDE_8xx_DIRECT /* Direct IDE not supported */ |
| 714 | #undef CONFIG_IDE_LED /* LED for ide not supported */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 715 | |
wdenk | 7dd1329 | 2004-07-11 20:04:51 +0000 | [diff] [blame] | 716 | #define CONFIG_IDE_RESET /* reset for ide supported */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 717 | #define CONFIG_IDE_PREINIT |
| 718 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 719 | #define CONFIG_SYS_IDE_MAXBUS 1 /* max. 1 IDE bus */ |
| 720 | #define CONFIG_SYS_IDE_MAXDEVICE 2 /* max. 2 drives per IDE bus */ |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 721 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 722 | #define CONFIG_SYS_ATA_IDE0_OFFSET 0x0000 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 723 | |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 724 | #define CONFIG_SYS_ATA_BASE_ADDR MPC5XXX_ATA |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 725 | |
Detlev Zundel | 3ba0fa7 | 2009-10-07 16:38:05 +0200 | [diff] [blame] | 726 | /* Offset for data I/O */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 727 | #define CONFIG_SYS_ATA_DATA_OFFSET (0x0060) |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 728 | |
Detlev Zundel | 3ba0fa7 | 2009-10-07 16:38:05 +0200 | [diff] [blame] | 729 | /* Offset for normal register accesses */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 730 | #define CONFIG_SYS_ATA_REG_OFFSET (CONFIG_SYS_ATA_DATA_OFFSET) |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 731 | |
Detlev Zundel | 3ba0fa7 | 2009-10-07 16:38:05 +0200 | [diff] [blame] | 732 | /* Offset for alternate registers */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 733 | #define CONFIG_SYS_ATA_ALT_OFFSET (0x005C) |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 734 | |
Detlev Zundel | 3ba0fa7 | 2009-10-07 16:38:05 +0200 | [diff] [blame] | 735 | /* Interval between registers */ |
Jean-Christophe PLAGNIOL-VILLARD | 0383694 | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 736 | #define CONFIG_SYS_ATA_STRIDE 4 |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 737 | |
Wolfgang Denk | 8398315 | 2008-10-01 12:34:58 +0200 | [diff] [blame] | 738 | /* Support ATAPI devices */ |
Detlev Zundel | 3ba0fa7 | 2009-10-07 16:38:05 +0200 | [diff] [blame] | 739 | #define CONFIG_ATAPI 1 |
Wolfgang Denk | 8398315 | 2008-10-01 12:34:58 +0200 | [diff] [blame] | 740 | |
Bartlomiej Sieka | 7a432ce | 2007-06-08 14:52:22 +0200 | [diff] [blame] | 741 | /*----------------------------------------------------------------------- |
| 742 | * Open firmware flat tree support |
| 743 | *----------------------------------------------------------------------- |
| 744 | */ |
Grant Likely | 8d1e6e7 | 2007-09-06 09:46:23 -0600 | [diff] [blame] | 745 | #define CONFIG_OF_LIBFDT 1 |
Bartlomiej Sieka | 7a432ce | 2007-06-08 14:52:22 +0200 | [diff] [blame] | 746 | #define CONFIG_OF_BOARD_SETUP 1 |
| 747 | |
Bartlomiej Sieka | 7a432ce | 2007-06-08 14:52:22 +0200 | [diff] [blame] | 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 | |
wdenk | 6451936 | 2004-07-11 17:40:54 +0000 | [diff] [blame] | 753 | #endif /* __CONFIG_H */ |