wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2002 |
| 3 | * Frank Panno <fpanno@delphintech.com>, Delphin Technology AG |
| 4 | * |
| 5 | * This file is based on similar values for other boards found in other |
| 6 | * U-Boot config files, and some that I found in the EP8260 manual. |
| 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 | /* |
| 28 | * board/config.h - configuration options, board specific |
wdenk | a562e1b | 2005-01-09 18:21:42 +0000 | [diff] [blame] | 29 | * |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 30 | * "EP8260 H, V.1.1" |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 31 | * - 64M 60x Bus SDRAM |
| 32 | * - 32M Local Bus SDRAM |
| 33 | * - 16M Flash (4 x AM29DL323DB90WDI) |
| 34 | * - 128k NVRAM with RTC |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 35 | * |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 36 | * "EP8260 H2, V.1.3" (CONFIG_SYS_EP8260_H2) |
Wolfgang Denk | 53677ef | 2008-05-20 16:00:29 +0200 | [diff] [blame] | 37 | * - 300MHz/133MHz/66MHz |
| 38 | * - 64M 60x Bus SDRAM |
| 39 | * - 32M Local Bus SDRAM |
| 40 | * - 32M Flash |
| 41 | * - 128k NVRAM with RTC |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 42 | */ |
| 43 | |
| 44 | #ifndef __CONFIG_H |
| 45 | #define __CONFIG_H |
| 46 | |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 47 | /* Define this to enable support the EP8260 H2 version */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 48 | #define CONFIG_SYS_EP8260_H2 1 |
| 49 | /* #undef CONFIG_SYS_EP8260_H2 */ |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 50 | |
Wolfgang Denk | 2ae1824 | 2010-10-06 09:05:45 +0200 | [diff] [blame] | 51 | #define CONFIG_SYS_TEXT_BASE 0xFFF00000 |
| 52 | |
Jon Loeliger | 9c4c5ae | 2005-07-23 10:37:35 -0500 | [diff] [blame] | 53 | #define CONFIG_CPM2 1 /* Has a CPM2 */ |
| 54 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 55 | /* What is the oscillator's (UX2) frequency in Hz? */ |
| 56 | #define CONFIG_8260_CLKIN (66 * 1000 * 1000) |
| 57 | |
| 58 | /*----------------------------------------------------------------------- |
| 59 | * MODCK_H & MODCLK[1-3] - Ref: Section 9.2 in MPC8206 User Manual |
| 60 | *----------------------------------------------------------------------- |
| 61 | * What should MODCK_H be? It is dependent on the oscillator |
| 62 | * frequency, MODCK[1-3], and desired CPM and core frequencies. |
| 63 | * Here are some example values (all frequencies are in MHz): |
| 64 | * |
| 65 | * MODCK_H MODCK[1-3] Osc CPM Core |
| 66 | * ------- ---------- --- --- ---- |
| 67 | * 0x2 0x2 33 133 133 |
| 68 | * 0x2 0x3 33 133 166 |
| 69 | * 0x2 0x4 33 133 200 |
| 70 | * 0x2 0x5 33 133 233 |
| 71 | * 0x2 0x6 33 133 266 |
| 72 | * |
| 73 | * 0x5 0x5 66 133 133 |
| 74 | * 0x5 0x6 66 133 166 |
| 75 | * 0x5 0x7 66 133 200 * |
| 76 | * 0x6 0x0 66 133 233 |
| 77 | * 0x6 0x1 66 133 266 |
| 78 | * 0x6 0x2 66 133 300 |
| 79 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 80 | #ifdef CONFIG_SYS_EP8260_H2 |
| 81 | #define CONFIG_SYS_SBC_MODCK_H (HRCW_MODCK_H0110) |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 82 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 83 | #define CONFIG_SYS_SBC_MODCK_H (HRCW_MODCK_H0110) |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 84 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 85 | |
| 86 | /* Define this if you want to boot from 0x00000100. If you don't define |
| 87 | * this, you will need to program the bootloader to 0xfff00000, and |
| 88 | * get the hardware reset config words at 0xfe000000. The simplest |
| 89 | * way to do that is to program the bootloader at both addresses. |
| 90 | * It is suggested that you just let U-Boot live at 0x00000000. |
| 91 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 92 | /* #define CONFIG_SYS_SBC_BOOT_LOW 1 */ /* only for HRCW */ |
| 93 | /* #undef CONFIG_SYS_SBC_BOOT_LOW */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 94 | |
| 95 | /* The reset command will not work as expected if the reset address does |
| 96 | * not point to the correct address. |
| 97 | */ |
| 98 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 99 | #define CONFIG_SYS_RESET_ADDRESS 0xFFF00100 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 100 | |
| 101 | /* What should the base address of the main FLASH be and how big is |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 102 | * it (in MBytes)? This must contain CONFIG_SYS_TEXT_BASE from board/ep8260/config.mk |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 103 | * The main FLASH is whichever is connected to *CS0. U-Boot expects |
| 104 | * this to be the SIMM. |
| 105 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 106 | #ifdef CONFIG_SYS_EP8260_H2 |
| 107 | #define CONFIG_SYS_FLASH0_BASE 0xFE000000 |
| 108 | #define CONFIG_SYS_FLASH0_SIZE 32 |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 109 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 110 | #define CONFIG_SYS_FLASH0_BASE 0xFF000000 |
| 111 | #define CONFIG_SYS_FLASH0_SIZE 16 |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 112 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 113 | |
| 114 | /* What should the base address of the secondary FLASH be and how big |
| 115 | * is it (in Mbytes)? The secondary FLASH is whichever is connected |
| 116 | * to *CS6. U-Boot expects this to be the on board FLASH. If you don't |
| 117 | * want it enabled, don't define these constants. |
| 118 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 119 | #define CONFIG_SYS_FLASH1_BASE 0 |
| 120 | #define CONFIG_SYS_FLASH1_SIZE 0 |
| 121 | #undef CONFIG_SYS_FLASH1_BASE |
| 122 | #undef CONFIG_SYS_FLASH1_SIZE |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 123 | |
| 124 | /* What should be the base address of SDRAM DIMM (60x bus) and how big is |
| 125 | * it (in Mbytes)? |
| 126 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 127 | #define CONFIG_SYS_SDRAM0_BASE 0x00000000 |
| 128 | #define CONFIG_SYS_SDRAM0_SIZE 64 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 129 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 130 | /* define CONFIG_SYS_LSDRAM if you want to enable the 32M SDRAM on the |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 131 | * local bus (8260 local bus is NOT cacheable!) |
| 132 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 133 | /* #define CONFIG_SYS_LSDRAM */ |
| 134 | #undef CONFIG_SYS_LSDRAM |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 135 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 136 | #ifdef CONFIG_SYS_LSDRAM |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 137 | /* What should be the base address of SDRAM DIMM (local bus) and how big is |
| 138 | * it (in Mbytes)? |
| 139 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 140 | #define CONFIG_SYS_SDRAM1_BASE 0x04000000 |
| 141 | #define CONFIG_SYS_SDRAM1_SIZE 32 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 142 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 143 | #define CONFIG_SYS_SDRAM1_BASE 0 |
| 144 | #define CONFIG_SYS_SDRAM1_SIZE 0 |
| 145 | #undef CONFIG_SYS_SDRAM1_BASE |
| 146 | #undef CONFIG_SYS_SDRAM1_SIZE |
| 147 | #endif /* CONFIG_SYS_LSDRAM */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 148 | |
| 149 | /* What should be the base address of NVRAM and how big is |
| 150 | * it (in Bytes) |
| 151 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 152 | #define CONFIG_SYS_NVRAM_BASE_ADDR 0xFA080000 |
| 153 | #define CONFIG_SYS_NVRAM_SIZE (128*1024)-16 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 154 | |
| 155 | /* The RTC is a Dallas DS1556 |
| 156 | */ |
| 157 | #define CONFIG_RTC_DS1556 |
| 158 | |
| 159 | /* What should be the base address of the LEDs and switch S0? |
| 160 | * If you don't want them enabled, don't define this. |
| 161 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 162 | #define CONFIG_SYS_LED_BASE 0x00000000 |
| 163 | #undef CONFIG_SYS_LED_BASE |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 164 | |
| 165 | /* |
| 166 | * select serial console configuration |
| 167 | * |
| 168 | * if either CONFIG_CONS_ON_SMC or CONFIG_CONS_ON_SCC is selected, then |
| 169 | * CONFIG_CONS_INDEX must be set to the channel number (1-2 for SMC, 1-4 |
| 170 | * for SCC). |
| 171 | * |
| 172 | * if CONFIG_CONS_NONE is defined, then the serial console routines must |
| 173 | * defined elsewhere. |
| 174 | */ |
| 175 | #define CONFIG_CONS_ON_SMC /* define if console on SMC */ |
| 176 | #undef CONFIG_CONS_ON_SCC /* define if console on SCC */ |
| 177 | #undef CONFIG_CONS_NONE /* define if console on neither */ |
| 178 | #define CONFIG_CONS_INDEX 1 /* which SMC/SCC channel for console */ |
| 179 | |
| 180 | /* |
| 181 | * select ethernet configuration |
| 182 | * |
| 183 | * if either CONFIG_ETHER_ON_SCC or CONFIG_ETHER_ON_FCC is selected, then |
| 184 | * CONFIG_ETHER_INDEX must be set to the channel number (1-4 for SCC, 1-3 |
| 185 | * for FCC) |
| 186 | * |
| 187 | * if CONFIG_ETHER_NONE is defined, then either the ethernet routines must be |
Jon Loeliger | 639221c | 2007-07-09 17:15:49 -0500 | [diff] [blame] | 188 | * defined elsewhere (as for the console), or CONFIG_CMD_NET must be unset. |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 189 | */ |
| 190 | #undef CONFIG_ETHER_ON_SCC /* define if ethernet on SCC */ |
| 191 | #define CONFIG_ETHER_ON_FCC /* define if ethernet on FCC */ |
| 192 | #undef CONFIG_ETHER_NONE /* define if ethernet on neither */ |
| 193 | #define CONFIG_ETHER_INDEX 3 /* which SCC/FCC channel for ethernet */ |
| 194 | |
| 195 | #if ( CONFIG_ETHER_INDEX == 3 ) |
| 196 | |
| 197 | /* |
| 198 | * - Rx-CLK is CLK15 |
| 199 | * - Tx-CLK is CLK16 |
| 200 | * - RAM for BD/Buffers is on the local Bus (see 28-13) |
| 201 | * - Enable Half Duplex in FSMR |
| 202 | */ |
Mike Frysinger | d4590da | 2011-10-17 05:38:58 +0000 | [diff] [blame] | 203 | # define CONFIG_SYS_CMXFCR_MASK3 (CMXFCR_FC3|CMXFCR_RF3CS_MSK|CMXFCR_TF3CS_MSK) |
| 204 | # define CONFIG_SYS_CMXFCR_VALUE3 (CMXFCR_RF3CS_CLK15|CMXFCR_TF3CS_CLK16) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 205 | |
| 206 | /* |
| 207 | * - RAM for BD/Buffers is on the local Bus (see 28-13) |
| 208 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 209 | #ifdef CONFIG_SYS_LSDRAM |
| 210 | #define CONFIG_SYS_CPMFCR_RAMTYPE 3 |
| 211 | #else /* CONFIG_SYS_LSDRAM */ |
| 212 | #define CONFIG_SYS_CPMFCR_RAMTYPE 0 |
| 213 | #endif /* CONFIG_SYS_LSDRAM */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 214 | |
| 215 | /* - Enable Half Duplex in FSMR */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 216 | /* # define CONFIG_SYS_FCC_PSMR (FCC_PSMR_FDE|FCC_PSMR_LPB) */ |
| 217 | # define CONFIG_SYS_FCC_PSMR 0 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 218 | |
| 219 | #else /* CONFIG_ETHER_INDEX */ |
| 220 | # error "on EP8260 ethernet must be FCC3" |
| 221 | #endif /* CONFIG_ETHER_INDEX */ |
| 222 | |
| 223 | /* |
| 224 | * select i2c support configuration |
| 225 | * |
| 226 | * Supported configurations are {none, software, hardware} drivers. |
| 227 | * If the software driver is chosen, there are some additional |
| 228 | * configuration items that the driver uses to drive the port pins. |
| 229 | */ |
| 230 | #undef CONFIG_HARD_I2C /* I2C with hardware support */ |
| 231 | #define CONFIG_SOFT_I2C 1 /* I2C bit-banged */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 232 | #define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */ |
| 233 | #define CONFIG_SYS_I2C_SLAVE 0x7F |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 234 | |
| 235 | /* |
| 236 | * Software (bit-bang) I2C driver configuration |
| 237 | */ |
| 238 | #ifdef CONFIG_SOFT_I2C |
| 239 | #define I2C_PORT 3 /* Port A=0, B=1, C=2, D=3 */ |
| 240 | #define I2C_ACTIVE (iop->pdir |= 0x00010000) |
| 241 | #define I2C_TRISTATE (iop->pdir &= ~0x00010000) |
| 242 | #define I2C_READ ((iop->pdat & 0x00010000) != 0) |
| 243 | #define I2C_SDA(bit) if(bit) iop->pdat |= 0x00010000; \ |
| 244 | else iop->pdat &= ~0x00010000 |
| 245 | #define I2C_SCL(bit) if(bit) iop->pdat |= 0x00020000; \ |
| 246 | else iop->pdat &= ~0x00020000 |
| 247 | #define I2C_DELAY udelay(5) /* 1/4 I2C clock duration */ |
| 248 | #endif /* CONFIG_SOFT_I2C */ |
| 249 | |
| 250 | /* #define CONFIG_RTC_DS174x */ |
| 251 | |
| 252 | /* Define this to reserve an entire FLASH sector (256 KB) for |
| 253 | * environment variables. Otherwise, the environment will be |
| 254 | * put in the same sector as U-Boot, and changing variables |
| 255 | * will erase U-Boot temporarily |
| 256 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 257 | #define CONFIG_ENV_IN_OWN_SECT |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 258 | |
| 259 | /* Define to allow the user to overwrite serial and ethaddr */ |
| 260 | #define CONFIG_ENV_OVERWRITE |
| 261 | |
| 262 | /* What should the console's baud rate be? */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 263 | #ifdef CONFIG_SYS_EP8260_H2 |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 264 | #define CONFIG_BAUDRATE 9600 |
| 265 | #else |
wdenk | a562e1b | 2005-01-09 18:21:42 +0000 | [diff] [blame] | 266 | #define CONFIG_BAUDRATE 115200 |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 267 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 268 | |
| 269 | /* Ethernet MAC address */ |
| 270 | #define CONFIG_ETHADDR 00:10:EC:00:30:8C |
| 271 | |
| 272 | #define CONFIG_IPADDR 192.168.254.130 |
| 273 | #define CONFIG_SERVERIP 192.168.254.49 |
| 274 | |
| 275 | /* Set to a positive value to delay for running BOOTCOMMAND */ |
| 276 | #define CONFIG_BOOTDELAY -1 |
| 277 | |
| 278 | /* undef this to save memory */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 279 | #define CONFIG_SYS_LONGHELP |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 280 | |
| 281 | /* Monitor Command Prompt */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 282 | #define CONFIG_SYS_PROMPT "=> " |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 283 | |
| 284 | /* Define this variable to enable the "hush" shell (from |
| 285 | Busybox) as command line interpreter, thus enabling |
| 286 | powerful command line syntax like |
| 287 | if...then...else...fi conditionals or `&&' and '||' |
| 288 | constructs ("shell scripts"). |
| 289 | If undefined, you get the old, much simpler behaviour |
| 290 | with a somewhat smapper memory footprint. |
| 291 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 292 | #define CONFIG_SYS_HUSH_PARSER |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 293 | |
Jon Loeliger | 1bec3d3 | 2007-07-04 22:32:10 -0500 | [diff] [blame] | 294 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 295 | /* |
Jon Loeliger | 80ff4f9 | 2007-07-10 09:29:01 -0500 | [diff] [blame] | 296 | * BOOTP options |
| 297 | */ |
| 298 | #define CONFIG_BOOTP_BOOTFILESIZE |
| 299 | #define CONFIG_BOOTP_BOOTPATH |
| 300 | #define CONFIG_BOOTP_GATEWAY |
| 301 | #define CONFIG_BOOTP_HOSTNAME |
| 302 | |
| 303 | |
| 304 | /* |
Jon Loeliger | 1bec3d3 | 2007-07-04 22:32:10 -0500 | [diff] [blame] | 305 | * Command line configuration. |
| 306 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 4e62041 | 2007-10-24 18:16:01 +0200 | [diff] [blame] | 307 | #include <config_cmd_default.h> |
Jon Loeliger | 1bec3d3 | 2007-07-04 22:32:10 -0500 | [diff] [blame] | 308 | |
Jean-Christophe PLAGNIOL-VILLARD | 4e62041 | 2007-10-24 18:16:01 +0200 | [diff] [blame] | 309 | #define CONFIG_CMD_ASKENV |
| 310 | #define CONFIG_CMD_BEDBUG |
| 311 | #define CONFIG_CMD_CACHE |
| 312 | #define CONFIG_CMD_CDP |
| 313 | #define CONFIG_CMD_DATE |
| 314 | #define CONFIG_CMD_DIAG |
| 315 | #define CONFIG_CMD_ELF |
| 316 | #define CONFIG_CMD_FAT |
| 317 | #define CONFIG_CMD_I2C |
| 318 | #define CONFIG_CMD_IMMAP |
| 319 | #define CONFIG_CMD_IRQ |
| 320 | #define CONFIG_CMD_PING |
| 321 | #define CONFIG_CMD_PORTIO |
| 322 | #define CONFIG_CMD_REGINFO |
| 323 | #define CONFIG_CMD_SAVES |
| 324 | #define CONFIG_CMD_SDRAM |
| 325 | #define CONFIG_CMD_SNTP |
| 326 | |
Jon Loeliger | 1bec3d3 | 2007-07-04 22:32:10 -0500 | [diff] [blame] | 327 | #undef CONFIG_CMD_XIMG |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 328 | |
| 329 | /* Where do the internal registers live? */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 330 | #define CONFIG_SYS_IMMR 0xF0000000 |
| 331 | #define CONFIG_SYS_DEFAULT_IMMR 0x00010000 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 332 | |
| 333 | /* Where do the on board registers (CS4) live? */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 334 | #define CONFIG_SYS_REGS_BASE 0xFA000000 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 335 | |
| 336 | /***************************************************************************** |
| 337 | * |
| 338 | * You should not have to modify any of the following settings |
| 339 | * |
| 340 | *****************************************************************************/ |
| 341 | |
| 342 | #define CONFIG_MPC8260 1 /* This is an MPC8260 CPU */ |
| 343 | #define CONFIG_EP8260 11 /* on an Embedded Planet EP8260 Board, Rev. 11 */ |
| 344 | |
wdenk | c837dcb | 2004-01-20 23:12:12 +0000 | [diff] [blame] | 345 | #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 346 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 347 | /* |
| 348 | * Miscellaneous configurable options |
| 349 | */ |
Jon Loeliger | 1bec3d3 | 2007-07-04 22:32:10 -0500 | [diff] [blame] | 350 | #if defined(CONFIG_CMD_KGDB) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 351 | # define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 352 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 353 | # define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 354 | #endif |
| 355 | |
| 356 | /* Print Buffer Size */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 357 | #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT)+16) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 358 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 359 | #define CONFIG_SYS_MAXARGS 8 /* max number of command args */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 360 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 361 | #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 362 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 363 | #ifdef CONFIG_SYS_LSDRAM |
| 364 | #define CONFIG_SYS_MEMTEST_START 0x04000000 /* memtest works on */ |
| 365 | #define CONFIG_SYS_MEMTEST_END 0x06000000 /* 64-96 MB in SDRAM */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 366 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 367 | #define CONFIG_SYS_MEMTEST_START 0x00000000 /* memtest works on */ |
| 368 | #define CONFIG_SYS_MEMTEST_END 0x02000000 /* 0-32 MB in SDRAM */ |
| 369 | #endif /* CONFIG_SYS_LSDRAM */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 370 | |
| 371 | #define CONFIG_CLOCKS_IN_MHZ 1 /* clocks passsed to Linux in MHz */ |
| 372 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 373 | #define CONFIG_SYS_LOAD_ADDR 0x00100000 /* default load address */ |
| 374 | #define CONFIG_SYS_TFTP_LOADADDR 0x00100000 /* default load address for network file downloads */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 375 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 376 | #define CONFIG_SYS_HZ 1000 /* decrementer freq: 1 ms ticks */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 377 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 378 | /* |
| 379 | * Low Level Configuration Settings |
| 380 | * (address mappings, register initial values, etc.) |
| 381 | * You should know what you are doing if you make changes here. |
| 382 | */ |
| 383 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 384 | #define CONFIG_SYS_FLASH_BASE CONFIG_SYS_FLASH0_BASE |
| 385 | #define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_SDRAM0_BASE |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 386 | |
| 387 | /*----------------------------------------------------------------------- |
| 388 | * Hard Reset Configuration Words |
| 389 | */ |
| 390 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 391 | #if defined(CONFIG_SYS_SBC_BOOT_LOW) |
| 392 | # define CONFIG_SYS_SBC_HRCW_BOOT_FLAGS (HRCW_CIP | HRCW_BMS) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 393 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 394 | # define CONFIG_SYS_SBC_HRCW_BOOT_FLAGS (0x00000000) |
| 395 | #endif /* defined(CONFIG_SYS_SBC_BOOT_LOW) */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 396 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 397 | #ifdef CONFIG_SYS_EP8260_H2 |
| 398 | /* get the HRCW ISB field from CONFIG_SYS_DEFAULT_IMMR */ |
| 399 | #define CONFIG_SYS_SBC_HRCW_IMMR ( ((CONFIG_SYS_DEFAULT_IMMR & 0x10000000) >> 10) |\ |
| 400 | ((CONFIG_SYS_DEFAULT_IMMR & 0x01000000) >> 7) |\ |
| 401 | ((CONFIG_SYS_DEFAULT_IMMR & 0x00100000) >> 4) ) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 402 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 403 | #define CONFIG_SYS_HRCW_MASTER (HRCW_EBM |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 404 | HRCW_L2CPC01 |\ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 405 | CONFIG_SYS_SBC_HRCW_IMMR |\ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 406 | HRCW_APPC10 |\ |
| 407 | HRCW_CS10PC01 |\ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 408 | CONFIG_SYS_SBC_MODCK_H |\ |
| 409 | CONFIG_SYS_SBC_HRCW_BOOT_FLAGS) |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 410 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 411 | #define CONFIG_SYS_HRCW_MASTER 0x10400245 |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 412 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 413 | |
| 414 | /* no slaves */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 415 | #define CONFIG_SYS_HRCW_SLAVE1 0 |
| 416 | #define CONFIG_SYS_HRCW_SLAVE2 0 |
| 417 | #define CONFIG_SYS_HRCW_SLAVE3 0 |
| 418 | #define CONFIG_SYS_HRCW_SLAVE4 0 |
| 419 | #define CONFIG_SYS_HRCW_SLAVE5 0 |
| 420 | #define CONFIG_SYS_HRCW_SLAVE6 0 |
| 421 | #define CONFIG_SYS_HRCW_SLAVE7 0 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 422 | |
| 423 | /*----------------------------------------------------------------------- |
| 424 | * Definitions for initial stack pointer and data area (in DPRAM) |
| 425 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 426 | #define CONFIG_SYS_INIT_RAM_ADDR CONFIG_SYS_IMMR |
Wolfgang Denk | 553f098 | 2010-10-26 13:32:32 +0200 | [diff] [blame] | 427 | #define CONFIG_SYS_INIT_RAM_SIZE 0x4000 /* Size of used area in DPRAM */ |
Wolfgang Denk | 25ddd1f | 2010-10-26 14:34:52 +0200 | [diff] [blame] | 428 | #define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 429 | #define CONFIG_SYS_INIT_SP_OFFSET CONFIG_SYS_GBL_DATA_OFFSET |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 430 | |
| 431 | /*----------------------------------------------------------------------- |
| 432 | * Start addresses for the final memory configuration |
| 433 | * (Set up by the startup code) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 434 | * Please note that CONFIG_SYS_SDRAM_BASE _must_ start at 0 |
| 435 | * Note also that the logic that sets CONFIG_SYS_RAMBOOT is platform dependent. |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 436 | */ |
Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 437 | #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 438 | |
| 439 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 440 | #if (CONFIG_SYS_MONITOR_BASE < CONFIG_SYS_FLASH_BASE) |
| 441 | # define CONFIG_SYS_RAMBOOT |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 442 | #endif |
| 443 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 444 | #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ |
| 445 | #define CONFIG_SYS_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 446 | |
| 447 | /* |
| 448 | * For booting Linux, the board info and command line data |
| 449 | * have to be in the first 8 MB of memory, since this is |
| 450 | * the maximum mapped by the Linux kernel during initialization. |
| 451 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 452 | #define CONFIG_SYS_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 453 | |
| 454 | /*----------------------------------------------------------------------- |
| 455 | * FLASH and environment organization |
| 456 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 457 | #define CONFIG_SYS_MAX_FLASH_BANKS 1 /* max number of memory banks */ |
| 458 | #ifdef CONFIG_SYS_EP8260_H2 |
| 459 | #define CONFIG_SYS_MAX_FLASH_SECT 128 /* max number of sectors on one chip */ |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 460 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 461 | #define CONFIG_SYS_MAX_FLASH_SECT 71 /* max number of sectors on one chip */ |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 462 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 463 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 464 | #ifdef CONFIG_SYS_EP8260_H2 |
| 465 | #define CONFIG_SYS_FLASH_ERASE_TOUT 240000 /* Timeout for Flash Erase (in ms) */ |
| 466 | #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Timeout for Flash Write (in ms) */ |
Wolfgang Denk | bd51626 | 2005-09-25 16:56:15 +0200 | [diff] [blame] | 467 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 468 | #define CONFIG_SYS_FLASH_ERASE_TOUT 8000 /* Timeout for Flash Erase (in ms) */ |
| 469 | #define CONFIG_SYS_FLASH_WRITE_TOUT 1 /* Timeout for Flash Write (in ms) */ |
Wolfgang Denk | bd51626 | 2005-09-25 16:56:15 +0200 | [diff] [blame] | 470 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 471 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 472 | #ifndef CONFIG_SYS_RAMBOOT |
Jean-Christophe PLAGNIOL-VILLARD | 5a1aceb | 2008-09-10 22:48:04 +0200 | [diff] [blame] | 473 | # define CONFIG_ENV_IS_IN_FLASH 1 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 474 | |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 475 | # ifdef CONFIG_ENV_IN_OWN_SECT |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 476 | # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE + 0x40000) |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 477 | # define CONFIG_ENV_SECT_SIZE 0x40000 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 478 | # else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 479 | # define CONFIG_ENV_ADDR (CONFIG_SYS_FLASH_BASE + CONFIG_SYS_MONITOR_LEN - CONFIG_ENV_SECT_SIZE) |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 480 | # define CONFIG_ENV_SIZE 0x1000 /* Total Size of Environment Sector */ |
| 481 | # define CONFIG_ENV_SECT_SIZE 0x10000 /* see README - env sect real size */ |
| 482 | # endif /* CONFIG_ENV_IN_OWN_SECT */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 483 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 9314cee | 2008-09-10 22:47:59 +0200 | [diff] [blame] | 484 | # define CONFIG_ENV_IS_IN_NVRAM 1 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 485 | # define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - 0x1000) |
Jean-Christophe PLAGNIOL-VILLARD | 0e8d158 | 2008-09-10 22:48:06 +0200 | [diff] [blame] | 486 | # define CONFIG_ENV_SIZE 0x200 |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 487 | #endif /* CONFIG_SYS_RAMBOOT */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 488 | |
| 489 | /*----------------------------------------------------------------------- |
| 490 | * Cache Configuration |
| 491 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 492 | #define CONFIG_SYS_CACHELINE_SIZE 32 /* For MPC8260 CPU */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 493 | |
Jon Loeliger | 1bec3d3 | 2007-07-04 22:32:10 -0500 | [diff] [blame] | 494 | #if defined(CONFIG_CMD_KGDB) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 495 | # define CONFIG_SYS_CACHELINE_SHIFT 5 /* log base 2 of the above value */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 496 | #endif |
| 497 | |
| 498 | /*----------------------------------------------------------------------- |
| 499 | * HIDx - Hardware Implementation-dependent Registers 2-11 |
| 500 | *----------------------------------------------------------------------- |
| 501 | * HID0 also contains cache control - initially enable both caches and |
| 502 | * invalidate contents, then the final state leaves only the instruction |
| 503 | * cache enabled. Note that Power-On and Hard reset invalidate the caches, |
| 504 | * but Soft reset does not. |
| 505 | * |
| 506 | * HID1 has only read-only information - nothing to set. |
| 507 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 508 | #define CONFIG_SYS_HID0_INIT (HID0_ICE |\ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 509 | HID0_DCE |\ |
| 510 | HID0_ICFI |\ |
| 511 | HID0_DCI |\ |
| 512 | HID0_IFEM |\ |
| 513 | HID0_ABE) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 514 | #ifdef CONFIG_SYS_LSDRAM |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 515 | /* 8260 local bus is NOT cacheable */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 516 | #define CONFIG_SYS_HID0_FINAL (/*HID0_ICE |*/\ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 517 | HID0_IFEM |\ |
| 518 | HID0_ABE |\ |
| 519 | HID0_EMCP) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 520 | #else /* !CONFIG_SYS_LSDRAM */ |
| 521 | #define CONFIG_SYS_HID0_FINAL (HID0_ICE |\ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 522 | HID0_IFEM |\ |
| 523 | HID0_ABE |\ |
| 524 | HID0_EMCP) |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 525 | #endif /* CONFIG_SYS_LSDRAM */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 526 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 527 | #define CONFIG_SYS_HID2 0 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 528 | |
| 529 | /*----------------------------------------------------------------------- |
| 530 | * RMR - Reset Mode Register |
| 531 | *----------------------------------------------------------------------- |
| 532 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 533 | #define CONFIG_SYS_RMR 0 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 534 | |
| 535 | /*----------------------------------------------------------------------- |
| 536 | * BCR - Bus Configuration 4-25 |
| 537 | *----------------------------------------------------------------------- |
| 538 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 539 | #define CONFIG_SYS_BCR (BCR_EBM |\ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 540 | BCR_PLDP |\ |
| 541 | BCR_EAV |\ |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 542 | BCR_NPQM0) |
| 543 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 544 | /*----------------------------------------------------------------------- |
| 545 | * SIUMCR - SIU Module Configuration 4-31 |
| 546 | *----------------------------------------------------------------------- |
| 547 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 548 | #define CONFIG_SYS_SIUMCR (SIUMCR_L2CPC01 |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 549 | SIUMCR_APPC10 |\ |
| 550 | SIUMCR_CS10PC01) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 551 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 552 | /*----------------------------------------------------------------------- |
| 553 | * SYPCR - System Protection Control 11-9 |
| 554 | * SYPCR can only be written once after reset! |
| 555 | *----------------------------------------------------------------------- |
| 556 | * Watchdog & Bus Monitor Timer max, 60x Bus Monitor enable |
| 557 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 558 | #ifdef CONFIG_SYS_EP8260_H2 |
wdenk | a562e1b | 2005-01-09 18:21:42 +0000 | [diff] [blame] | 559 | /* TBD: Find out why setting the BMT to 0xff causes the FCC to |
| 560 | * generate TX buffer underrun errors for large packets under |
| 561 | * Linux |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 562 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 563 | #define CONFIG_SYS_SYPCR_BMT 0x00000600 |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 564 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 565 | #define CONFIG_SYS_SYPCR_BMT SYPCR_BMT |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 566 | #endif |
| 567 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 568 | #ifdef CONFIG_SYS_LSDRAM |
| 569 | #define CONFIG_SYS_SYPCR (SYPCR_SWTC |\ |
| 570 | CONFIG_SYS_SYPCR_BMT |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 571 | SYPCR_PBME |\ |
| 572 | SYPCR_LBME |\ |
| 573 | SYPCR_SWP) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 574 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 575 | #define CONFIG_SYS_SYPCR (SYPCR_SWTC |\ |
| 576 | CONFIG_SYS_SYPCR_BMT |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 577 | SYPCR_PBME |\ |
| 578 | SYPCR_SWP) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 579 | #endif |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 580 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 581 | /*----------------------------------------------------------------------- |
| 582 | * TMCNTSC - Time Counter Status and Control 4-40 |
| 583 | *----------------------------------------------------------------------- |
| 584 | * Clear once per Second and Alarm Interrupt Status, Set 32KHz timersclk, |
| 585 | * and enable Time Counter |
| 586 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 587 | #define CONFIG_SYS_TMCNTSC (TMCNTSC_SEC |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 588 | TMCNTSC_ALR |\ |
| 589 | TMCNTSC_TCF |\ |
| 590 | TMCNTSC_TCE) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 591 | |
| 592 | /*----------------------------------------------------------------------- |
| 593 | * PISCR - Periodic Interrupt Status and Control 4-42 |
| 594 | *----------------------------------------------------------------------- |
| 595 | * Clear Periodic Interrupt Status, Set 32KHz timersclk, and enable |
| 596 | * Periodic timer |
| 597 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 598 | #ifdef CONFIG_SYS_EP8260_H2 |
| 599 | #define CONFIG_SYS_PISCR (PISCR_PS |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 600 | PISCR_PTF |\ |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 601 | PISCR_PTE) |
| 602 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 603 | #define CONFIG_SYS_PISCR 0 |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 604 | #endif |
| 605 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 606 | /*----------------------------------------------------------------------- |
| 607 | * SCCR - System Clock Control 9-8 |
| 608 | *----------------------------------------------------------------------- |
| 609 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 610 | #ifdef CONFIG_SYS_EP8260_H2 |
| 611 | #define CONFIG_SYS_SCCR (SCCR_DFBRG00) |
Wolfgang Denk | bd51626 | 2005-09-25 16:56:15 +0200 | [diff] [blame] | 612 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 613 | #define CONFIG_SYS_SCCR (SCCR_DFBRG01) |
Wolfgang Denk | bd51626 | 2005-09-25 16:56:15 +0200 | [diff] [blame] | 614 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 615 | |
| 616 | /*----------------------------------------------------------------------- |
| 617 | * RCCR - RISC Controller Configuration 13-7 |
| 618 | *----------------------------------------------------------------------- |
| 619 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 620 | #define CONFIG_SYS_RCCR 0 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 621 | |
| 622 | /*----------------------------------------------------------------------- |
| 623 | * MPTPR - Memory Refresh Timer Prescale Register 10-32 |
| 624 | *----------------------------------------------------------------------- |
| 625 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 626 | #define CONFIG_SYS_MPTPR (0x0A00 & MPTPR_PTP_MSK) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 627 | |
| 628 | /* |
| 629 | * Init Memory Controller: |
| 630 | * |
| 631 | * Bank Bus Machine PortSz Device |
| 632 | * ---- --- ------- ------ ------ |
| 633 | * 0 60x GPCM 64 bit FLASH (BGA - 16MB AMD AM29DL323DB90WDI) |
| 634 | * 1 60x SDRAM 64 bit SDRAM (BGA - 64MB Micron 48LC8M16A2TG) |
| 635 | * 2 Local SDRAM 32 bit SDRAM (BGA - 32MB Micron 48LC8M16A2TG) |
| 636 | * 3 unused |
| 637 | * 4 60x GPCM 8 bit Board Regs, NVRTC |
| 638 | * 5 unused |
| 639 | * 6 unused |
| 640 | * 7 unused |
| 641 | * 8 PCMCIA |
| 642 | * 9 unused |
| 643 | * 10 unused |
| 644 | * 11 unused |
| 645 | */ |
| 646 | |
| 647 | /*----------------------------------------------------------------------- |
| 648 | * BRx - Base Register |
| 649 | * Ref: Section 10.3.1 on page 10-14 |
| 650 | * ORx - Option Register |
| 651 | * Ref: Section 10.3.2 on page 10-18 |
| 652 | *----------------------------------------------------------------------- |
| 653 | */ |
| 654 | |
| 655 | /* Bank 0 - FLASH |
| 656 | * |
| 657 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 658 | #define CONFIG_SYS_BR0_PRELIM ((CONFIG_SYS_FLASH0_BASE & BRx_BA_MSK) |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 659 | BRx_PS_64 |\ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 660 | BRx_DECC_NONE |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 661 | BRx_MS_GPCM_P |\ |
| 662 | BRx_V) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 663 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 664 | #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH0_SIZE) |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 665 | ORxG_CSNT |\ |
| 666 | ORxG_ACS_DIV1 |\ |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 667 | ORxG_SCY_8_CLK |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 668 | ORxG_EHTR) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 669 | |
| 670 | /* Bank 1 - SDRAM |
| 671 | * PSDRAM |
| 672 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 673 | #define CONFIG_SYS_BR1_PRELIM ((CONFIG_SYS_SDRAM0_BASE & BRx_BA_MSK) |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 674 | BRx_PS_64 |\ |
| 675 | BRx_MS_SDRAM_P |\ |
| 676 | BRx_V) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 677 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 678 | #define CONFIG_SYS_OR1_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM0_SIZE) |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 679 | ORxS_BPD_4 |\ |
| 680 | ORxS_ROWST_PBI1_A6 |\ |
| 681 | ORxS_NUMR_12) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 682 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 683 | #ifdef CONFIG_SYS_EP8260_H2 |
| 684 | #define CONFIG_SYS_PSDMR 0xC34E246E |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 685 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 686 | #define CONFIG_SYS_PSDMR 0xC34E2462 |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 687 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 688 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 689 | #define CONFIG_SYS_PSRT 0x64 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 690 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 691 | #ifdef CONFIG_SYS_LSDRAM |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 692 | /* Bank 2 - SDRAM |
| 693 | * LSDRAM |
| 694 | */ |
| 695 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 696 | #define CONFIG_SYS_BR2_PRELIM ((CONFIG_SYS_SDRAM1_BASE & BRx_BA_MSK) |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 697 | BRx_PS_32 |\ |
| 698 | BRx_MS_SDRAM_L |\ |
| 699 | BRx_V) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 700 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 701 | #define CONFIG_SYS_OR2_PRELIM (MEG_TO_AM(CONFIG_SYS_SDRAM1_SIZE) |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 702 | ORxS_BPD_4 |\ |
| 703 | ORxS_ROWST_PBI0_A9 |\ |
| 704 | ORxS_NUMR_12) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 705 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 706 | #define CONFIG_SYS_LSDMR 0x416A2562 |
| 707 | #define CONFIG_SYS_LSRT 0x64 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 708 | #else |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 709 | #define CONFIG_SYS_LSRT 0x0 |
| 710 | #endif /* CONFIG_SYS_LSDRAM */ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 711 | |
| 712 | /* Bank 4 - On board registers |
| 713 | * NVRTC and BCSR |
| 714 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 715 | #define CONFIG_SYS_BR4_PRELIM ((CONFIG_SYS_REGS_BASE & BRx_BA_MSK) |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 716 | BRx_PS_8 |\ |
| 717 | BRx_MS_GPCM_P |\ |
| 718 | BRx_V) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 719 | /* |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 720 | #define CONFIG_SYS_OR4_PRELIM (ORxG_AM_MSK |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 721 | ORxG_CSNT |\ |
| 722 | ORxG_ACS_DIV1 |\ |
| 723 | ORxG_SCY_10_CLK |\ |
| 724 | ORxG_TRLX) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 725 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 726 | #define CONFIG_SYS_OR4_PRELIM 0xfff00854 |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 727 | |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 728 | #ifdef _NOT_USED_SINCE_NOT_WORKING_ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 729 | /* Bank 8 - On board registers |
| 730 | * PCMCIA (currently not working!) |
| 731 | */ |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 732 | #define CONFIG_SYS_BR8_PRELIM ((CONFIG_SYS_REGS_BASE & BRx_BA_MSK) |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 733 | BRx_PS_16 |\ |
| 734 | BRx_MS_GPCM_P |\ |
| 735 | BRx_V) |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 736 | |
Jean-Christophe PLAGNIOL-VILLARD | 6d0f6bc | 2008-10-16 15:01:15 +0200 | [diff] [blame] | 737 | #define CONFIG_SYS_OR8_PRELIM (ORxG_AM_MSK |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 738 | ORxG_CSNT |\ |
| 739 | ORxG_ACS_DIV1 |\ |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 740 | ORxG_SETA |\ |
wdenk | 8bde7f7 | 2003-06-27 21:31:46 +0000 | [diff] [blame] | 741 | ORxG_SCY_10_CLK) |
wdenk | 9dd611b | 2005-01-09 17:19:34 +0000 | [diff] [blame] | 742 | #endif |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 743 | |
| 744 | /* |
Wolfgang Denk | 700a0c6 | 2005-08-08 01:03:24 +0200 | [diff] [blame] | 745 | * JFFS2 partitions |
| 746 | * |
| 747 | */ |
| 748 | /* No command line, one static partition, whole device */ |
Stefan Roese | 68d7d65 | 2009-03-19 13:30:36 +0100 | [diff] [blame] | 749 | #undef CONFIG_CMD_MTDPARTS |
Wolfgang Denk | 700a0c6 | 2005-08-08 01:03:24 +0200 | [diff] [blame] | 750 | #define CONFIG_JFFS2_DEV "nor0" |
| 751 | #define CONFIG_JFFS2_PART_SIZE 0xFFFFFFFF |
| 752 | #define CONFIG_JFFS2_PART_OFFSET 0x00000000 |
| 753 | |
| 754 | /* mtdparts command line support */ |
| 755 | /* Note: fake mtd_id used, no linux mtd map file */ |
| 756 | /* |
Stefan Roese | 68d7d65 | 2009-03-19 13:30:36 +0100 | [diff] [blame] | 757 | #define CONFIG_CMD_MTDPARTS |
Wolfgang Denk | 700a0c6 | 2005-08-08 01:03:24 +0200 | [diff] [blame] | 758 | #define MTDIDS_DEFAULT "" |
| 759 | #define MTDPARTS_DEFAULT "" |
| 760 | */ |
| 761 | |
wdenk | 5b1d713 | 2002-11-03 00:07:02 +0000 | [diff] [blame] | 762 | #endif /* __CONFIG_H */ |